About 10,000,000 results
Open links in new tab
  1. 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 …

  2. 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é!

  3. CREATE FUNCTIONSQL 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 …

  4. 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 …

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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.