Re: Cannot delete SQL user (dbowner)
From: Kalen Delaney (replies_at_public_newsgroups.com)
Date: 09/02/03
- Next message: Mel: "Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'"
- Previous message: Carlton Whitmore: "Cannot delete SQL user (dbowner)"
- In reply to: Carlton Whitmore: "Cannot delete SQL user (dbowner)"
- Next in thread: Carlton Whitmore: "Re: Cannot delete SQL user (dbowner)"
- Reply: Carlton Whitmore: "Re: Cannot delete SQL user (dbowner)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 2 Sep 2003 14:25:45 -0700
Can you explain a bit more about what you did and what you need? What user
are you trying to delete? Or are you trying to delete a login. Please make
sure you understand the difference between logins and users; there is a lot
of good info in the Books Online.
What message do you get when you say you are not allowed to delete the user?
Every database has a user named dbo and that can never change. What can
change is the login name that the dbo user is mapped to. When you execute
the stored procedure sp_changedbowner, you are changing the mapping between
the user dbo and a login name.
-- HTH ---------------- Kalen Delaney SQL Server MVP www.SolidQualityLearning.com "Carlton Whitmore" <cwhitmore@advocacyinc.org> wrote in message news:030101c37197$318b29b0$a501280a@phx.gbl... > I've reassigned the owner to another user, but SQL 2000 > will not allow me to delete the user. How can I get around > this? > Carlton. >
- Next message: Mel: "Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'"
- Previous message: Carlton Whitmore: "Cannot delete SQL user (dbowner)"
- In reply to: Carlton Whitmore: "Cannot delete SQL user (dbowner)"
- Next in thread: Carlton Whitmore: "Re: Cannot delete SQL user (dbowner)"
- Reply: Carlton Whitmore: "Re: Cannot delete SQL user (dbowner)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|