使用SMO .net通过DeviceType.Pipe进行备份和恢复
我编写了一个使用 .net 上的 SMO 库备份 SQL 数据库的程序,一切都很顺利,我只有最后一点,我正在更改从 DeviceType.File 将 .bak 文件保存在硬盘上的方式到DeviceType.Pipe,我以前也用过管道,只是不知道这里怎么实现。
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 .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为 PIPE 备份设备在 SQL Server 2005 及更高版本中不可用。
来自
sys.backup_devices
,管道已过时。当然,我可能是错的,而且我从未使用过管道备份(甚至回到我的 SQL Server 6.5 天)
编辑,好的找到它......
这里的第一个条目:SQL Server 2005 中已停止使用的数据库引擎功能
那么为什么它仍然列在 DeviceType 枚举?
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
So why is it still listed in the DeviceType enumeration?
管子已经停产了,伙计们。 100%确定
Pipe is discontinued guys. 100% sure