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)
 Quickest Way to Back up Local DB from Prod

Author  Topic 

bbasir
Yak Posting Veteran

76 Posts

Posted - 2008-04-16 : 15:07:47
I have sql server local on my desktop, I want one of the database to be completely updated from the production server.

I generally use DTS to do this...i.e. selectiing objects either table or sp's etc

Is there a a quicker way of doing this than DTS i.e. copy all objects with data?

I want the whole copy of one data base copied from the production to the local database.

nr
SQLTeam MVY

12543 Posts

Posted - 2008-04-16 : 16:06:49
Have a look at dmo.
Also try backup and restore.

==========================================
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

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2008-04-16 : 16:53:02
presumably prod does regular backups? just restore from one of them.


elsasoft.org
Go to Top of Page

steel
Posting Yak Master

107 Posts

Posted - 2008-04-21 : 00:51:05
hi u can take a backup of the prdction db and then copy it to the local machine and u can force restore the db if the db already is already on the local or u can restore simply.
Go to Top of Page
   

- Advertisement -