简体   繁体   中英

How do I to find out if I have a local SQL Server 2008 R2 installed

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

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.

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM