I got a task to delete 9 million record from a table
so iam planning to do via SQL Agent job, i have prepared script to delete as like 50000 records from one delete statement
So now do i need to create single jobs with many steps or i can create various jobs new jobs without schedules?
Which will be more resource efficient?
Note:Log backup is configured for every 20 mins
Thanks, Vishvas.K