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 |
|
CLages
Posting Yak Master
116 Posts |
Posted - 2005-04-16 : 08:06:50
|
| hi, its me againi have a table like thisid etc..133386999id is a Key99 is the last key (table can have only 99 recordsHow can find out the next available key ? (anyone)in this case could be (2,3,..56, 98)ps. I can Not use Max(id)+ 1 because in this casei will get 100tksCLages |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
|
|
|
|