Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Kbalz
Yak Posting Veteran
94 Posts |
Posted - 2010-04-06 : 09:08:56
|
I have one database, with one user and one login.. I can right click the Login and rename the login name, but the User name within the database does not change.. how do i rename the database user's name as well? thanks. |
|
Kbalz
Yak Posting Veteran
94 Posts |
Posted - 2010-04-06 : 09:10:30
|
Finally found itALTER USER oldname WITH NAME = newname |
 |
|
|
|
|