Viewing 2 posts - 1 through 2 (of 2 total)
Thanks Sharky, I think that actually clears up the main question I had about the use of uniquifier.
A majority of my queries are on the current clustered index, and the...
March 25, 2014 at 6:20 am
#1699825
Quick update, what I did for now was to create 6 functions that basically:
Here's my getperson6 function for example:
select @count = count(*) from tblA where ID = @ID
if @count >=...
May 14, 2010 at 1:55 pm
#1167762