Viewing 2 posts - 1 through 3 (of 3 total)
Thanks for all the posts! We are using this instead of an identity column. We have been able to tweak our query; here is the fastest one that we have...
August 29, 2003 at 6:33 am
#471965
Thanks for the reply. It was a little slower than the one we had. We have found one a little faster than the first post.
Select top 1 B.CID from
(Select...
August 28, 2003 at 2:40 pm
#471876