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?
Software/Hardware used:
SQL Server 2005
ASKED:
September 14, 2009 9:22 PM
UPDATED:
September 15, 2009 1:54 PM
Thanks again Mr.Denny that was the answer to my question.