Thursday 5 November 2009

Insert records into SQL Server without constraints

Question:
How do I insert records into a sql database without constrains?

I want to insert a record into the database and
  1. I want to set the primary key
  2. Want to disable any contraints
  3. I want no triggers to fire