Day: January 28, 2015

Column level encryption in SQL server 2008r2

USE YourDB GO --get the list of keys in current adtabase select * from sys.symmetric_keys --get […]

Check subcategory id with main category using check constraint

Some time we have to insert in a foreign key reference table where we have to […]