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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-12 : 09:57:19
|
| steve writes "Hi,Is it possible to back-up an SQL Server 2000 database without backing up the users in the database.I'm interested in doing this to avoid orphaned users when I restore it to another server.Thanks for your time.Steve" |
|
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2002-07-12 : 10:21:24
|
| I don't believe it is possible, no. There are automated ways of restoring the user identities post-restore, however - do a forum search here at sqlteam for it, I'm sure there are several threads discussing it.Jonathan Boott, MCDBA |
 |
|
|
izaltsman
A custom title
1139 Posts |
Posted - 2002-07-12 : 10:22:30
|
Users are stored in a database... So if you are backing up your database, you are taking the users with you. But fixing orphaned users is easy. Just look up sp_change_users_login stored procedure in BOL.I gotta work on my typing skills! Edited by - izaltsman on 07/12/2002 10:24:03 |
 |
|
|
|
|
|