Please help with deleting a user.
- From: Al <Al@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 Feb 2009 08:45:01 -0800
I created a <log in> in sql server 2005. When I tried to delete the log in,
it gave me a message that to complete the process I should delete the users
(belonging to this log in) in each databse, it also said that it may be
necessary to transfer the ownership of the schemas to new users. I tried
doing that using:
ALTER AUTHORIZATION ON SCHEMA::dbo TO guest;
it says that it can not alter "dbo" schema.
My user that I am trying to delete is "DrawingReview" (it is a generic name
for my applicatin) and when I click on the properties of this user it shows
that the user owns "dbo" schema.
Any Idea how can I delet that user?
I am new to SQL Server.
thanks
Al
.
- Follow-Ups:
- Re: Please help with deleting a user.
- From: Erland Sommarskog
- RE: Please help with deleting a user.
- From: Mohit K. Gupta
- Re: Please help with deleting a user.
- Prev by Date: EXECUTE xp_cmdshell
- Next by Date: RE: Please help with deleting a user.
- Previous by thread: EXECUTE xp_cmdshell
- Next by thread: RE: Please help with deleting a user.
- Index(es):
Relevant Pages
|