RE: sa login?
From: Cindy Gross (cgross@online.microsoft.com)
Date: 09/05/02
- Next message: John Bell: "Re: activate logins"
- Previous message: Cindy Gross: "RE: activate logins"
- In reply to: new: "sa login?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: cgross@online.microsoft.com (Cindy Gross (MS)) Date: Thu, 05 Sep 2002 05:09:53 GMT
It sounds like you've got a non-existant login that is DBO of one or more databases.
Q305711 BUG: DBO User Does Not Display in Enterprise Manager, http://support.microsoft.com/support/kb/articles/q305/7/11.asp
You'll need to change the DBO of each database to a valid login. For example:
use db MyDatabase
exec sp_changedbowner 'sa'
Cindy Gross, MCDBA, MCSE
http://cindygross.tripod.com
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: John Bell: "Re: activate logins"
- Previous message: Cindy Gross: "RE: activate logins"
- In reply to: new: "sa login?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|