in reply to running multiple sub routines at the same time

Break the datafiles you're passing to bcp into smaller chunks. You can then check for space between each chunk.

Alternatively, you can have another process that monitors the database separately and increases space while the bcp is still running.

  • Comment on Re: running multiple sub routines at the same time