Categories / sql-server
Understanding SSRS Performance: Filter Property vs WHERE Condition
Resolving Duplicate Records in SQL when a Stored Procedure is Called from a Query M Script
How to Break Down Date Periods in SQL Server Using the Tally Table Technique
SQL Server Percentage Change Calculation: Using Common Table Expressions (CTEs) and LEFT JOIN
Finding Customers Who Bought Product A in Any Month and Then Purchased Product B in the Immediate Next Month Using CROSS APPLY.
Concatenating Strings in SQL Server: Understanding the Challenges and Solutions
Return Top Records with a Null Field or Grouped by That Field in SQL Server
How to Correctly Split Strings with Brackets in SQL Server Using SUBSTRING()
Generating Dynamic XML with SQL Server's FOR XML PATH Functionality
Generating Serial Numbers in a Column with Reset Interval of 5 Records in T-SQL