Error creating Diagrams in SQLServer Studio 2014

0

This week I had a problem creating diagrams in my database (SQL Server 2014), it returned an error message:

  

Database diagram support objects can not be installed because this   database does not have a valid owner. To continue, first use the   Files page of the Database Properties dialog box or the ALTER   AUTHORIZATION statement to set the database owner to a valid login,   then add the database diagram support objects.

And another message:

Any solution?

    
asked by anonymous 27.06.2018 / 20:54

1 answer

1

Live, are you the Owner of the BD? The problem may be related to whether or not you are the Owner.

Try to make Detach and Attach from DB.

    
28.06.2018 / 10:07