Database Diagram Support Objects cannot be Installed … no valid owner

后端 未结 14 1227
醉酒成梦
醉酒成梦 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

提交回复
热议问题