Database Diagram Support Objects cannot be Installed … no valid owner

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

    An easier way to solve this issues would be to right click the name of your database, choose "New Query", type " exec sp_changedbowner 'sa' " and execute the query. Then you'll be good to go.

提交回复
热议问题