Microsoft SQL Server logo

Update SQL Server Management Studio (SSMS) automatically

The fire-and-forget method to update SQL Server Management Studio (SSMS) automatically by uninstalling any installed version and downloading & installing the newest available version from Microsoft.

Home » Update SQL Server Management Studio (SSMS) automatically

The fire-and-forget method to update SQL Server Management Studio (SSMS) automatically. The script below starts with uninstalling any installed SSMS version. Once that is succeeded, it downloads & installs the latest available version from Microsoft.

This script is ideal for in your silent, automated (unattended) deployments of SQL Servers or management servers needing this tool.

Next to this script you can also use command-line parameters to install SQL Server Management Studio.

One-time donation

Please take a second to support Sysadmins of the North and donate, your generosity helps!

See also  Quickly view all symbolic links, junction points and hard links in a folder using PowerShell
5 1 vote
Article Rating
Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
trackback
Convert SqlCe database to SQL Server - Sysadmins of the North
2025-10-04 10:36 am

[…] install or update SQL Server Management Studio silently. […]