使用SMO .net通过DeviceType.Pipe进行备份和恢复

发布于 2024-08-16 14:38:45 字数 137 浏览 7 评论 0原文

我编写了一个使用 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅语花开 2024-08-23 14:38:45

我认为 PIPE 备份设备在 SQL Server 2005 及更高版本中不可用。

来自 sys.backup_devices,管道已过时。
当然,我可能是错的,而且我从未使用过管道备份(甚至回到我的 SQL Server 6.5 天)

编辑,好的找到它......

这里的第一个条目:SQL Server 2005 中已停止使用的数据库引擎功能

停止的功能 = 命名管道备份设备

有评论
“出于安全原因,SQL Server 不支持备份到命名管道。”

那么为什么它仍然列在 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

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?

忆伤 2024-08-23 14:38:45

管子已经停产了,伙计们。 100%确定

Pipe is discontinued guys. 100% sure

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文