Categories / sql-server
Understanding SQL Server Date Formats and Querying Dates in a String Format
Understanding the EXEC sys.sp_executesql Statement and Storing Results in Variables
Understanding SQL Server's String Split Function and Avoiding Common Pitfalls When Handling Multiple Rows Returned from Subqueries
Using SQL Server's string_split() Function to Split Records into Individual Values
Getting Distinct Rows in SQL Queries with Multiple Conditional Columns Using Grouping and Aggregate Functions
Retrieving the Latest Record Without Row_Number() in SQL Server 2000
Filtering SQL Query Results Using Data from Another Column
Matching Specific Keywords in SQL Server Strings Without Partial Matches
Database Triggers for Data Integrity: Enforcing Department IDs and Job Hierarchies
How to Use the WHERE Clause with Left Join Pivot in SQL Server