Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL columns

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-12-21 : 08:04:26
Curt writes "If I already have an existing identity column, how do I create an autonumber column?"

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-21 : 08:09:58
You can't have two Identity columns in the same table.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-12-21 : 08:15:24
quote:
Originally posted by AskSQLTeam

Curt writes "If I already have an existing identity column, how do I create an autonumber column?"


1 Idnetity column itself an autonumber column
2 Can you tell us why you need two autonumbers in a single table?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -