Share via

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
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer accepted by question author

Erland Sommarskog 134.3K 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.

Was this answer helpful?


2 additional answers

Sort by: Most helpful
  1. 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

    Was this answer helpful?

    0 comments No comments

  2. Vahid Ghafarpour 23,605 Reputation points
    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

    Was this answer helpful?


Your answer

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