Last week we were running contest Identify the Database Celebrity and we had received a fantastic response to the contest.
SQL SERVER – Select Columns from Stored Procedure Resultset
SQL SERVER – How to Access the Previous Row and Next Row value in SELECT statement? – Part 4
This is the fourth post in the series of finding previous row and next row value in SELECT Statement. Read all the blog post before continuing reading this blog post for complete idea.
In the very first part I discussed that performance with the help of CTE is very poor and I encouraged users to use LEAD and LAG function of SQL Server 2012. My friend and SQL Server Expert Szymon Wojcik have written a fantastic post about this subject. I encourage everyone to read that blog post. He has demonstrated that with the help of numbers table, we can further improve the performance of the query.
SQL SERVER – How to Access the Previous Row and Next Row value in SELECT statement? – Part 3
SQL Contest – Hint for Identify the Database Celebrity
SQL SERVER – How to Access the Previous Row and Next Row value in SELECT statement? – Part 2
SQL SERVER – How to Access the Previous Row and Next Row value in SELECT statement?
SQL SERVER – UDF, UPDATE and More – Memory Lane – #047
This is the 47th episode of Memory Lane. Here is the list of selected articles of SQLAuthority.com across all these years. Instead of just listing all the articles I have selected a few of my most favorite articles and have listed them here with additional notes below it. My favorite blog posts are about UDF and the difference between UPDATE and UPDATE (). Let me know which one of the following is your favorite article from memory lane.
Developer – Best Practices for Daily Stand-Up or Daily Scrum – Rules and Regulations
Scrum is an Agile Software Development framework that helps teams complete projects efficiently while maintaining high quality.