<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQLAuthority News &#8211; Database Encryption in SQL Server 2008 Enterprise Edition</title>
	<atom:link href="http://blog.sqlauthority.com/2009/10/03/sqlauthority-news-database-encryption-in-sql-server-2008-enterprise-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/10/03/sqlauthority-news-database-encryption-in-sql-server-2008-enterprise-edition/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jayant Dass</title>
		<link>http://blog.sqlauthority.com/2009/10/03/sqlauthority-news-database-encryption-in-sql-server-2008-enterprise-edition/#comment-130168</link>
		<dc:creator><![CDATA[Jayant Dass]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 13:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6973#comment-130168</guid>
		<description><![CDATA[Hi Pinal

USE master;
GO
CREATE MASTER KEY ENCRYPTION BY PASSWORD = &#039;&#039;;
go
CREATE CERTIFICATE MyServerCert WITH SUBJECT = &#039;My DEK Certificate&#039;;


use DbName
go
CREATE DATABASE ENCRYPTION KEY
WITH ALGORITHM = AES_256
ENCRYPTION BY SERVER CERTIFICATE MyServerCert;


I am getting below Error  Please suggest: 
Cannot find the certificate &#039;MyServerCert&#039;, because it does not exist or you do not have permission.

Note : Cerificate are there on named &#039;MyServerCert&#039;

Server Configuration :
Window Server : 2003 SP2
SQL Server 2008 Cluster with Enterprise Edition SP1



Regards
Jayant Dass]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>USE master;<br />
GO<br />
CREATE MASTER KEY ENCRYPTION BY PASSWORD = &#8221;;<br />
go<br />
CREATE CERTIFICATE MyServerCert WITH SUBJECT = &#8216;My DEK Certificate&#8217;;</p>
<p>use DbName<br />
go<br />
CREATE DATABASE ENCRYPTION KEY<br />
WITH ALGORITHM = AES_256<br />
ENCRYPTION BY SERVER CERTIFICATE MyServerCert;</p>
<p>I am getting below Error  Please suggest:<br />
Cannot find the certificate &#8216;MyServerCert&#8217;, because it does not exist or you do not have permission.</p>
<p>Note : Cerificate are there on named &#8216;MyServerCert&#8217;</p>
<p>Server Configuration :<br />
Window Server : 2003 SP2<br />
SQL Server 2008 Cluster with Enterprise Edition SP1</p>
<p>Regards<br />
Jayant Dass</p>
]]></content:encoded>
	</item>
</channel>
</rss>

