Viewing 6 posts - 16 through 21 (of 21 total)
It depends on how incryption is setup and managed
November 3, 2009 at 7:23 am
I agree , these days with the rise in white collar crime all data should be treated as sensitive.
November 3, 2009 at 6:03 am
Yes you can do it via the commandline by using osql or sqlcmd depending which version of sql you are using.
SQL 2000 =osql
SQL 2005 =sqlcmd
use master
go
restore database dbname...
February 23, 2009 at 8:17 am
Thanks for all the tips.I think i wil setup sql 2005 in a vm enviroment and then do some testing over a period of a month and take it from...
August 15, 2008 at 4:13 am
Viewing 6 posts - 16 through 21 (of 21 total)