Autonumber field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Touch
    New Member
    • Dec 2006
    • 3

    Autonumber field

    I have converted an access database to sql server database.I am having problems with my autonumber field which was converted to int.
    Have researched on this forum on such a case and someone said make the field identity.
    However my sqlserver database does not give that identity variable type.
    Please help !!!
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    Originally posted by Touch
    I have converted an access database to sql server database.I am having problems with my autonumber field which was converted to int.
    Have researched on this forum on such a case and someone said make the field identity.
    However my sqlserver database does not give that identity variable type.
    Please help !!!
    Identity is not a datatype. its in datatype discreption

    Comment

    Working...