Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Sir,
I have installed sqlserver 2005 on windows authentication, in my laptop when i have XP Service Pack2 windows, on updating that window directly without formatting my laptop i updated with XP Service pack 3 from Service pack2 when i login to sqlsever it gives long error i.e.

The XP Service pack 2 was corrupted version now updated to service pack 3 from internet non-corrupted version

Cannot connect to DELL-2BC91843E4\sqlExpress i.e my Server name
Posted

If your SQL Server isn't starting, check both Windows event log and the SQL Server error log. The SQL Server error log can be found in the LOG folder of your SQL Server instance (for example C:\Program Files\Microsoft SQL Server\MSSQL...\MSSQL\Log). Open the ERRORLOG file in notepad and search for errors preventing the startup.

If the SQL Server is running fine but you cannot connect to it, refer to for example http://www.databasejournal.com/sqletc/article.php/1569851/Solving-SQL-Server-Connection-Problems.htm[^]
 
Share this answer
 
Comments
Prashant Srivastava LKO 14-Dec-11 14:59pm    
Yes I am unable to connect to sqlsever yes it is coming on click it's software but when i click on connect it is not connecting..
Wendelius 14-Dec-11 15:05pm    
Sorry, but I'm not quite following. You click on what? Are you actually talking about the SQL Server Management Studio? Also What is the exact error message you get?
Prashant Srivastava LKO 14-Dec-11 23:31pm    
I am saying that When I open sql server software then a popup comes with details,when I click on connect link it gives error of not connecting. How could I make the software, so that it can again start working.
Wendelius 15-Dec-11 0:21am    
It seems that reinstalling the SQL Server could work for you. However, I'd suggest that you try to install a new instance of SQL Server alongside to the existing one. This could possibly correct the problem if the problem lies on shared files.

If you have to reinstall the same SQL Server be prepared to do a database restore if the database is corrupted.
AmitGajjar 15-Dec-11 0:23am    
Hi,

after click on "Connect" button what error you are getting in "Event Viewer" ?
Based on your comment to Mika's answer, I would suggest that the sql server instance is no longer running correctly on your system. The easiest way to correct this is to reinstall your SQL Server 2005. I understand that you can launch the management studio tool, but that is only a forms front end that still needs to connect to the database server instance, and it is the instance that is not working.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900