SQL Server

SQL Server Management Studio 22.4.1

The latest update of Management Studio has an interesting preview feature called database devops. This feature is not automatically added if you updated from a previous version. In order to use the Database DevOps feature you’ll need to modify your installation through the Visual Studio installer.

  1. Open the Visual Studio Installer
  2. Select modify for SQL Server Management Studio 22.4.1
  3. Check the checkbox for the Database DevOps feature
  4. Click modify
  5. After installation completes open SSMS
  6. Select File>>New>>Project/Solution
  7. SQL Database Project is now an option
    • Select this option
    • Press next
    • Press create
  8. You can now start using this new feature