My Sql Connecting Configuration Database error

Asked By 0 points N/A Posted on -
qa-featured

Hi I installed SQL in my system and the most probable thing I do is that I check SQL Server Management Studio and I did not understood that whether the database is disappeared or the permission is changed and I cannot connect to the sever so please help me to solve this problem. Thank You.

Cannot connect to PC_BASSharepoint.

Error:

Cannot connect to PC_BASSharepoint.

SHARE
Answered By 0 points N/A #153917

My Sql Connecting Configuration Database error

qa-featured

Hi!

I think one problem might be your TCP/IP configuration. Try to check if the network connection to the SQL Server is enabled. Open starts > SQL Server 2008 > Configuration Tools > SQL Server Configuration Manager. The Configuration Manager window should open. Then click on the SQL Server Network Configuration on the left side and under it, click "Protocols for SQLEXPRESS". Then on the right side, right click the TCP/IP and enable it. After it has been enabled, restart your SQL Server.

Another possible problem might be your connection string. Double check if you have misspelled your server name/instance. Or if you are accessing the server via another computer, check if the server (the computer that you are connecting to) is open and has TCP/IP enabled (the first solution above).

Hope it helps!

Related Questions