21 Haziran 2019 Cuma

MS-SQL / user already exists in the current database, error: 15023

User, group, or role 'user_name' already exists in the current database. 
(Microsoft SQL Server, Error: 15023)

Restore sonrası kullancı açılması ile db üzerinde çalıştırılacak komut:

sp_change_users_login 'AUTO_FIX', 'user_name'

Hiç yorum yok:

Yorum Gönder

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...