Re: SQL Express - Identity specification property - how to change
- From: Mike <ablyplus@xxxxxxxxx>
- Date: Sat, 24 Nov 2007 09:26:32 +0100
I want to use Identity specification because I'd like to get
autoincremental values started from 1 to n
Now, for ID i get some values like 2347658...
I want to set as follows:
data type "int" (or other numeric type),
Identity=Yes,
Identity Seed=1 and Identity Increement=1
On Fri, 23 Nov 2007 22:29:19 +0000 (UTC), Erland Sommarskog
<esquel@xxxxxxxxxxxxx> wrote:
Identity specification.
- Follow-Ups:
- Re: SQL Express - Identity specification property - how to change
- From: Erland Sommarskog
- Re: SQL Express - Identity specification property - how to change
- References:
- SQL Express - Identity specification property - how to change
- From: Mike
- Re: SQL Express - Identity specification property - how to change
- From: Erland Sommarskog
- SQL Express - Identity specification property - how to change
- Prev by Date: Re: Sql injecting
- Next by Date: Re: Running a DLL in the Query Analyzer
- Previous by thread: Re: SQL Express - Identity specification property - how to change
- Next by thread: Re: SQL Express - Identity specification property - how to change
- Index(es):
Relevant Pages
|