SQL Server Invalid version: 15 (Microsoft.SqlServer.Smo)

Ryder Middleton 50 Reputation points
2023-07-26T21:07:15.5133333+00:00

SQL Server 2019 version 12.0.2000.8

When I try to right click on a stored procedure to modify I get this error. I have the latest update.
SQL Server Invalid version: 15 (Microsoft.SqlServer.Smo)

SQL Server Other
{count} vote

Accepted answer
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-07-27T12:27:41.17+00:00

    S

    Try SSMS 19.1 which is the most recent version. Note that since this is a new major version, it will install in parallel with SSMS 18, and not upgrade your installation. You can get the goods here.


2 additional answers

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-07-26T21:10:28.2+00:00

    SMO is SQL Server Management Object so you need to check SQL Server Management Studio (SSMS) Version


  2. Anonymous
    2023-07-27T08:25:57.39+00:00

    Hi @Ryder Middleton

    I found a similar thread for you, maybe you can refer to: https://stackoverflow.com/questions/57262748/sql-server-invalid-version-15-microsoft-sqlserver-smo.

    Best regards,

    Aniya

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.