| | |
Identity Property problem
Please support our MS SQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Dec 2005
Posts: 1
Reputation:
Solved Threads: 0
Hello every body,
Iam santhosh .I need help.Iam using MS Sql server 2000.I have one database.In a column of one table i haved set that to identity property that property generating serial numbers for that table .But that table is not updating.
Table 1
Sno SID Name
1 212 Klen
2 213 Lee
3 215 McGrat
etc..
After few days i want to delete ont row from the table
Table 2
Sno SID Name
2 213 Lee
3 215 McGrat
See that Sno I dont want to see 2,3 I want to see like this
Table 3
Sno SID Name
1 213 Lee
2 2i5 Mc Grat
Iwant to see like this table 3:
I should i do thta .Plss Help me
Iam santhosh .I need help.Iam using MS Sql server 2000.I have one database.In a column of one table i haved set that to identity property that property generating serial numbers for that table .But that table is not updating.
Table 1
Sno SID Name
1 212 Klen
2 213 Lee
3 215 McGrat
etc..
After few days i want to delete ont row from the table
Table 2
Sno SID Name
2 213 Lee
3 215 McGrat
See that Sno I dont want to see 2,3 I want to see like this
Table 3
Sno SID Name
1 213 Lee
2 2i5 Mc Grat
Iwant to see like this table 3:
I should i do thta .Plss Help me
![]() |
Similar Threads
- Set Identity property on a column (MS SQL)
- IDENTITY question (MS SQL)
- Identity Column Problem in MS SQL Server when moving data from using Bulk Copy (MS SQL)
- Identity Column Problem in MS SQL Server (MS SQL)
- Sql2k, How to set or unset IDENTITY Property of a column through code or stored (Legacy and Other Languages)
- a problem wilth C program (C)
Other Threads in the MS SQL Forum
- Previous Thread: Need Help connecting to a view
- Next Thread: datetime format
| Thread Tools | Search this Thread |





