SQL Server Management Studio

This is an old revision of this page, as edited by PM800 (talk | contribs) at 14:38, 23 September 2010 (Reverted edits by 81.90.54.77 (talk) to last version by 68.2.137.33). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SQL Server Management Studio is a tool included with Microsoft SQL Server 2005 and later versions for configuring, managing, and administering all components within Microsoft SQL Server. The tool includes both script editors and graphical tools which work with objects and features of the server.[1]

Microsoft SQL Server Management Studio showing a query, the results of the query, and the Object Explorer pane while connected to a SQL Server database engine instance.

A central feature of SQL Server Management Studio is the Object Explorer, which allows the user to browse, select, and act upon any of the objects within the server.[2]

Microsoft has also introduced a graphical configuration tool called SQL Server Management Studio Express (SSMSE) for SQL Server Express.[3] As with all of Microsoft's "Express" products, this is downloadable as a standalone tool or integrated with a SQL Server Express edition at no charge. The tool's limitations lie in the fact that it cannot manage SQL Server Analysis Services, Integration Services, Notification Services, Reporting Services, or SQL Server 2005 Mobile Edition.[4]

SQL management studio is the principal database administration portal for Microsoft SQL databases and many database administrators spend a large percentage of time in the software to perform their job responsibilities.[citation needed]

See also

References