The trick is to run SQL Server Management Studio as another user. This can be done by opening a command prompt and issuing the following command (replace the sections in brackets with your own domain and account information):
You'll be prompted:runas /netonly /user:{domain}\{sp_admin account} "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
Enter the password for {domain}\{sp_admin account}:
Enter the password and voila! you are connected to SQL Server as another user!
No comments:
Post a Comment