“Database diagram support objects cannot 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.”
มีวิธีแก้ไขดังนี้
New Query แล้วรันคำสั่งประมาณนี้
ALTER AUTHORIZATION ON DATABASE::databasename TO sa
เช่น
ALTER AUTHORIZATION ON DATABASE::elec TO sa
No comments:
Post a Comment