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 |
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-02-25 : 08:41:33
|
| hi,I am creating a temp table in a stored procedure .is it possible to have a identity column in a temp table?Regards, harshal.Expect the UnExpected |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-02-25 : 08:50:01
|
| Yes. |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-02-25 : 09:06:58
|
| Just tried it.It should have taken about 50 secs for you to test.(less if you don't make typing mistakes)==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-02-25 : 09:09:03
|
quote: hi,I am creating a temp table in a stored procedure .is it possible to have a identity column in a temp table?Regards, harshal.Expect the UnExpected
ya got it.sorry for the trouble.Expect the UnExpected |
 |
|
|
|
|
|