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

  By Junaid A   Posted on July-29-2022   432

MS Sql Server

getting this error in ms sql sever The backend version is not supported to design database diagrams or tables.

Solution:

Database was designed in new version, and if user tried to add new table or any new database diagram. then you will get
error message "The backend version is not supported to design database diagrams or tables."


run below sql script "Query window" editor. you can see in which version of ms sql server, database was designed


select @@version
 

By  asifjans    29-Jul-2022 Views  432



You may also read following recent Post