<?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: SQL SERVER &#8211; Introduction to SQL Server Encryption and Symmetric Key Encryption Tutorial with Script</title>
	<atom:link href="http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Prakash Somasundaran</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-247004</link>
		<dc:creator><![CDATA[Prakash Somasundaran]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-247004</guid>
		<description><![CDATA[Hi,

I have an situation  I want encrypted data to be able to get through a select statement.

eg:Select Co1,Col2,encrypt(Amount) as Col3,Col4 from PS_TABLE.

We have a people soft application where data needs to be encrypted,it should be available to all other applications thru mere select statement .

I should be able to include create keys,open keys inside a function.This is not possible.Or else I should be able to call a stored procedure inside function.This is also not possible.

Any help appriciated.


Thanks in advance,

Prakash]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have an situation  I want encrypted data to be able to get through a select statement.</p>
<p>eg:Select Co1,Col2,encrypt(Amount) as Col3,Col4 from PS_TABLE.</p>
<p>We have a people soft application where data needs to be encrypted,it should be available to all other applications thru mere select statement .</p>
<p>I should be able to include create keys,open keys inside a function.This is not possible.Or else I should be able to call a stored procedure inside function.This is also not possible.</p>
<p>Any help appriciated.</p>
<p>Thanks in advance,</p>
<p>Prakash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amin</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-238183</link>
		<dc:creator><![CDATA[amin]]></dc:creator>
		<pubDate>Sun, 15 Jan 2012 16:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-238183</guid>
		<description><![CDATA[hi 
I wil use of encrype sql server in login but I dont Kwon .you can Help me 
with image and discription

thanks]]></description>
		<content:encoded><![CDATA[<p>hi<br />
I wil use of encrype sql server in login but I dont Kwon .you can Help me<br />
with image and discription</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanket</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-226103</link>
		<dc:creator><![CDATA[sanket]]></dc:creator>
		<pubDate>Mon, 26 Dec 2011 11:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-226103</guid>
		<description><![CDATA[hi pinal,
suppose am inserting new row to employee table. i want encrypted version of ssn column. is it possible to encrypt ssn at the time of inserting new data to table ? thanx for any help..]]></description>
		<content:encoded><![CDATA[<p>hi pinal,<br />
suppose am inserting new row to employee table. i want encrypted version of ssn column. is it possible to encrypt ssn at the time of inserting new data to table ? thanx for any help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fa</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-221167</link>
		<dc:creator><![CDATA[fa]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 08:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-221167</guid>
		<description><![CDATA[difference stroed procedure with function?]]></description>
		<content:encoded><![CDATA[<p>difference stroed procedure with function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelvin</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-211430</link>
		<dc:creator><![CDATA[kelvin]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 16:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-211430</guid>
		<description><![CDATA[the first quot is not a quote. try this create master key encryption by password = &#039;pass@word1&#039;]]></description>
		<content:encoded><![CDATA[<p>the first quot is not a quote. try this create master key encryption by password = &#8216;pass@word1&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meric</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-201317</link>
		<dc:creator><![CDATA[meric]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 14:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-201317</guid>
		<description><![CDATA[Hello Mr Pinal,

There is so weird case when i attempt to encrypt a clear text with a  SymmetricKey...  Anytime when i try to encrypt the &quot;same&quot; data with  the &quot;same&quot;  SymmetricKey, then encrypted data is resulted diffenet ( different 128bytes of data)..  However i can successfully get back the orjinal cleare data, i kindly ask you to the way to get the &quot;same&quot; encrypted  when i  encrypt the &quot;same&quot; data with  the &quot;same&quot;  SymmetricKey ?    Is that possible ?]]></description>
		<content:encoded><![CDATA[<p>Hello Mr Pinal,</p>
<p>There is so weird case when i attempt to encrypt a clear text with a  SymmetricKey&#8230;  Anytime when i try to encrypt the &#8220;same&#8221; data with  the &#8220;same&#8221;  SymmetricKey, then encrypted data is resulted diffenet ( different 128bytes of data)..  However i can successfully get back the orjinal cleare data, i kindly ask you to the way to get the &#8220;same&#8221; encrypted  when i  encrypt the &#8220;same&#8221; data with  the &#8220;same&#8221;  SymmetricKey ?    Is that possible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramya</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-197052</link>
		<dc:creator><![CDATA[Ramya]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 17:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-197052</guid>
		<description><![CDATA[Hi Pinal,
Your Information is very useful. I created,

IF NOT EXISTS 
    (SELECT * FROM sys.symmetric_keys WHERE symmetric_key_id = 101)
    CREATE MASTER KEY ENCRYPTION BY 
    PASSWORD = &#039;xxxxx password&#039;
GO

CREATE CERTIFICATE PCredit
   WITH SUBJECT = &#039;Credit Card Numbers&#039;;
GO


CREATE SYMMETRIC KEY CreditCards_Key11
    WITH ALGORITHM = AES_256
    ENCRYPTION BY CERTIFICATE PCredit;
GO

This is done in development machine.
I usually take sql database backup and restore in QA server to test.

When i did the sql backup I didnot find the certificate and symmetric keys in QA server.

How do I take the back up of the certificte and symmetric keys and restore in QA server.

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Your Information is very useful. I created,</p>
<p>IF NOT EXISTS<br />
    (SELECT * FROM sys.symmetric_keys WHERE symmetric_key_id = 101)<br />
    CREATE MASTER KEY ENCRYPTION BY<br />
    PASSWORD = &#8216;xxxxx password&#8217;<br />
GO</p>
<p>CREATE CERTIFICATE PCredit<br />
   WITH SUBJECT = &#8216;Credit Card Numbers&#8217;;<br />
GO</p>
<p>CREATE SYMMETRIC KEY CreditCards_Key11<br />
    WITH ALGORITHM = AES_256<br />
    ENCRYPTION BY CERTIFICATE PCredit;<br />
GO</p>
<p>This is done in development machine.<br />
I usually take sql database backup and restore in QA server to test.</p>
<p>When i did the sql backup I didnot find the certificate and symmetric keys in QA server.</p>
<p>How do I take the back up of the certificte and symmetric keys and restore in QA server.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhijit</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-186870</link>
		<dc:creator><![CDATA[abhijit]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 07:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-186870</guid>
		<description><![CDATA[I m bit new to this field of DBA i wanted to know is there any codes available to encrypt the entire database as we have a huge database maintained in sqlserver 2005 . I know that it is not safe to encrypt the entire database but we ha such kind of requirement moreover the in the application end they don&#039;t want to encrypt it. i want the process to be as the data comes through the application end into the database it should be encrypted and stored and while retrieving the data it must be decrypted with a certificate/key as provided and shown. I don&#039;t want to use any 3rd party tools as it has been instructed. i searched through the net and found that we can encrypt columns and stored procedure through asymmetric/symmetric key but i need to encrypt the entire database(selected tables is also ok) can you all help me in that.]]></description>
		<content:encoded><![CDATA[<p>I m bit new to this field of DBA i wanted to know is there any codes available to encrypt the entire database as we have a huge database maintained in sqlserver 2005 . I know that it is not safe to encrypt the entire database but we ha such kind of requirement moreover the in the application end they don&#8217;t want to encrypt it. i want the process to be as the data comes through the application end into the database it should be encrypted and stored and while retrieving the data it must be decrypted with a certificate/key as provided and shown. I don&#8217;t want to use any 3rd party tools as it has been instructed. i searched through the net and found that we can encrypt columns and stored procedure through asymmetric/symmetric key but i need to encrypt the entire database(selected tables is also ok) can you all help me in that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatin Soni</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-186034</link>
		<dc:creator><![CDATA[Jatin Soni]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 18:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-186034</guid>
		<description><![CDATA[Hi Pinal,

My client wants to have ssh2 encryption. I can&#039;t find this encryption in allowed list of sql encryption. Can u let me know if there is any way to impliment this in sql.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>My client wants to have ssh2 encryption. I can&#8217;t find this encryption in allowed list of sql encryption. Can u let me know if there is any way to impliment this in sql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabahmed</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-176858</link>
		<dc:creator><![CDATA[sabahmed]]></dc:creator>
		<pubDate>Sun, 09 Oct 2011 18:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-176858</guid>
		<description><![CDATA[How to encrypt a column having datatype timestamp???]]></description>
		<content:encoded><![CDATA[<p>How to encrypt a column having datatype timestamp???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-172795</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 11:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-172795</guid>
		<description><![CDATA[Do you have source for the application? You can debug the application to know what type of encrption is used]]></description>
		<content:encoded><![CDATA[<p>Do you have source for the application? You can debug the application to know what type of encrption is used</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dayo</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-172658</link>
		<dc:creator><![CDATA[Dayo]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 01:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-172658</guid>
		<description><![CDATA[Please I have a big problem at hand at my new job. The problem is that I discovered that the application is encrypting all the primary key in the database. And I don&#039;t have no information on how to decrypt from the backend and my company&#039;s contract with the people that developed the application has long expired. So get them to make changes to the application will cost a lot. I need help on how to go about it if there is anyway at all without going back to the developer.]]></description>
		<content:encoded><![CDATA[<p>Please I have a big problem at hand at my new job. The problem is that I discovered that the application is encrypting all the primary key in the database. And I don&#8217;t have no information on how to decrypt from the backend and my company&#8217;s contract with the people that developed the application has long expired. So get them to make changes to the application will cost a lot. I need help on how to go about it if there is anyway at all without going back to the developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chetan kumar</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-163773</link>
		<dc:creator><![CDATA[chetan kumar]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 00:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-163773</guid>
		<description><![CDATA[how to decrypt the md5.It is in encryption format,I have millions of records in text file...]]></description>
		<content:encoded><![CDATA[<p>how to decrypt the md5.It is in encryption format,I have millions of records in text file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-160070</link>
		<dc:creator><![CDATA[Ashish]]></dc:creator>
		<pubDate>Sat, 20 Aug 2011 20:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-160070</guid>
		<description><![CDATA[Is it possible to encrypt /Decrypt XML data in SQL server 2005 ?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to encrypt /Decrypt XML data in SQL server 2005 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joan</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-157691</link>
		<dc:creator><![CDATA[joan]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 07:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-157691</guid>
		<description><![CDATA[Is it possible to decrypt a data without knowing how the file was encrypted?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to decrypt a data without knowing how the file was encrypted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-149153</link>
		<dc:creator><![CDATA[Rahul]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-149153</guid>
		<description><![CDATA[How to Decrypt data in sql which was already store in by MD5 algo using 123 as key....]]></description>
		<content:encoded><![CDATA[<p>How to Decrypt data in sql which was already store in by MD5 algo using 123 as key&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobin19</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-141366</link>
		<dc:creator><![CDATA[mobin19]]></dc:creator>
		<pubDate>Thu, 16 Jun 2011 12:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-141366</guid>
		<description><![CDATA[Hi Pinal,

I have a situation, where I made a script of my original database (along with data) using Database publishing wizard and I ran that script on another computer, but my encryption keys were been scripted. 

I even tried backing up the encryption keys and restored the keys to another computer in a similar fashion as told by Asif.S in the comments. But still I am not able to decrypt the data, i get null as the decrypted data. Please help me ASAP.

Regards,
Mobin Molai.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have a situation, where I made a script of my original database (along with data) using Database publishing wizard and I ran that script on another computer, but my encryption keys were been scripted. </p>
<p>I even tried backing up the encryption keys and restored the keys to another computer in a similar fashion as told by Asif.S in the comments. But still I am not able to decrypt the data, i get null as the decrypted data. Please help me ASAP.</p>
<p>Regards,<br />
Mobin Molai.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-141077</link>
		<dc:creator><![CDATA[mahesh]]></dc:creator>
		<pubDate>Wed, 15 Jun 2011 13:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-141077</guid>
		<description><![CDATA[thanks...]]></description>
		<content:encoded><![CDATA[<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathish</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-137729</link>
		<dc:creator><![CDATA[sathish]]></dc:creator>
		<pubDate>Tue, 31 May 2011 04:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-137729</guid>
		<description><![CDATA[Hi Pinal,

Very Nice Article to start the encryption of column in the table.
Its my turn to work with encryption column in my project.
I search lot of articles but i found a good article from you.
Great Going...

Thanks
With Warm Regards
Sathish. P]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Very Nice Article to start the encryption of column in the table.<br />
Its my turn to work with encryption column in my project.<br />
I search lot of articles but i found a good article from you.<br />
Great Going&#8230;</p>
<p>Thanks<br />
With Warm Regards<br />
Sathish. P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman Kazi</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-123687</link>
		<dc:creator><![CDATA[Salman Kazi]]></dc:creator>
		<pubDate>Thu, 17 Mar 2011 21:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-123687</guid>
		<description><![CDATA[Once we are done with the encrypthion, finally you are dropping the column. After that how I am going to insert a new record.]]></description>
		<content:encoded><![CDATA[<p>Once we are done with the encrypthion, finally you are dropping the column. After that how I am going to insert a new record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gagan</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-122488</link>
		<dc:creator><![CDATA[Gagan]]></dc:creator>
		<pubDate>Wed, 09 Mar 2011 03:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-122488</guid>
		<description><![CDATA[Hi ,

Thanks for the information. There is one more thing that, what if someone wants to change the Algorithm for master key creation ?
When you create a master key it automatically gets created with &quot;T DES&quot;. The syntax of creating a master key is:

CREATE MASTER KEY ENCRYPTION BY PASSWORD = &#039;somepassword&#039;

What if someone wants it to be &quot;AES&quot;. Can that be done. I have surfed through various resources but could not find anything.

Thanks and Regards
Gagan]]></description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Thanks for the information. There is one more thing that, what if someone wants to change the Algorithm for master key creation ?<br />
When you create a master key it automatically gets created with &#8220;T DES&#8221;. The syntax of creating a master key is:</p>
<p>CREATE MASTER KEY ENCRYPTION BY PASSWORD = &#8216;somepassword&#8217;</p>
<p>What if someone wants it to be &#8220;AES&#8221;. Can that be done. I have surfed through various resources but could not find anything.</p>
<p>Thanks and Regards<br />
Gagan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aakash</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-110075</link>
		<dc:creator><![CDATA[Aakash]]></dc:creator>
		<pubDate>Sun, 09 Jan 2011 08:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-110075</guid>
		<description><![CDATA[Is it possible to encrypt the Numeric fields? I am using the sql server 2008 workgroup editon.]]></description>
		<content:encoded><![CDATA[<p>Is it possible to encrypt the Numeric fields? I am using the sql server 2008 workgroup editon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-106092</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 12:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-106092</guid>
		<description><![CDATA[In sybase we have column level encrypt/ decrypt based on user role.  Do we have the same in sqlserver 2008.

sybase code :- 

grant decrypt on [ owner. ]tablename[(columnname [{,columname}])] 
        to user &#124; group &#124; role]]></description>
		<content:encoded><![CDATA[<p>In sybase we have column level encrypt/ decrypt based on user role.  Do we have the same in sqlserver 2008.</p>
<p>sybase code :- </p>
<p>grant decrypt on [ owner. ]tablename[(columnname [{,columname}])]<br />
        to user | group | role</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keerthika</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-98994</link>
		<dc:creator><![CDATA[keerthika]]></dc:creator>
		<pubDate>Thu, 11 Nov 2010 03:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-98994</guid>
		<description><![CDATA[Your tutorials are really very good]]></description>
		<content:encoded><![CDATA[<p>Your tutorials are really very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogendra</title>
		<link>http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/#comment-91012</link>
		<dc:creator><![CDATA[Yogendra]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 07:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4481#comment-91012</guid>
		<description><![CDATA[How can we encrypt the integer data in a column in sql server 2005.]]></description>
		<content:encoded><![CDATA[<p>How can we encrypt the integer data in a column in sql server 2005.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

