Glad to share with you all the news that my Technet Wiki had interviewed me and they’ve posted the interview on their official blogs. The link is given below http://blogs.technet.com/b/wikininjas/archive/2016/02/22/interview-with-a-wiki-ninja-visakh16-a-sql-server-mvp-microsoft-partner-amp-mcc.aspx Really feeling nice getting this motivation from Microsoft and being…
Identification and Application of Retrospective Changes Done in Databases
Introduction One of the common scenarios that we have come across during the course of every project life cycle is the need to identify the changes done retrospectively and revert them. This usually happens during subsequent phases of the project…
T-SQL Tips: OFFSET Without FETCH i.e. Skipping Rows in Resultset
Introduction The purpose of this blog is to provide an answer to the below two questions Can we use OFFSET without FETCH in T-SQL? How can we skip some rows while returning a resultset through SQL query? The above questions…