Hi all,
We have a table with encrypted varbinary (80) column which stores cardnumbers. we have created a view for application which decrypts the cardnumber by DECRYPTBYKEYAUTOCERT function. We do have lots of queries using cardnumbers.
Is it possible to add index on varbinary column? How do i make the search faster?
Thanks in advance