Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 9.04 KB

File metadata and controls

106 lines (72 loc) · 9.04 KB
title SQL Server Management Studio (SSMS)
description Learn details about SQL Server Management Studio (SSMS) and what SMMS can do, including how to manage Analysis Services Solutions.
ms.prod sql
ms.technology ssms
ms.topic overview
author markingmyname
ms.author maghan
ms.reviewer
f1_keywords
sql13.ssms.viewhelp.f1
helpviewer_keywords
SQL Server Management Studio
SQL Server Management Studio for Integration Services
SQL Server Management Studio for Reporting Services
SQL Server Management Studio for Analysis Services
ms.custom intro-overview, seo-lt-2019, FY22Q2Fresh
ms.date 12/15/2021

What is SQL Server Management Studio (SSMS)?

[!INCLUDE SQL Server ASDB, ASDBMI, ASDW ]

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure. Use SSMS to access, configure, manage, administer, and develop all components of SQL Server, Azure SQL Database , Azure SQL Managed Instance, SQL Server on Azure VM, and Azure Synapse Analytics. SSMS provides a single comprehensive utility that combines a broad group of graphical tools with many rich script editors to provide access to SQL Server for developers and database administrators of all skill levels.

Screenshot of the SQL Server Management Studio.

SQL Server Management Studio components

Description Component
Use Object Explorer to view and manage all of the objects in one or more instances of SQL Server. Object Explorer
Use Template Explorer to build and manage files of boilerplate text that you use to speed the development of queries and scripts. Template Explorer
Use the deprecated Solution Explorer to build projects used to manage administration items such as scripts and queries. Solution Explorer
Use the visual design tools included in [!INCLUDEssManStudio] to build queries, tables, and diagram databases. Visual Database Tools
Use the [!INCLUDEssManStudio] language editors to interactively build and debug queries and scripts. Query and Text Editors

SQL Server Management Studio for Business Intelligence

To access, configure, manage, and administer [!INCLUDEssASnoversion], Integration Services, and Reporting Services, use SQL Server Management Studio. Although all three business intelligence technologies rely on SQL Server Management Studio, the administrative tasks associated with each of these technologies are slightly different.

Note

To create and modify Analysis Services, Reporting Services, and Integration Services solutions, use [!INCLUDEssBIDevStudioFull], not SQL Server Management Studio. [!INCLUDEssBIDevStudioFull] is a development environment that is based on Microsoft[!INCLUDEvsprvs].

Manage Analysis Services Solutions using SQL Server Management Studio

SQL Server Management Studio enables you to manage [!INCLUDEssASnoversion] objects, such as performing back-ups and processing objects.

[!INCLUDEssManStudio] provides an [!INCLUDEssASnoversion] Script project in which you develop and save scripts written in Multidimensional Expressions (MDX), Data Mining Extensions (DMX), and XML for Analysis (XMLA). You use [!INCLUDEssASnoversion] Scripts projects to perform management tasks or re-create objects, such as database and cubes, on [!INCLUDEssASnoversion] instances. For example, you can develop an XMLA script in an [!INCLUDEssASnoversion] Script project that creates new objects directly on an existing [!INCLUDEssASnoversion] instance. The [!INCLUDEssASnoversion] Scripts projects can be saved as part of a solution and integrated with source code control.

For more information about how to use SQL Server Management Studio, see Developing and Implementing Using SQL Server Management Studio.

Manage Integration Services Solutions using SQL Server Management Studio

SQL Server Management Studio enables you to use the Integration Services service to manage packages and monitor running packages. You can also use [!INCLUDEssManStudio] to organize packages into folders, run packages, import and export packages, migrate Data Transformation Services (DTS) packages, and upgrade Integration Services packages.

Manage Reporting Services Projects using SQL Server Management Studio

Use SQL Server Management Studio to enable Reporting Services features, administer the server and databases, and manage roles and jobs.

You manage shared schedules by using the Shared Schedules folder, and manage report server databases (ReportServer, ReportServerTempdb). You also create a RSExecRole in the Master system database when you move a report server database to a new or different SQL Server Database Engine. For more information about these tasks, see the following articles:

You also manage the server by enabling and configuring various features, setting server defaults, and managing roles and jobs. For more information about these tasks, see the following articles:

Non-English language versions of SQL Server Management Studio (SSMS)

The block on mixed languages setup has been lifted. You can install SSMS German on a French Windows. If the OS language doesn't match the SSMS language, the user needs to change the language under Tools > Options > International Settings. Otherwise, SSMS shows the English UI.

For more information about different locale with previous versions, reference Install non-English language versions of SSMS.

Support Policy for SSMS

Cross-platform tool

[!INCLUDEssms-azure-data-studio-mention]

[!INCLUDEget-help-options]

Next steps

For more information about SSMS, common tasks, and related tools, see the following articles:

[!INCLUDEcontribute-to-content]