Skip to content

Latest commit

 

History

History
88 lines (59 loc) · 4.52 KB

File metadata and controls

88 lines (59 loc) · 4.52 KB
title Tutorial: SQL Server Management Studio (SSMS) | Microsoft Docs
ms.custom
ms.date 08/30/2017
ms.prod sql
ms.prod_service sql-tools
ms.reviewer sstein
ms.suite sql
ms.technology ssms
ms.tgt_pltfrm
ms.topic conceptual
f1_keywords
sql13.tutorialstart.ssms.f1
helpviewer_keywords
projects [SQL Server Management Studio], tutorials
templates [SQL Server], SQL Server Management Studio
source controls [SQL Server Management Studio], tutorials
Help [SQL Server], SQL Server Management Studio
tutorials [SQL Server Management Studio]
Transact-SQL tutorials
solutions [SQL Server Management Studio], tutorials
SQL Server Management Studio [SQL Server], tutorials
scripts [SQL Server], SQL Server Management Studio
ms.assetid d2bade70-07cf-4d94-b5d2-88aecb538ed1
caps.latest.revision 22
author MashaMSFT
ms.author mathoma
manager craigg

Tutorials for SQL Server Management Studio (SSMS)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

The SQL Server Management Studio (SSMS) tutorial introduces you to the integrated environment for managing your [!INCLUDEssNoVersion] infrastructure. [!INCLUDEssManStudioFull] presents a graphical interface for configuring, monitoring, and administering instances of [!INCLUDEssNoVersion]. It also allows you to deploy, monitor, and upgrade the data-tier components used by your applications, such as databases. [!INCLUDEssManStudioFull] also provides [!INCLUDEtsql], MDX, DMX, and XML language editors for editing and debugging scripts.

What You Will Learn

These tutorials will help you understand the presentation of information in SSMS and how to take advantage of its features.

The best way to get acquainted with SSMS is through hands-on practice. These tutorials will familiarize you with the various features available within SSMS. These tutorials will teach you how to manage the components of SSMS and how to find the features that you use regularly.

Here is what the tutorials cover:

  • Tutorial: Connect & Query SQL Server using SSMS

    In this Tutorial, you learn how to connect to your SQL Server instance. You will also learn some basic Transact-SQL (T-SQL) commands to create and then query a new database.

  • Tutorial: Scripting Objects in SSMS

    In this Tutorial, you learn how to script out various objects in SSMS, including databases and queries.

  • Tutorial: Using Templates in SSMS

    In this Tutorial, you learn how to work with the pre-built Templates within SSMS. The templates are a little-known feature that store a number of Transact-SQL code snippets for various database administration tasks.

  • Tutorial: SSMS Configuration

    In this Tutorial, you learn the basics of configuring your SSMS environment, such as the changing the environmental layout. This Tutorial also explains what the different SSMS components are.

  • Tutorial: Additional Tips and Tricks for using SSMS

    In this Tutorial, you will learn additional tips and tricks for using SSMS. The Tutorial includes the following:

    • Commenting and uncommenting text
    • Indenting text
    • Filtering Objects in Object Explorer
    • Accessing your SQL Server error log
    • Finding the name of your instance

Requirements

This tutorial is intended for experienced database administrators and database developers who are not familiar with [!INCLUDEvsprvs], but who are familiar with database concepts and [!INCLUDEtsql].

You must have the following installed to use this tutorial:

The first section walks you through creating a database but other sample databases can be found here: AdventureWorks Sample Databases. Instructions for restoring databases in SSMS can be found here: Restoring a Database.

See Also

Database Engine Tutorials