Connection error in sql server 2005 -
I have a problem, I run the application C # and I get an error
"A network-related or instance-specific error occurred when installing a connection to SQL Server.The server was not found or was not accessible. Verify that the name of the instance is correct and the SQL Server has a remote connection Is configured to allow. (Provider: SQL Network Int. Faces, Error: 26 - Error specifying server / instance)
What? Thanks
The error message says a lot: Make sure the example name is correct (if your SQL Server is using examples) and make sure your server is configured to allow remote connection .
Comments
Post a Comment