473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Cannot Start SQL Server 2k To Restore DB's

233 100+
We lost a couple of drives that contained one database(mdf/ldf) and another drive that contained several log files. I have the new drives in place, and a current SQL backup to use for restores, but I cannot get SQL Server started. I can get the instance started in single user mode, but that does not help me to restore the databases. Any thoughts on how I can get this started so that I can perform my restores?
Apr 27 '11 #1
2 1478
Jerry Winston
145 Expert 100+
At least you're able to get started in some capacity(Single User). Let's start debugging!

1. Although the SQL server appears to be failing silently, there are probably several error logs pointing to the failure. Check the SQL Server Logs as well as the Windows application/services logs. A lot of events may have been logged on your system since the last error. Before reviewing the error logs, repeat the steps you followed to the point of failure. This should create a new entry in your log files near the 'top' of the list which will make it easier to find.

The root cause of the error might be listed explicitly in the log, allowing you to fix the problem quickly. However, if you don't immediately see the solution, please post the most relevant entries from your error logs and Bytes can help you further.

BTW, if you do find the solution, please post it! It's always when a user with a similar problem can search the symptoms and find the cure at the same time.
Apr 28 '11 #2
mcfly1204
233 100+
The problem ended up being that SQL Server could not create the tempdb because the path to where the tempdb was originally located was also on one of the drives that we lost. Once I recreated the directory structure, SQL Server was able to create the tempdb, and I was up and running.

I would also like to point out that anyone looking to restore a database after either the database file or log file has been deleted will need to recreate the directory structure unless they intend to use WITH MOVE to place the files in a new location.
Apr 28 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: J. Hazell | last post by:
I am attempting to start debugging an aspx page. IE is installed in the default location. Whenever I start the debugging process it fails with the error message. Cannot start debugging. Unable...
13
by: | last post by:
Hi I am trying to copy a 20 GB database from server 1 to 2. I took a full backup, copied to server2 and restored ( ready for use) using EM. After the message restore completed, I see the...
4
by: Rich | last post by:
Hi there, I've been sent a backup file from a SQL Server 2000 DB and tried restoring into a blank DB (with the same name) on my SQL Server 2K, only it errors, see below: (I've separated each...
3
by: Wojciech Jurek | last post by:
Hi! I need to backup database and then restore it from file on other computer. I'm using DB2 on Windows XP. Please give me two simple SQL statements which I could use in Command Centre. Thanks...
3
by: Omar Vazquez | last post by:
i'm trying to restore a backup that olriginaly was made from a server (production). I want to get data into a new server(development). Does somebody know about a guide to get some information?,...
0
by: t2581 | last post by:
I want to run single script that will attach to instance and restore db example file restore_on_dev1.txt -- file restore_on_dev1.txt attach to DEV1 user bamboo using 123456; restote database...
1
by: Paul Aspinall | last post by:
Does anyone have any sample code, or references to help when calling SQL DMO to backup / restore DB via C# Thanks
8
by: Challenge | last post by:
Hi, I got error, SQL1768N Unable to start HADR. Reason code = "7", when I tried to start hadr primary database. Here are the hadr configuration of my primary db: HADR database role ...
2
by: Tussen | last post by:
Hello, guys! Could anyone suggest me with following problem. I try to restore DB from 8 version to 9 version. Here is list of my actions: 1. I made offline-backup in 8 version 2. On 9...
3
by: barmatt80 | last post by:
How hard is it if you already have the site setup as access as the datasource to then take that same site to start using sql server 2005 db? Not the actual process of moving the database, but as far...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.