-2

Database level encryption in SQL Server 2008 Express - is it possible? If it is possible - then how to achieve it ?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
amit
  • 109
  • 1
  • 1
  • 6

1 Answers1

0

A quick Google search would have easily revealed the Features supported by the editions of SQL Server 2008 web page.

This lists all the features and which editions support them. In the Security section, you will see that none of the Express editions support any database encryption.

So no - database encryption is not possible with the Express editions.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459