Column-level (or “cell-level”) encryption was introduced with SQL Server 2005. We can encrypt individual columns that are sensitive in nature. The trade-off here is that we need to change our database ...
Other important security enhancements include more control over schema changes (discussed under coding enhancements below) and the capability to encrypt data at the column level. SQL Server 2005 also ...