Hello, I have 3 servers running sql server 2005 server1, server2, and server3 with database1 and database2 respectively. I backup database1 on server1 and backup database2 on server2 then I restore database1 and database2 on server3 as read-only on a daily basis. I only want to use one sql login (user1). Can I create the sql login on server3 and copy the UID to server1 and server2 so when I restore the databases on server3 the sql login will work? Or what would be the best way to handle this?
You'll create the login on one server. Then when you create the login on the other two servers you'll want to specify the SID, so that when the databases are restored the SIDs match.
Last Answered:
Sep 14 2009 11:58 PM GMT by Mrdenny 46795 pts.