Reply to Re: Many data entry tables - which ones hold records?
Posted by heromull on 10/26/05 17:55
Thank you so much for the support! I think this will work for us. My
only other question would be about managing the surrogate column
(RowNo). During Inserts, is there a way to manage it within SQL Server
or would my client apps need to select max(RowNo) and increase it by 1?