for identity column in table \'tablename\' when IDENTITY_INSERT is set to OFF.
This error occurs when you try to insert a row into a table that has a column that auto-generates an ID. Although most times this is how you want the table to perform, at times you may need to explicity set the ID of the record you are entering.
