Viewing 2 posts - 1 through 2 (of 2 total)
This stored procedure maps an existing database user to a SQL Server login.
It's true that is a bit comfusing, because the SQL login name (found under SQLserverX->sercurity->Logins and and...
October 6, 2010 at 4:04 am
#1232343
Hello,
I do the same in my production system with the following, relatively simple 4 steps job:
Step1: Alter dev database to Single user mode to prepare it for the restore. (No...
October 5, 2010 at 4:01 am
#1231557