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 |
|
soorajtnpki
Posting Yak Master
231 Posts |
Posted - 2008-05-19 : 06:40:38
|
| hi all I have heard that neither SQL Server 2000 nor SQL Server 7.0 supports adding the IDENTITY property to an existing column by using a single T-SQL command .Is it true?oktanx in advance |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-05-19 : 06:44:38
|
| Yup. Thats true. Though you can have a workaround like this:-http://www.mssqltips.com/tip.asp?tip=1397 |
 |
|
|
soorajtnpki
Posting Yak Master
231 Posts |
Posted - 2008-05-19 : 07:02:34
|
| ok visakh, tanx for ur replay... |
 |
|
|
|
|
|