Ever have a table where you need to insert a value into an identity field. For example - you may have a lookup table with values 2, 3, 4 - I don't know about you but it annoys me to no end when the 1 value is missing. You could truncate the table and
Read More...