SSMS 18 gives error This backend version is not supported to design database diagrams or tables

Michael D 31 Reputation points
2022-11-30T01:24:59.887+00:00

SSMS 18.12.1 is the latest version right now. When I try to design a table that is in Developer Edition 2022 or Express Edition 2022 I get the error:

This backend version is not supported to design database diagrams or tables

All the solutions say that is caused by the SSMS version being older than the database version. But there isn't a newer version of SSMS than 18.12.1.

Can you not use SSMS with SQL Server 2022? What gives? Do I need to revert to an older database version?

Thanks for any help,

Michael

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. YufeiShao-msft 7,146 Reputation points
    2022-11-30T02:19:16.467+00:00

    Hi @Michael D

    There is still a SSMS 2019 Preview 3 version, it is now available and is the recommended version of SSMS for SQL Server 2022

    Download SQL Server Management Studio (SSMS) 19 (Preview)

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    5 people found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Michael D 31 Reputation points
    2022-11-30T05:34:08.183+00:00

    Thank you! That worked! I didn't want to try the version 19 since it was only a preview. But I guess that was what I needed. It now can view records and design, etc.

    Michael

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. developer-3882 0 Reputation points
    2023-04-26T13:41:30.8533333+00:00

    At the moment I installed SSMS 19.0.2 version, which is, for now, the latest general availability (GA) version, and the problem disappeared, you can design tables as you wish, on a remotly SqlServer 2022 runed on a docker on linux.

    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.