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.
| 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 AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
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 column2 Can you tell us why you need two autonumbers in a single table?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|