How to set up a uato incremnt in sql server 5000 express

T

tedpottel

Hi,
I'm trying to get into database programming. Cannot figure out how to
do a auto int for my key value in sql server express.
Ted
 
A

Arne Vajhøj

I'm trying to get into database programming. Cannot figure out how to
do a auto int for my key value in sql server express.

Set IDENTITY on the field.

Arne

PS: This is a C# forum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top