Understanding CROSS APPLY and OUTER APPLY in SQL Server
Learn the differences between CROSS APPLY and OUTER APPLY in SQL.
2025-04-21
1,610 reads
Learn the differences between CROSS APPLY and OUTER APPLY in SQL.
2025-04-21
1,610 reads
See how ISNULL and COALESCE behave in different situations and ensure you know which one to pick when.
2025-04-18
3,379 reads
Learn how to create and populate a Date Dimension table in SQL Server
2025-04-14
2,746 reads
Learn how to use the UPDATE statement, along with a few things to be aware of when changing data.
2025-04-11
1,400 reads
2025-04-09
1,760 reads
A short look at the differences in UNION and UNION ALL in a SELECT query.
2025-04-07
3,794 reads
2025-04-02
1,898 reads
Regular expressions (REGEX) let you adaptively investigate, employ, and authenticate text data. This makes it easy to search for simple or complex string patters. There is no direct way to do this in SQL Server, but in this article we look at some SQL functions you can create to emulate regex like functionality.
2025-03-28
Learn about the new string similarity functions in Azure SQL Database.
2025-03-28
4,560 reads
Learn how to optimize UPDATE performance in SQL Server by examining three different methods of making large updates.
2025-03-26
5,738 reads
By Chris Yates
In the intricate world of business, where precision and efficiency are paramount, managing database...
By Steve Jones
immerensis – n. the maddening inability to understand the reasons why someone loves you...
In this post, I will guide you on how to deploy a dockerized simple...
Dear All, In one of the server its repeatedly restarting sqlserver services and not...
Comments posted to this topic are about the item Understanding CROSS APPLY and OUTER...
Comments posted to this topic are about the item Database Files on Shares I
I want to store database files on a file share for a SQL Server 2017 instance. Can I use \\fileserver\D$ as a location?
See possible answers