Software:SQL Server Management Studio

From HandWiki
Short description: Database management software application


SQL Server Management Studio
SQLServerManagementStudio.JPG
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
19.2[1] / November 13, 2023; 3 months ago (2023-11-13)
Preview release
19.0 (Preview 4)[2] / December 15, 2022; 14 months ago (2022-12-15)
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

Microsoft SQL Server Management Studio (SSMS) is a software application developed by Microsoft that is used for configuring, managing, and administering all components within Microsoft SQL Server. First launched with Microsoft SQL Server 2005, it is 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.[3]

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.[4] 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.[5]

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

See also

References

External links