Sure!<P>Based on the way database servers "do their stuff" there is absolutely no way to guarantee the order in which a SELECT returns tuples (results). What you want to do is add a column that can be ...
I know that in MS-SQL, you can reseed an identity column by doing this:<BR><pre class="ip-ubbcode-code-pre">DBCC CHECKIDENT ( 'table_name', RESEED, new_reseed_value ...