The backend version is not supported to design database diagrams or tables
By Junaid A   Posted on July-29-2022
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 222
Share This with your friend by choosing any social account
You may also read following recent Post
![]() |
Types Of database
660 By Rizwan Saqib |
![]() |
History Of DataBase
668 By Rizwan Saqib |