Giffyguy
Giffyguy

Reputation: 21302

How do I Add My Domain User Account to the List of Users with Permission to Connect to the SQL Server?

My SQL 2008 R2 Server is configured for Windows authentication, but only my domain administrator account is granted access to connect to the object explorer.

I need to grant my non-administrator domain-user access as well, so I can log in from my local workstation.

Upvotes: 6

Views: 28280

Answers (1)

mrdenny
mrdenny

Reputation: 5078

Connect to the object explorer. Navigate down to the server > Security > Logins. Right click and select new login (or add login). In the new window put your domain account (or group) and grant it what ever rights you want it to have. If this is just your personal SQL instance on your workstation then just make your account a sysadmin.

Upvotes: 9

Related Questions