January 9, 2013 at 6:37 am
I have a table like a customer table with customerid as the primary key which is an auto increment field with a seed of1 and increment of 1. Every thing was working fine until recently when the table reached around 9000 or so. Now instead of incrementing the I'd by 1, as is the table definition, the field is being incremented by a 1000 at a time. Again it is happening in a very haphazard fashion. It will increment a few by one and then skip a 10000 again.
Any one that can explain it to me
January 9, 2013 at 6:46 am
Despite the title, it's got nothing to do with always on. It's a restart of any form.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 10, 2013 at 10:30 am
Thanks.
So big brother put it "by design." ;>)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply