SQL Server Management Studio

SQL Server Management Studio (SSMS) is a software application first launched with Microsoft SQL Server 2005 that is used for configuring, managing, and administering all components within Microsoft SQL Server. It's the successor to the Enterprise Manager in SQL 2000 or before. The tool includes both script editors and graphical tools which work with objects and features of the server.[2]

SQL Server Management Studio
Earlier version of 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.
Developer(s)Microsoft
Initial release2005
Stable release
18.5.1[1] / June 9, 2020 (2020-06-09)
Operating systemMicrosoft Windows
Available inChinese (Simplified), Chinese (Traditional), English (United States), French, German, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Spanish
Websitedocs.microsoft.com/en-us/sql/ssms

A central feature of SSMS is the Object Explorer, which allows the user to browse, select, and act upon any of the objects within the server.[3] It also shipped a separate Express edition that could be freely downloaded, however recent versions of SSMS are fully capable of connecting to and manage any SQL Server Express instance. Microsoft also incorporated backwards compatibility for older versions of SQL Server thus allowing a newer version of SSMS to connect to older versions of SQL Server instances. It also comes with Microsoft SQL Server Express 2012, or users can download it separately.

Starting from version 11, the application was based on the Visual Studio 2010 shell, using WPF for the user interface. Versions 18 and after are based on the Visual Studio 2017 Isolated Shell.[4]

In June 2015, Microsoft announced their intention to release future versions of SSMS independently of SQL Server database engine releases.[5]

See also

References

  1. "Download SQL Server Management Studio (SSMS)". 7 April 2020.
  2. MSDN: Introducing SQL Server Management Studio
  3. MSDN: Using Object Explorer
  4. "SSMS 18.0 (preview 4)". SQL Server Management Studio - Changelog (SSMS). Microsoft. 24 September 2018. Retrieved 22 October 2018.
  5. "Announcing SQL Server Management Studio – June 2015 Release". SQL Release Services Blog. Microsoft. 24 June 2015. Retrieved 7 September 2015.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.