<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - SQL Server Data Encryption</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/keithcombs/SQL-Server-Data-Encryption/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/136395_100x75.jpg</url>
		<title>Channel 9 - SQL Server Data Encryption</title>
		<link></link>
	</image>
	<description>
SQL Server 2005 includes some new encryption capabilities that all administrators, programmers and database analyst should be aware of.&amp;nbsp; Key and Certificate creation and management is now an integral
 part of SQL Server 2005.&amp;nbsp; You have the flexibility to create your own X.509&amp;nbsp;certificates, use Windows Server 2003 CA issued certs, or use other certs purchased from a trusted certificate authority.&amp;nbsp;&amp;nbsp;
 
 
There are a number of levels in the key hierarchy, but you’ll spend most of your time with database level certs and symmetric keys.&amp;nbsp; See the

SQL Server 2005 Encryption Hierarchy article for a detailed description of certificates, asymmetrical and symmetrical keys.&amp;nbsp; You’ll also notice at the bottom of that article is a link to the

SQL Server 2005 Permissions Hierarchy.&amp;nbsp; I would recommend reading and digesting both.&amp;nbsp; It’s a short read and will be a good use of your time as we review the following scripts and demos. 
Watching the Demos 
My team is now disseminating information using a variety of publishing techniques.&amp;nbsp; See the following scripts
demonstrated using Windows Media Video format.&amp;nbsp; That video is in full color.&amp;nbsp; I had to sacrifice some colors for the video here, but it should not matter much for the demos.&amp;nbsp; See the full screen launch
 buttons below.Setting Up To Use Encryption 
In our first script and demo, we are going to create a number of objects.&amp;nbsp; We’re going to create a user id, login id, a sample database,&amp;nbsp; and a sample table.&amp;nbsp; Later, we’ll create and use some views into the data along with a helper function that will allow
 us to control access to the data.&amp;nbsp; I’m going to cut a lot of the comments from the original script(s).&amp;nbsp; I will however highlight or link important function calls and features in the scripts.&amp;nbsp; You’ll notice that this first script is fairly straight forward.&amp;nbsp;
 You’ll also notice that the definition for CardNumber doesn’t reveal anything out of the ordinary.&amp;nbsp; It certainly doesn’t indicate the contents of that column will be encrypted.&amp;nbsp; This provides a little bit of stealth but not much.&amp;nbsp; The real power is in the
 encryption which you see soon.See the entire blog post complete with full scripts at 
http://blogs.technet.com/keithcombs/archive/2005/11/24/415079.aspx 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 17:48:54 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 17:48:54 GMT</lastBuildDate>
	<generator>Rev9</generator>
</channel>
</rss>