Hey,
Since SQL2012 MS changed something with the identity column; after a restart the value jumps with 1000 (for INT identity column). This is an undesired "feature" for us.
One solution I have read is using the startup parameter -T272. Is this a g
↧