View Full Version : Autonumber


trackdaychamp
02-13-2007, 07:08 AM
Hi,

I am using SQL SERVER 2005 and its Management Studio to manage my data. The tables in SQL have been linked in from Access but the Autonumbers have not persisted in SQL. The column type is listed as int.

Within SQL how do I change the data type to the equivalent of Autonumber for my Primary Keys?:confused:

Thanks in advance for any suggestions,

Mark

boblarson
02-13-2007, 07:20 AM
In SQL it is an INT set as Identity.

trackdaychamp
02-15-2007, 12:53 AM
Hi Bob,

Thanks for your help