Is there a way to encrypt one column of data in a table in SQL Server 2000? Thanks!
-Dave
Yes, there are third party products that allow you to do that. An Internet search should bring up some. You could also write your own extended procedures for performing encryption/decryption.
SQL Server 2000 does not have any builtin encryption capabilities. SQL Server 2005 does have such capabilities.
Thanks
Laurentiu
No comments:
Post a Comment