Categories / sql-server
Back up SQL Server Tables Using Script and Schema Change
Removing Duplicates from Computed Table Expressions (CTEs) with Inline Table Functions and Variables.
Understanding SQL Server's substring Function: The Correct Way to Split Strings with STUFF()
Understanding Unicode Collation: A Key to Resolving Entity Framework 6's Unique Constraint Issues in Databases
Dividing a Column into Multiple Ranges Using Conditional Aggregation in SQL
Understanding Date and Time Formats in SQL Server
Rolling Up Rows and Creating New Tables: A Step-by-Step Guide
Bypassing the Limitations of FLOAT(): How to Use Decimal Data Types for Precise Decimal Arithmetic in SQL Server
Filtering Data in Databases: A Deeper Dive into SQL Queries for Filtering Specific Data Based on Keywords and Conditions
Using Aggregate Functions with INNER JOINs vs OUTER APPLY: Choosing the Right Approach for One-to-Many Rows with Aggregated Columns in SQL Server 2017