加密整个数据库
我需要加密整个数据库,而不是数据库中的任何特定列。这应该在 SQL 2008 或 SQL 2008 Express 版本中完成
如果有人可以的话,请帮帮忙
I need to encrypt whole databse, not any specific column in the database. This should be done in SQL 2008 or in SQL 2008 Express edition
If any one can, do favour for this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这可能会帮助您完成任务:
了解透明数据加密
使用透明数据SQL Server 2008 中的加密
Check this might help you to achive your task :
Understanding Transparent Data Encryption
Using Transparent Data Encryption in SQL Server 2008
根据您的需求,TrueCrypt 之类的东西可能会解决问题,您可以将数据文件存储在加密共享上。我从来没有尝试过,但我希望它能起作用——但一些快速的谷歌搜索表明人们在使用它时遇到了问题。因此,如果您尝试此操作,请谨慎行事。
Depending on your needs, something like TrueCrypt might do the trick, where you store your data files on an encrypted share. I've never tried it, but I would expect it to work - but some quick Googling shows that people have had problems with it. So if you try this, proceed with caution.