I wrote a Program that backup SQL Databases using SMO Library on .net , and everything is just going smoothly, I just have one last point, I'm changing my way to save the .bak file on the hard disk, from DeviceType.File to DeviceType.Pipe, I have used pipes before, I just didn't know how to implement it here .
I thought PIPE backup device was not available in SQL Server 2005 and above.
From sys.backup_devices
, pipe is obsolete.
I could be wrong of course, and I've never used pipe backups (even back to my SQL Server 6.5 days)
Edit, OK found it...
1st entry here: Discontinued Database Engine Functionality in SQL Server 2005
Discontinued feature = Named pipe backup devices
With comment "For security reasons, SQL Server does not support backup to named pipes."
So why is it still listed in the DeviceType enumeration?
Pipe is discontinued guys. 100% sure
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With