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-07-05 : 18:22:58
|
| Claudia writes "Hi, good Day!My question is,how can I reset the value of an identity column.I get the limit of this filed (255), and I want to delete all the rows of that table and that could start with "0"Could you please help me?Thanks in advanceClaudia Cruz" |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
|
|
Da_Retina
Posting Yak Master
109 Posts |
Posted - 2002-07-07 : 06:47:19
|
| Use TRUNCATE TABLE on the table that U want to reset its seed.it is the same as DELETE but it does not fire delete triggers and resetes seeds------------------If I am to do it,I will, and NOW .. |
 |
|
|
|
|
|