Database Diagram Support Objects cannot be Installed … no valid owner

后端 未结 14 1223
醉酒成梦
醉酒成梦 2021-01-29 18:22

I tried to create a database diagramm with SQL Server 2008, but an error occurs:

Database diagram support objects cannot be installed because this dat

相关标签:
14条回答
  • 2021-01-29 19:14

    In SQL Server Management Studio do the following:

    1. Right Click on your database, choose properties
    2. Go to the Options Page
    3. In the Drop down at right labeled "Compatibility Level" choose "SQL Server 2005(90)" 3-1. choose "SQL Server 2008" if you receive a comparability error.
    4. Go to the Files Page
    5. Enter "sa" in the owner textbox. 5-1 or click on the ellipses(...) and choose a rightful owner.
    6. Hit OK

    after doing this, You will now be able to access the Database Diagrams.

    enter image description here

    0 讨论(0)
  • 2021-01-29 19:16

    I just experienced this. I had read the suggestions on this page, as well as the SQL Authority suggestions (which is the same thing) and none of the above worked.

    In the end, I removed the account and recreated (with the same username/password). Just like that, all the issues went away.

    Sadly, this means I don't know what went wrong so I can't share any thing else.

    0 讨论(0)
提交回复
热议问题