When running an SQL backup, does SQL first write to a temporary folder prior to actually saving the bak to the target directory?
If this is true is there a way to re-direct this temporary folder to a different location?
The issue is that on a very large database there may not be enough hard drive space where the temporary folder exists.
Thanks.