Viewing 4 posts - 1 through 4 (of 4 total)
Nice to know - but this code doesn't work in functions
September 13, 2016 at 7:44 am
Thanks for your tips.
The Sequenze-Function looks nice - but the function is not available for SQLServer 2005.
I just should explain my problem again.
Basically there is a procedure which creates orders...
September 12, 2016 at 11:44 pm
GilaMonster (9/8/2016)[/b]
While it talks about insert/update pairs, your manual sequence code will have the same problems.
Edit: And if you need an incrementing value that starts at 5,
SomeNumber INT IDENTITY (5,1)
I...
September 8, 2016 at 3:44 am
Yes of course, my first idea was an IDENTITY() column.
But i need two different numbers - one is starting with 1 and the other is starting with 5.
Therefore i adjust...
September 7, 2016 at 10:56 pm
Viewing 4 posts - 1 through 4 (of 4 total)