I need to write stored procedure for copying the database from one database with another database. Could any one help doing it.
Thanks in advance.
|
I need to write stored procedure for copying the database from one database with another database. Could any one help doing it. Thanks in advance. |
|||
BACKUPof your source database, and then execute aRESTOREof that backup into your server again, under a new name... have you tried that?? – marc_s Aug 18 '11 at 6:41