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
 General SQL Server Forums
 New to SQL Server Programming
 copy database

Author  Topic 

asm
Posting Yak Master

140 Posts

Posted - 2005-11-28 : 23:32:43
Hi
How can i copy database to another name.
I have acct database now i want to copy acct database to oldacct database. How can i do this.

thanks

asm

Kristen
Test

22859 Posts

Posted - 2005-11-29 : 00:09:09
Probably easiest way is to backup the acct database and restore it to the oldacct database

Kristen
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-11-29 : 01:23:49
If both are of the same structures and want to copy the data then use DTS

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2005-11-29 : 04:10:50
quote:
Originally posted by Kristen

Probably easiest way is to backup the acct database and restore it to the oldacct database

Kristen



easiet
Go to Top of Page
   

- Advertisement -