SQL Server 2008 Standard提供哪种加密机制? [英] What kind of encryption mechanisms does SQL Server 2008 Standard offer?

查看:87
本文介绍了SQL Server 2008 Standard提供哪种加密机制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如我所见,TDE和EKM机制仅在企业版中可用。如何在标准版SQL Server 2008中加密数据表?

As I see, TDE and EKM mechanisms are available only in Enterprise edition. How can I encrypt data in tables in Standard edition of SQL Server 2008?

推荐答案

您可以使用本机加密功能。

You have native encryption capabilities available.

在本文中( http://msdn.microsoft.com/en-us/library/ms179331.aspx )提供了一个示例,显示如何执行以下操作:

In this article (http://msdn.microsoft.com/en-us/library/ms179331.aspx) an example is provided showing how to do the following:

主密钥
证书
对称密钥
将加密密钥应用于列。

Master key Certificate Symmetric key Apply the encryption key to the column.

您不需要为此提供企业版选项。

You do not need to have enterprise edition for this option.

上面的文章告诉您一步一步实现列级加密。

The article above tells you step by step on implementing a column level encryption.

这篇关于SQL Server 2008 Standard提供哪种加密机制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆