Hi, I am using SQL Server 2008 R2. I was wondering if reserving values for an Identity Column could be done. For instance I have a Column ColA with IDENTITY(1,1) and would like to reserve values 101 - 200 from being used. Is this IDENTITY functionality really available?
Thanks in advance..............