Database problem -- error: 40-unable to open the connection to SQL Server

Source: Internet
Author: User
Tags stack trace management studio sql server management sql server management studio connectionstrings

Error:

 

" / "ApplicationProgramServer error.
--------------------------------------------------------------------------------

Network-related or instance-specific errors occur when you establish a connection with SQL Server. The server is not found or cannot be accessed. Verify that the Instance name is correct and SQL server is configured to allow remote connection. (Provider: named pipeline provider, error:40 -Cannot open the connection to SQL Server)
Note: An unhandled exception occurs during the execution of the current Web request. Check the stack trace information to learn about this error andCodeDetailed information about the cause of the error.

 

Cause:

Because I can remotely connect to and operate on the database on SQL Server Management studio, I excluded what I said on the network and did not develop a remote connection. I carefully checked the SQL connection string

Connectionstring, found that there are brackets on the data source, although do not know the true role of the brackets, but I know that sometimes it is needed, and sometimes it is not needed, I remove the brackets to become

 

< Connectionstrings >
< Add name = " Sql2005conn " Connectionstring = " Data Source = 192.168.2.102; initial catalog = Master; user id = sa; Password = 123456 " Providername = " System. Data. sqlclient " />
</ Connectionstrings >

 

Run the program again and find the problem is gone.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.