Steps to rename a user in SQL Server 2000
- From: KnightFall1 <KnightFall1@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 13:25:05 -0700
I have what is hopefully a simple question.
I have a SQL 2000 Enterprise server with SP4. I want to be able to rename an
existing SQL account to something else.
I see that there is a sp_change_users_login stored procedure which initially
looked promising but based on the 3 examples shown in Books Online this
stored procedure will not work. Unlike the examples that BOL gives, I'm not
trying to create a new login and then map an existing login to a new account.
Since I'm running SQL 2000 and not SQL 2005, I can't use the ALTER LOGIN
command.
I just want to rename the SQL login account from "User1" to "User2"
(password stays the same).
How do I do that?
.
- Follow-Ups:
- Re: Steps to rename a user in SQL Server 2000
- From: Andrew J. Kelly
- Re: Steps to rename a user in SQL Server 2000
- Prev by Date: Re: What type of Server Roles to assign for Backup and Recovery
- Next by Date: Re: Steps to rename a user in SQL Server 2000
- Previous by thread: What type of Server Roles to assign for Backup and Recovery
- Next by thread: Re: Steps to rename a user in SQL Server 2000
- Index(es):
Relevant Pages
|