Viewing 6 posts - 1 through 6 (of 6 total)
I modified the code to backup the database based on size using groups.
I will use a basketball analogy in explaining what I tried to accomplish.
Let’s say there are 32 basketball...
March 15, 2014 at 3:00 am
I modified the script to schedule the jobs for two seconds apart. Scheduling and starting all the backup at the same time was causing a deadlock. Also added the option...
March 13, 2014 at 12:17 pm
I agree with all the comments, mostly the high I/O that it is going to generate. One thing I am trying to do is reduce the amount of time the...
March 10, 2014 at 7:11 am
Hi SQLBuddy,
Your suggestion gave me an idea and I did the following:
1. First I created a simple SQL job and scripted it out, the changed it into a stored procedure.
2....
March 6, 2014 at 8:25 pm
Thanks all for the advice on the use of TRUNCATE_ONLY. I was basically use it to free up space. I have removed it from my code and will be very...
November 16, 2009 at 9:05 pm
I ran into a similar bulk delete problem recently while trying to delete about 10 million records from a table with about 300 million records. I saw the following using...
November 15, 2009 at 8:45 pm
Viewing 6 posts - 1 through 6 (of 6 total)