Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQl Server Failure while Startup

Author  Topic 

amitkumarmadhukar
Starting Member

45 Posts

Posted - 2005-09-10 : 02:53:06
Hello Guys,
I have a Problem.

Today My SQL Server 2000 refuse to Start. When i Start the service manually . it refuse to start. however sql server agenet, search and transaction controller are started.

i try to rebuild the registary . but all in vain.

now the problem is i have a database. in which i made some table label changes. i put some stored procedures and trigger and i my last backup does not incorporated with these new changes.

however i have my mdf and ldf files are intact.

can i recover my atleast data structure

its an emergancy

plase help me



amit kumar madhukar

Kristen
Test

22859 Posts

Posted - 2005-09-10 : 07:08:22
Basically you should be able to do something like:

1) Make sure SQL Server is stopped (sounds like it is!)

2a) Copy the MDF and LDF to another server
2b) Ideally put them in exactly the same drive/folder on the New Server

3) "ATTACH" the database on the New Server

Kristen
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2005-09-10 : 15:51:43
What made you decide to try and rebuild the registry??

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -