I need to work on my SQL programs for class and I am receiving the following error. "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider)"
The User Action is below:
To resolve this error, try one of the following actions:
Make sure that you have configured the firewall on the server instance of SQL Server to open the SQL Server Browser port.--nothing has changed
Make sure that the SQL Server Browser service is started on the server.--not sure what this means??
Check the spelling of the SQL Server instance name that is specified in the connection string.--this looks the same
Use the SQL Server Surface Area Configuration tool to enable SQL Server to accept remote connections. For more information about the SQL Server Surface Area Configuration Tool, see Surface Area Configuration for Services and Connections.--I am trying to locate the 2008 Installation Media but I am not sure which file this is in I see all the files.
If the best thing is to uninstall this program and reisntall please let me know for this is the way I am leaning towards.
Any help is needed, please!!!!
[Tai Yee - MSFT] Hi, the best way to get questions answered is to post in the Microsoft Community Forum. The SQL Server Forums are located here: http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=19&SiteID=1.