Viewing post 1 (of 1 total)
I tried the script as well. It works fine.
The only difference is my seed value comes from reading a table instead of a static value:
DECLARE @Seed int
SELECT @Seed=TableIdentity...
February 20, 2012 at 5:11 am
#1449189