They have installed SQL Server 2008 R2 on my work machine.
Connecting to (local) win auth does not seem to work. How do I determine if I have a local instance of it?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check your SQL Server Configuration Manager.
If there isn’t an instance running, follow this tutorial: http://technet.microsoft.com/en-us/library/ms190699.aspx
You also want to make sure your instance is a Network Service. For your instance, right click on it, then click properties. Set Log On As – Built in Account: Network Service.