Viewing 12 posts - 1 through 12 (of 12 total)
Sorry to bother you, Mike. Just found the version in the install/readme.txt. Funny how that works...
August 23, 2006 at 6:35 am
Hi Mike. Stupid question here. Where can I find what version for the encryption objects?
August 23, 2006 at 6:28 am
That is our local adaptation of your encryption function that calls your encryption function. We did it so that we could do data type conversions in our function and not...
May 2, 2006 at 11:43 am
The script that does the actual encryption has the following code in it 18 times for each of the 18 tables that are being encrypted. The encryption key is executed only...
May 2, 2006 at 11:22 am
Here is another on SQL Server 2005:
I'm testing 8.9 on SQL Server 2005 to see if I still have problems with the convertion script 8.9.01. I received the following while...
May 2, 2006 at 10:53 am
Here is one of the the messages that the folks executing the updates are getting...
Msg 0, Level 11, State 0, Line 0
A severe error occurred on the current command. The...
May 2, 2006 at 10:51 am
The location that is doing the conversion has millions of rows in multiple tables. We are encrypting a column in 14 different tables. The locatiojn is our biggest client.
I have...
May 2, 2006 at 10:38 am
We were wondering if you have heard of these problems:
When converting a very large database (4 million+ records) the conversion takes forever. (ran for over 12 hours). Is there a...
May 2, 2006 at 9:19 am
We also went with the varbinary. It was the logical choice for not dropping characters as you describe. This did present us with a problem in our application which is in...
February 7, 2006 at 5:02 am
We have had a problem with the encryption tool kit that I did not see in any of the other responses and replys.
For some unknown reason, SQL Server 2000 can...
January 30, 2006 at 1:04 pm
Got it loaded and it appears that it is exactly what we were looking for. THANKS!!!!
January 12, 2006 at 8:52 am
Question: Does the AES encryption code actually do AES encryption? I have been tasked to encrypt sensative customer information to comply with federal mandates...
January 4, 2006 at 1:02 pm
Viewing 12 posts - 1 through 12 (of 12 total)