MelvinTucker
MIS
Does anyone have any sample code or an example of how to use SQLDMO to create a backup copy of an existing database on the same server. So basically before the code executes the SQL server database call myDatabase has three tables and 1000 rows in total, after the code executes the SQL server now has two database one called mydatabase and one called mydatabase001 which is an identical copy of the original database with all data.