I'm getting the following error message:

Any help here?
|
|
|
|
|
|
|
Description: This indicates a problem with your SQL Server installation. At least one of the databases on your database server has a missing or corrupt owner. The system stored procedure "sp_helpdb", which lists your existing databases, requires a valid owner for every database in order to run. To see what's happening, open Query Analyzer and run: exec sp_helpdb. You will see an error message like the one above. Common Cause: Outside of SQL Server, the database owner's Windows account gets deleted. This sours things within SQL Server, it orphans that database. Solution: Following is the response I've seen two Microsoft reps post on groups. <dbname> is the database with the missing or corrupt owner. 1) Of course, you may not know which database has the problematic owner. Here's from a Microsoft Rep (view thread):
|
||
|
|