March 26, 2008 at 2:51 pm
Hi everyone,
Is it possible to have database encryption in SQL 2005? I've been searching the net and everything that I've found so far talks about encrypting a table, but what if I have a database with a whole lot of tables/data?
March 27, 2008 at 3:46 pm
In SQL Server 2005 it's actually at the individual column entry level on a row, not even at the column or table level, much less the database level. So to implement in an existing database would take a massive re-design. You're probably better off looking at 3rd party solutions in that case.
K. Brian Kelley
@kbriankelley
March 27, 2008 at 4:42 pm
Thanks for your input all.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply