Viewing 7 posts - 1 through 7 (of 7 total)
First of all, your variable data type should be decimal(12,9). To round down to significant digits, you'll need to multiple by factors of 10, for each significant digit, then...
September 3, 2014 at 10:34 am
I think you nailed it on the head. And in that case, the only protection is in the collaboration processes and making sure that people are handling data appropriately....
March 5, 2012 at 11:29 am
Thanks everyone for the great insight. It seems in our situation that TDE is the best solution, aside from the performance hit to the server. The reason being that...
March 5, 2012 at 10:37 am
Thanks. I'm going to try to push back on the requirements and go with encrypted backups and/or column-level encryption where it's absolutely necessary. It would be nice to hear...
February 28, 2012 at 6:03 pm
I always make use of a COALESCE() instead of the OR in cases where there's an "=" -- (not in this particular case with Age > @Age). I don't...
June 1, 2009 at 10:32 am
If you're using package configurations, you'll need to make sure you check the 'server username' and 'server password' properties of the ftp task.. then you can go in and set...
July 18, 2006 at 5:39 pm
Viewing 7 posts - 1 through 7 (of 7 total)