Who is the owner which database in SQL SERVER



SELECT name, suser_sname(owner_sid) AS Database_Owner
FROM sys.databases

Comments

Popular posts from this blog

Always On FailOver Events

The transaction log for database is full due to 'OLDEST_PAGE'

SSAS Cube or Database backup with Powershell command "Backup-AsDatabase"