
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.
Check out these valuable tips, tutorials, how-to’s, scripts, and more on SQL Server Functions – System perfect for SQL Server Developers.

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 tips, we look at how randomness of values for the SQL Server random number functions rand, newid, and crypt_gen_random.

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.
In this article, we look at different examples of using SUM when aggregating and summarizing totals when working with SQL Server data.
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.
This tip shows several examples of COUNT and COUNT DISTINCT to show how SQL Server handles them differently.
Learn about the impact of using COUNT in your SQL Server queries along with several examples and statistics of how using COUNT impacts performance.
In this article, we look at how to use the SQL Server system functions, LOG and LOG10, to get logarithmic data values to be used for data analysis.
SQL Server objects have many different property attributes learn how to use the OBJECTPROPERTY() system function to return various data about objects.
In this article, we look at various ways to convert problematic data in SQL Server by using TRY_CAST, TRY_CONVERT, and TRY_PARSE.
Learn about SQL Server metadata functions like SERVERPROPERTY, DATABASEPROPERTYEX, DB_NAME, DB_ID, FILE_NAME, FILE_ID, FILE_IDEX, SCHEMA_NAME and more
Learn how to concatenate data in SQL Server to make one long string instead of having separate columns.
In this article, we look at the SQL Server WAITFOR command to allow delays in processing either for a specified time or a set amount of time.
In this article, we look at how to get a count of rows from SQL Server using the COUNT and COUNT_BIG aggregate functions along with several examples.
Learn about SQL Server configuration functions to return information about SQL Server, sessions, configuration settings and more.
Learn various ways to calculate the average of a set of SQL Server rows using the AVG function along with several use cases and examples.
In this article we cover different ways to convert a SQL Server numeric value into a string value.

In this article learn how to use PIVOT and UNPIVOT in SQL Server to transform your data output along with examples.