About 213,000 results
Open links in new tab
  1. SELECT examples (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 22, 2024 · This article provides examples of using the SELECT statement. The code samples in this article use the AdventureWorks2022 or AdventureWorksDW2022 sample database, which you can download from the Microsoft SQL Server Samples and Community Projects home page.

  2. Microsoft SQL samples - SQL Server | Microsoft Learn

    Sep 29, 2024 · View information about the WideWorldImporters and AdventureWorks sample databases, Azure samples and templates, and code samples for Microsoft SQL products.

  3. Create a stored procedure - SQL Server | Microsoft Learn

    Jan 22, 2025 · Learn how to create a Transact-SQL stored procedure by using SQL Server Management Studio and by using the Transact-SQL CREATE PROCEDURE statement.

  4. Script objects in SQL Server Management Studio

    Feb 13, 2025 · This tutorial teaches you to generate Transact-SQL (T-SQL) scripts for various objects found within SQL Server Management Studio (SSMS). In this tutorial, you find examples of how to script the following objects:

  5. AdventureWorks sample databases - SQL Server | Microsoft Learn

    Follow these instructions to download and install AdventureWorks sample databases to SQL Server using Transact-SQL (T-SQL), SQL Server Management Studio (SSMS), or Azure Data Studio.

  6. Create a Full Database Backup - SQL Server | Microsoft Learn

    Sep 4, 2024 · This article describes how to create a full database backup in SQL Server using SQL Server Management Studio, Transact-SQL, or PowerShell. For more information, see SQL Server Backup and Restore with Azure Blob Storage and SQL Server Backup to URL .

  7. Execute a stored procedure - SQL Server | Microsoft Learn

    Nov 22, 2024 · This article describes how to execute a stored procedure in SQL Server by using SQL Server Management Studio or Transact-SQL. There are different ways to execute a stored procedure. The first and most common approach is for …

  8. SET IMPLICIT_TRANSACTIONS (Transact-SQL) - SQL Server

    Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW) Warehouse in Microsoft Fabric. Sets the BEGIN TRANSACTION mode to implicit, for the connection. Transact-SQL syntax conventions. Syntax SET IMPLICIT_TRANSACTIONS { ON | OFF } Remarks. When ON, the system is in implicit ...

  9. Lesson 1: Connecting to the Database Engine - SQL Server

    Sep 16, 2024 · For this article, we're going to focus on connecting via SSMS. If you're interested in connecting via Azure Data Studio, see Quickstart: Use Azure Data Studio to connect and query SQL Server. Sample database

  10. Create a maintenance plan - SQL Server | Microsoft Learn

    Aug 10, 2023 · This article describes how to create a single server or multiserver maintenance plan in SQL Server by using SQL Server Management Studio or Transact-SQL. Using Management Studio, you can create maintenance plans in one of two ways: by either using the Maintenance Plan Wizard or the design surface.

Refresh