Monthly Archives: January 2017

Get the Next and Previous Row Value in SQL Server

Get the Next and Previous Row Value in SQL Server This post can help you to get the next and previous row Value in SQL Server using T-SQL. We had a requirement to get the previous row information and compare … Continue reading

Posted in Interview Q&A, SQL Development, SQL Scripts | Tagged , , , , , , , , , , | 2 Comments

SQL Server Date and Time related Interview Questions

SQL Server Date and Time related Interview Questions This post can help you in answering SQL Server Date and Time related Interview Questions.  Below is the list of queries which are recently asked in SQL Server Developer interviews. These are … Continue reading

Posted in Interview Q&A, SQL Development, SQL Scripts | Tagged , , , , | 2 Comments

SQL Server Transactions Per Day

SQL Server Transactions Per Day This post can help you in capturing SQL Server Transactions per day. Sometimes we need to capture the average number of transactions per day / hour / minute. Below is the T-SQL script that can … Continue reading

Posted in SQL Development, SQL Scripts, SQL Server DBA | Tagged , , , , , , , , , , | 6 Comments