Find and fix SQL Server databases with empty owner property using dbatools PowerShell module
- 0 Comments
- PowerShell, SQLServer, SSMS, syndicated
A few days ago I came across with a error that says “Property Owner is not available for database [XXXXXXX].”. The following image shows the error message. I have seen this message before so I know that the problem is that the database does not have a defined owner. We can confirm this by running […]
Read More
