|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
encrypting data in SQL table?
Is there any way to encrypt sensitive information in a table? I'd like to
save sensitive data in an encrypted form and then later retrieve it and decrypt it. Is this at all possible? Thanks in advance, Tom TJT wrote:
> Is there any way to encrypt sensitive information in a table? I'd like to http://msdn2.microsoft.com/en-us/library/ms174361(sql.90).aspx> save sensitive data in an encrypted form and then later retrieve it and > decrypt it. > > Is this at all possible? > > Thanks in advance, > Tom -- David Portas, SQL Server MVP Whenever possible please post enough code to reproduce your problem. Including CREATE TABLE and INSERT statements usually helps. State what version of SQL Server you are using and specify the content of any error messages. SQL Server Books Online: http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx -- Thanks David.
I omitted an important fact - I am dealing with SQL2000 (not 2005). It looks like that function is new for SQL 2005. Is there anything I could do for sql2000? Thanks. Show quoteHide quote "David Portas" <REMOVE_BEFORE_REPLYING_dpor***@acm.org> wrote in message news:1142368825.523764.75110@p10g2000cwp.googlegroups.com... > TJT wrote: > > Is there any way to encrypt sensitive information in a table? I'd like to > > save sensitive data in an encrypted form and then later retrieve it and > > decrypt it. > > > > Is this at all possible? > > > > Thanks in advance, > > Tom > > > http://msdn2.microsoft.com/en-us/library/ms174361(sql.90).aspx > > -- > David Portas, SQL Server MVP > > Whenever possible please post enough code to reproduce your problem. > Including CREATE TABLE and INSERT statements usually helps. > State what version of SQL Server you are using and specify the content > of any error messages. > > SQL Server Books Online: > http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx > -- >
Other interesting topics
Sql Server Resetting Ansi_Nulls Setting
SysAdmin and ServerAdmin unable to start/stop or pause services How much allocated space is actually used? Change datatype var to nvar but log gets full Log Shipping Read only and access to specific databases Updating records in one table from another Retrieve DB path from a SP NEW B - {WildPacket} Procedure to Stress Test |
|||||||||||||||||||||||