About 6,520,000 results
Open links in new tab
  1. Queries - SQL Server | Microsoft Learn

    Nov 18, 2025 · Queries Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW) SQL analytics endpoint in Microsoft …

  2. WITH common_table_expression (Transact-SQL) - SQL Server

    Nov 18, 2025 · Transact-SQL reference for how to use common table expressions (CTE) in queries.

  3. SQL Server Tutorial

    The SQL Server Tutorial website offers practical tutorials with many hands-on examples to help you learn SQL Server quickly and effectively.

  4. RESTORE (Transact-SQL) - SQL Server | Microsoft Learn

    SQL Server This command enables you to perform the following restore scenarios: Restore an entire database from a full database backup (a complete restore). Restore part of a database (a partial …

  5. CREATE TRIGGER (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Transact-SQL reference for the CREATE TRIGGER statement, which is used to create a DML, DDL, or logon trigger.

  6. DELETE (Transact-SQL) - SQL Server | Microsoft Learn

    This query shows the basic syntax for using a query join hint with the DELETE statement. For more information on join hints and how to use the OPTION clause, see OPTION Clause (Transact-SQL).

  7. SQL Server Basics

    The SQL server basics section shows you how to use the Transact-SQL (T-SQL) statements to interact with SQL Server databases.

  8. UNION (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Set Operators - UNION (Transact-SQL) <query_specification> | ( <query_expression> ) Is a query specification or query expression that returns data to be combined with the data from …

  9. CREATE VIEW (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW) SQL analytics endpoint in Microsoft Fabric …

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