
SQL Server User-defined Functions - SQL Server Tutorial
In this section, you will learn about SQL Server user-defined functions including scalar-valued functions which return a single value and table-valued function which return rows of data. The SQL Server …
FUNCTION (Hàm) trong SQL Server - Quantrimang.com
6 days ago · Function trong SQL Server là gì? Cách dùng function SQL Server như thế nào? Hãy cùng Quantrimang.com tìm hiểu nhé!
CREATE FUNCTION – SQL Tutorial
The SQL CREATE FUNCTION statement is used to define a new user-defined function (UDF) in a database. A function in SQL is a set of SQL statements that perform a specific task and return a …
Azure SQL trigger for Functions | Microsoft Learn
The Azure SQL trigger uses SQL change tracking functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or deleted. For configuration details for change …
SQL Server Functions - W3Schools
SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server.
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Jan 29, 2026 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics (dedicated SQL pool only) SQL database in Microsoft Fabric Warehouse in …
Connect a function app to Azure SQL with managed identity and SQL ...
Oct 12, 2023 · Azure Functions provides a managed identity, which is a turn-key solution for securing access to Azure SQL Database and other Azure services. Managed identities make your app more …
PRODUCT (Transact-SQL) - SQL Server | Microsoft Learn
Applies to: SQL Server 2025 (17.x) Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Warehouse in Microsoft Fabric SQL database in Microsoft Fabric The PRODUCT function …
DATETRUNC (Transact-SQL) - SQL Server | Microsoft Learn
Applies to: SQL Server 2022 (16.x) Azure SQL Database Azure SQL Managed Instance SQL analytics endpoint in Microsoft Fabric Warehouse in Microsoft Fabric SQL database in Microsoft Fabric The …
CAST and CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Reference for the CAST and CONVERT Transact-SQL functions. These functions convert expressions from one data type to another.