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 - 2002-04-14 : 22:05:13
|
| Gary writes "I need to be able to add the identity seed to a CURRENT column. Is there a way to this without having to add a new column with the Identity on it?" |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-04-15 : 00:15:02
|
| You can do it using @@identity. check BOL for more on it.-------------------------------------------------------------- |
 |
|
|
|
|
|