Database Diagram Support Objects cannot be Installed … no valid owner

后端 未结 14 1239
醉酒成梦
醉酒成梦 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 18:54

    Only need to execute it in query editor ALTER AUTHORIZATION ON DATABASE::YourDatabase TO [domain\account];

提交回复
热议问题