FAQ & Solution: How to generate a number automatically for the

When inserting a record into a table, I want SQL Server to generate a
number automatically for the Primary Key. (e.g. OrderID is 1, 2, 3
and so on) How to do it?
(This behavior is similar to the "Auto-number" in Microsoft Access)

http://raymondlamsk.blogspot.com/2008/03/faq-ms-sql-server-h ow-to-generate_24.html
DanielLauJJ [ Di, 22 April 2008 14:51 ] [ ID #1947604 ]

Re: FAQ & Solution: How to generate a number automatically for the

On Apr 22, 5:51 am, "DanielLa... [at] gmail.com" <DanielLa... [at] gmail.com>
wrote:
> When inserting a record into a table, I want SQL Server to generate a
> number automatically for the Primary Key. (e.g. OrderID is 1, 2, 3
> and so on) How to do it?
> (This behavior is similar to the "Auto-number" in Microsoft Access)
>
> http://raymondlamsk.blogspot.com/2008/03/faq-ms-sql-server-h ow-to-gen...

Hi Daniel.

I'll try to answer your question and hope it will work out.

All you have to do is to look under properties of your Primary Key
column. Below, just before the end of properties is property Identity.
You should change that property to be Yes instead of No, and click OK
to conform this change.

Sincerely yours,

Ivan Delic, Serbia
ivce970 [ Mi, 23 April 2008 09:29 ] [ ID #1948513 ]
Datenbanken » comp.databases.ms-sqlserver » FAQ & Solution: How to generate a number automatically for the

Vorheriges Thema: using LEN to find a first word greater than 17
Nächstes Thema: Yet another basic SQL question