Friday, February 10, 2012

Autonumber equivalent in SQL Server?

Hi

So far, I have only used Access which has an autonumber data type so that in some of my tables the id is automatically generated.
I guess this is a simple question but is there an equivalent data type in sql server?

Thanks in advance.Yes - Int with an Identity property set to Yes

No comments:

Post a Comment