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)
 Server Crashing with Mutiple database

Author  Topic 

garrydawkins
Starting Member

4 Posts

Posted - 2004-05-20 : 15:57:42
I got a server that Crashed. My network group was able to get it up and running but it's vary fragile. One of the disk is done. What's the best way to get the my database:tables,views,stored procedured,dts packages, jobs off the bad server without crashing it again? I used the databae copy utility but found out that some of the database are replicated and it wont allow it to copy.

Thanks


Just another day in the life of a dba

GDawkins

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-05-20 : 16:16:56
Copy the MDF and LDF files to another location. Copy the .BAK files also.

Tara
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2004-05-20 : 16:42:59
If it's dubious the take backups and copy the files and restore.
DTS packages will probably be in msdb - you can just copy sysdtspackages or the database. Consider holding dts packages in a directory rather than msdb.


==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -