Understanding CROSS APPLY and OUTER APPLY in SQL Server
Learn the differences between CROSS APPLY and OUTER APPLY in SQL.
2025-04-21
3,631 reads
Learn the differences between CROSS APPLY and OUTER APPLY in SQL.
2025-04-21
3,631 reads
Learn how to create and populate a Date Dimension table in SQL Server
2025-04-14
3,006 reads
Learn how to optimize UPDATE performance in SQL Server by examining three different methods of making large updates.
2025-03-26
5,823 reads
Learn how to use the LEFT_SHIFT and RIGHT_SHIFT bitwise functions in SQL Server 2022.
2025-03-19
4,487 reads
Learn how to download and restore AdventureWork 2019 Database.
2025-03-07
875 reads
Learn how to simplify conditional logic in SQL Server 2022 using the IIF and CHOOSE functions.
2025-03-05
3,121 reads
Learn how to download and restore the AdventureWorks 2022 database in SQL Server with this step-by-step guide.
2025-02-28
1,343 reads
Learn how to use bit manipulation functions: BIT_COUNT, GET_BIT, and SET_BIT in SQL Server 2022's. Learn practical examples and common errors to simplify binary data management.
2025-02-17
2,013 reads
Learn how to effectively use SQL Server's data type conversion functions PARSE, TRY_PARSE, and TRY_CONVERT
2025-02-07
2,133 reads
Learn how to quickly and efficiently attach multiple SQL Server databases using the undocumented DBCC CHECKPRIMARYFILE command. Automate the process with minimal effort, saving time and reducing errors.
2025-01-27
1,494 reads
By Steve Jones
Many organizations list customer testimonials and quotes on their websites or literature. It makes...
pg_cron is a simple cron-based job scheduler for PostgreSQL that runs inside the database...
By Steve Jones
I heard someone say recently that you can’t change a primary key value in...
Comments posted to this topic are about the item Life Moves Pretty Fast
Hello SSC, Happy Friday! I have to optimize a process that uses dynamic SQL...
Comments posted to this topic are about the item 50 Years of Microsoft
Can I have a collation expression like this in SQL Server 2022?
... WHERE ColumnA = ( 'abc' COLLATE French_CI_AS) COLLATE French_CS_AS ...See possible answers