473,386 Members | 1,720 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.

SQL Server 2000 - Recover Database using only File System Backup

Hi!

Just recently OS (Windows 2003 Server) of our server crashed and needed to be re-installed. Unfortunately, we we not able to create a backup of the databases using the ENTERPRISE MANAGER. HOwever, we have managed to backup the file system of the server (Drives C, D and E)

Is there a way that I can recover the databases using only the file system backup? What steps should i take? Hope you will be able to answer my query ASAP.

Thanks alot!
May 17 '07 #1
2 1933
Motoma
3,237 Expert 2GB
Hi!

Just recently OS (Windows 2003 Server) of our server crashed and needed to be re-installed. Unfortunately, we we not able to create a backup of the databases using the ENTERPRISE MANAGER. HOwever, we have managed to backup the file system of the server (Drives C, D and E)

Is there a way that I can recover the databases using only the file system backup? What steps should i take? Hope you will be able to answer my query ASAP.

Thanks alot!
You may be able to restore from the MDF and LDF files, by creating a new database, and replacing those files. There may be a simpler solution, and I do not know if this method will even work.
May 17 '07 #2
You need any solution to repair and recover SQL server with the help this forum post it is very helpful try ti.: http://www.bubblews.com/news/3733174...erver-database

and second option is also here if you want try

Expand|Select|Wrap|Line Numbers
  1. EXEC sp_resetsatatus [YourDatabase];
  2. ALTER DATABASE [YourDatabase] SET EMERGENCY
  3. DBCC checkdb ([YourDatabase])
  4. ALTER DATABASE [YourDatabase] SET SINGLE USER WITH ROLLBACK IMMEDIATE
  5. DBCC DATABASE [YourDatabase], REPAIR_ALLOW_DATA-LOSS)
  6. ALTER DATABASE [YourDatabase] SET MULTI-USER
Jun 11 '14 #3

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

Similar topics

2
by: nt | last post by:
I am having a problem with a regular backup of an SQL Server (MSDE 2000) database to a local drive. I initiate the backup once a week, by issuing the required T-SQL, via ADO. In this case, the...
6
by: alanknipmeyer | last post by:
Hi, I`m in the process of migrating a Access 2002 (Run in 2000 mode) from Windows 98 to Win2K Server. It is a shared resource via a file share on the 98 Server. Client systems are Win98 with the...
3
by: datapro01 | last post by:
I am a DB2 DBA that has been asked to become familiar enough with SQL Server in order to become actively involved in its installation, implementation, and to review database backup/recovery...
0
by: Mike | last post by:
In SQL 2000 I have been using Log Shipping to keep a warm backup copy of all my production databases in a different site. Prior to setting up my Maintenance Plan to implement log shipping, on my...
3
by: BD | last post by:
Hi there. I'm on a SQL 2000 SP4 machine. This is a development machine, with only a couple of small databases on it. Yesterday I needed to recover a table from backup, so I went through...
0
by: mike_dba | last post by:
I have been testing the db2 recover command on a DB2 V8.2 Linux database. The database contains a single partition. I am not archiving logs but retaining them on disk. the backup image is to...
3
by: Jarosław Kozik | last post by:
my database status is suspect - what can I do to rebuilt it ( using enterprise manager or something else ) ? regards IJKK
2
by: l0b0 | last post by:
I'm working on a restore procedure for the case where all MDF files are missing, but the LDF files are all intact. A full backup is done every 24 hours, and a log backup is done every 3 hours....
6
by: KG | last post by:
Hi, Does anyone knows how to recover the test file db2diag.log. By mistake I have delete the contents of db2diag.log, wondering if I could restore the contents of my db2diag.log.
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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.