News

Now generally available, SQL Server 2022's feature set brings it closer to parity with Azure SQL. Here are the biggest additions to Microsoft's RDBMS software you need to know.
SQL window functions provide extremely powerful and useful features that let you work with observations more easily. Different types explained here.
The column values are displayed in hexadecimal format. Here are steps to recover deleted data from SQL Server using fn_dblog () function: Note: For demonstration purpose, we will first create a new ...
How to Use SQL Statements in MS Excel. With most Excel spreadsheets, you enter data manually into cells and then use formulas or other functions to analyze it or perform calculations. If you have ...
In my testing, I saw up to 10x performance improvements for queries using scalar functions in SQL Server 2019. There are number of other features in this space, which we'll cover in more detail in ...
Part 1 of this article introduced four new T-SQL functions available in SQL Server 2012. Part 2 has the rest.
With the latest release of SQL Server, Microsoft produced 14 new T-SQL functions. These functions can be separated into four different categories, as seen in Table 1. These functions will be ...