
SQL Server versions with data encryption/decryption support
Versions of SQL Server that support data encryption/decryption are explained by SQL Server expert Greg Low.
1. Data in column A in table T1 is encrypted 2. Data in column B in table T2 is normal text. Its size is varchar(6)
Free membership is required to view this page
Become a member now to view all TechTarget content freely.
Sign in for existing membersBy submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States. Privacy Policy
3. One of the conditions in our WHERE clause is to compare the first 6 characters of column A in table T1 with column B in table T2
How do I acheive that? Is there any built-in SQL Server function for encryption/decryption? The query is part of stored procedure. Triple DES is the algorithm used for data encryption. We are using SQL Server 2000. Any help is greatly appreciated!
Dig deeper on SQL Server Stored Procedures
Pro+
Features
Enjoy the benefits of Pro+ membership, learn more and join.
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our SQL Server experts
View all SQL Server questions and answers
0 comments
Oldest Newest