Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 5.3 KB

File metadata and controls

84 lines (52 loc) · 5.3 KB
title Features in SQL Server Management Studio | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology
ms.topic conceptual
helpviewer_keywords
SQL Server Management Studio [SQL Server], about SQL Server Management Studio
scripts [SQL Server], SQL Server Management Studio
ms.assetid e75504b9-7968-4e3b-8411-fd79fe09021e
author mashamsft
ms.author mathoma
manager craigg

Features in SQL Server Management Studio

[!INCLUDEssManStudioFull] includes the following general features:

  • Supports most administrative tasks for [!INCLUDEssNoVersion].

  • A single, integrated environment for [!INCLUDEssDEnoversion] management and authoring.

  • Dialogs for managing objects in the [!INCLUDEssDEnoversion], [!INCLUDEssASnoversion], and [!INCLUDEssRSnoversion], that allows you to execute your actions immediately, send them to a Code Editor, or script them for later execution.

  • Non-modal and resizable dialogs allow access to multiple tools while a dialog is open.

  • A common scheduling dialog that allows you to perform action of the management dialogs at a later time.

  • Exporting and importing [!INCLUDEssManStudioFull] server registration from one [!INCLUDEssManStudio] environment to another.

  • Save or print XML Showplan or Deadlock files generated by SQL Server Profiler, review them later, or send them to administrators for analysis.

  • A new error and informational message box that presents much more information, allows you to send [!INCLUDEmsCoName] a comment about the messages, allows you to copy messages to the clipboard, and allows you to easily e-mail the messages to your support team.

  • An integrated Web browser for quick browsing of MSDN or online help.

  • Integration of Help from online communities.

  • A tutorial on [!INCLUDEssManStudioFull] to help you take advantage of the many new features and become more productive right away.

  • A new activity monitor with filtering and automatic refresh.

  • Integrated Database Mail interfaces.

New Scripting Capabilities

The Code Editor component of [!INCLUDEssManStudioFull] contains integrated script editors for authoring [!INCLUDEtsql], MDX, DMX, and XML/A. It features:

  • Dynamic Help for immediate access to relevant information while you work.

  • A rich set of templates with the ability to create custom templates.

  • Support for writing and editing queries or scripts without requiring a connection to a server.

  • Scripting support for SQLCMD queries and scripts.

  • A new interface for viewing XML results.

  • Integrated source control for solution and script projects, supporting storing and maintaining copies of scripts as they evolve over time.

  • [!INCLUDEmsCoName] IntelliSense support for MDX statements.

Object Explorer Features

The Object Explorer component of [!INCLUDEssManStudioFull] is an integrated tool for viewing and managing objects in all server types. It features:

  • Filtering by all or part of a name, schema, or date.

  • The asynchronous population of objects, with the ability to filter objects based on their metadata.

  • Access to [!INCLUDEssNoVersion] Agent on replication servers for administration.

For more information, see Object Explorer.

Extensibility

[!INCLUDEssManStudioFull] is built upon the Visual Studio Isolated Shell, which inherently supports extensibility (add-ins/plug-ins). It is possible to tap into the Visual Studio extensibility services to surface custom capabilities within [!INCLUDEssManStudioFull]; however, such extensibility is not supported.

There are some users and third parties that have developed extensions to [!INCLUDEssManStudioFull]. While we do not discourage this, keep in mind that such extensibility is not supported, so there may be issues with backward/forward compatibility. Microsoft does not publish documentation for extending [!INCLUDEssManStudioFull]. There are, however, community blogs and sample code that you may be able to leverage.

Microsoft does not support [!INCLUDEssManStudioFull] installations with [!INCLUDEssManStudioFull] extensions present, so if you have installed [!INCLUDEssManStudioFull] extensions, you may want to remove them before calling Microsoft Customer Support about a [!INCLUDEssManStudioFull] issue.

See Also

Use SQL Server Management Studio