
SQL Concat Operator and UNISTR Function in Azure
Explore the concat operator in T-SQL and UNISTR function for handling Unicode characters and managing strings in Azure SQL DB.
Learn SQL Server functions with practical tips, examples, and tutorials to improve querying and data analysis.

Explore the concat operator in T-SQL and UNISTR function for handling Unicode characters and managing strings in Azure SQL DB.

In this article, we cover the new SQL regex functions built into SQL Server 2025 and how these can be used in your SQL code.

In this article, we look at using a SQL time dimension table and how to create a time dimension table in SQL Server.

Learn about functions to return time difference for SQL date time format in hh:mi:ss or hh:mi for two different SQL Server date values.

In this tips, we look at how randomness of values for the SQL Server random number functions rand, newid, and crypt_gen_random.

Learn how to use the SQL Server DATETRUNC function to truncate date parts to get the exact date interval needed.

Learn how to create a SQL Server function for the Gauss-Seidel method to solve linear equations along with samples to test the function.

In this article, we look at how to create a user defined SQL Server function for Lagrange Interpolation along with examples.

In this article, we look at how to create SQL Server functions to help emulate regex functionality within SQL Server.

In this article, we learn about two new SQL Server functions to work with JSON data JSON_OBJECTAGG and JSON_ARRAYAGG.
In this article, we look at various ways to generate JSON formatted data for SQL Server queries using FOR JSON option.
In this article, we look at how to use the SQL CONVERT function to convert between data types such as date, integers, strings, and more.
Learn how to use the NTILE SQL function to group and rank datasets along with practical examples.
Learn how to use the new JSON_PATH_EXISTS function to determine if a specific path in a JSON document exists.
Learn about an enhancement to the ISJOSN function that allows you to validate whether the JSON format is valid for a value, array, or object.

Learn different ways to select data between two dates using various techniques along with how to improve performance for very large tables.
In this article, we look at different examples of using SUM when aggregating and summarizing totals when working with SQL Server data.
In this article, we look at how to build a time slicer by week using DAX for tables that store date data types.
Learn about the different SQL Server data types to store dates and times such as date, datetime, datetime2, smalldatetime, datetimeoffset, and time.
In this article, we look at code to simulate TRY_PARSE functionality when trying to determine valid dates for SQL Server versions 2008 and earlier.
Learn T-SQL code to generate SQL calendar tables and to auto-create HTML code for formatted tables that could be used in web applications.
Troubleshoot SQL Server User-Defined Function performance issues using actual execution plans, estimated execution plans, and live query statistics.
This article covers how to use SQL Server ROW_NUMBER() which is a ranking function that returns a rank value for each row in a group or groups.
Learn how to generate HTML calendar event tables using data from SQL Server and CSS to automatically build the calendar visuals.