by =?ISO-8859-1?Q?Arne_Vajh=F8j?= <arne@[EMAIL PROTECTED]
>
Mar 20, 2008 at 07:41 PM
Donkey Hot wrote:
> Arne Vajhøj <arne@[EMAIL PROTECTED]
> wrote in news:47dd41b2$0$90265$14726298
> @[EMAIL PROTECTED]
>> Mr. X. wrote:
>>> For you answers :
>>> 1. Thanks.
>>> 2. I am looking for an alternative that is much like sequence
>>> (table + some scripts ...), please.
>> Create a table mysequence with one column that are marked as identity.
>
> There will not be NEXTVALUE or CURRENTVALUE, or will there?
You INSERT in that table and use IDENTITY_VAL_LOCAL().
Arne