使用 C# 确定 SQL 备份文件是否受密码保护
我如何使用 C# 以编程方式确定 SQL Server 2000 备份文件是否受密码保护?
How would I go about using C# to programmatically determine whether a SQL Server 2000 backup file has been password protected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SQL Server 备份文件没有本机密码保护。 所以我推荐这样的东西:
开玩笑。 您使用哪个应用程序“密码保护”备份文件? 您可能需要联系应用程序供应商。
There is no native password protection for SQL Server backup files. So I'd recommend something like this:
Just kidding. Which application are you using the "Password Protect" the backup files? You'll likely have to contact the application vendor.