I am using VB Client to get the specific condition like Backup to database, flatfile, date range, percentage of data to be pruned, etc. I am using DTS Package to do this functionality. But for 600000 records(each table)- 11 tables, to backup 20% of data, time taken to backup is about 1 hour. I need a more effective method to backup the database.
I tried "bulk insert" through stored procedures, it also very slow.
I tried "bulk insert" through stored procedures, it also very slow.