Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Encryption

Author  Topic 

yadhu_cse
Constraint Violating Yak Guru

252 Posts

Posted - 2011-04-01 : 00:12:09
Hi,

Can u tel me how to encrypt table data

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2011-04-01 : 00:40:00

http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

yadhu_cse
Constraint Violating Yak Guru

252 Posts

Posted - 2011-04-01 : 03:20:36
but i am not getting how to encrypt whole table, assume one column is int ,another column is varchar.
when i use select statement to display both column i should get encrypted data.
how to do that.
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2011-04-01 : 03:34:17
did you read the article ?


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -