I wrote a program that backs up SQL databases using the SMO library on .net and everything goes smoothly, I just have the last point, I am changing the way to save the .bak file to my hard drive, from DeviceType.File to DeviceType.Pipe, I used the channels before, I just did not know how to implement it here.
source
share