Friday, August 07, 2009

database encryption

The sensitivity of the data determine the need of encryption. Few things to consider to implementing encryption:

  • Will the data stored in the database need to be encrypted
  • or just the user passwords
  • Will you need to encrypt the data only in the local instance of the database
  • or do you need to also encrypt the data in transit
Click here to more about database encryption.

Monday, April 20, 2009

database documentation

Tables
Fields
type, size, defaults, nullable
Primary keys
Indexes
Foreign key
Views
Stored procedures
Functions
Extended properties

Click here to know more about database documentation.