简体   繁体   中英

SQL Server 2012 connection issues in Visual Studio 2012 Server Explorer

I am trying to connect to SQL Server 2012 installed on Windows Server 2012 through Visual Studio 2012 but keep getting an error 25 connection string is not valid message when trying to connect through server explorer.

I am not connected to the domain but have checked that remote connections are enabled and port 1433. I can also connect to the main server via remote desktop app.

I am new to SQL Server so any advice is greatly appreciated. Thanks

I posted the question on stack overflow a while ago where I added a picture: SQL Server 2012 connection issues in Visual Studio 2012 Server Explorer

The most common problem is not giving the database instance name in addition to the server name when trying to connect to a SQL Express installation. With other editions you can provide just the server name.

在此处输入图片说明

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