• Hi Jigsam,

    quote:


    So it is possible its just hard to do and time consuming? An SQL insert statement couldnt just chuck it where i want it?


    so you want to maintain some kind of identity. It is possible to do the job on your own or let SQL Server manage this.

    Some days ago there was a thread about this, but I can't find it right now.

    Of course, can a SQL statement modify the value to what you want, but as you may want this for consecutive numbering or indexing, all numbers should be unique, and that is the problem you have to deal with.

    [/quote]

    I suggest to take a look at BOL for 'identity columns' as a start.

    Maybe it helps when you say what you want this for?

    Cheers,

    Frank

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]