One of my tables no longer auto-increments records that are added. When adding records I am having to include the value for the Key.
I thought this would work, but neither value helped.
SET IDENTITY_INSERT tablename ON
SET IDENTITY_INSERT tablename OFF
How do I get it back?