Sql Server DB Diagram Error
HATA MESAJI: "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."
SQL Server 2005 instance'ına başka bir instance'dan veritabanı attach ettiğinizde bu hatayı alırsanız, çözmek için SQL Server'da şu sorguyu çalıştırmak yeterli olacaktır:
EXEC sp_dbcmptlevel 'Veritabanı_adı', '
go
ALTER AUTHORIZATION ON DATABASE::Veritabanı_adı TO "LoginKullanıcıAdı"
go
use [Veritabanı_adı]
go
EXECUTE AS USER = N'dbo' REVERT
go
Etiketler: SQL Server
1 Yorum:
Hocam bu kodu nereye yazacağız ben de aynı sorun varda
Şehmus GÖKALP adlı yazara göre, saat: 5 Ağustos 2009 19:22
Yorum Gönder
Kaydol: Kayıt Yorumları [Atom]
<< Ana Sayfa