Viewing 9 posts - 1 through 10 (of 10 total)
opc.three (6/21/2011)
June 22, 2011 at 5:40 pm
Lynn Pettis (6/20/2011)
June 21, 2011 at 1:19 pm
@Lynn Pettis
Thanks for taking a look.
I actually haven't tried the query you suggested so I ran it against some live data just now.
The query adds an additional nested loop to...
June 20, 2011 at 8:17 pm
@opc.three:
Thanks for the suggestion.
The CTE will actually have to be flipped to include the CONTAINs predicate.
The reason being that the CONTAINs predicate cannot be applied to a table that is...
June 20, 2011 at 7:22 pm
Looks like we might have missed each other's reply.
If this wasn't the case, then I'd like to clarify: I did not create the TVF. It is executed by the...
June 20, 2011 at 6:20 pm
@Lynn Pettis
The TVF is for the FullTextMatch.
Is it possible to actually retrieve the code SQLServer executes for these?
If it is, I would appreciate a short how-to.
The call is from the...
June 20, 2011 at 5:31 pm
Our observations on the TVF pretty much match (on my first post).
Tests were executed on the same server, data, connection.
There's no difference in the execution plan from running TOP 1...
June 20, 2011 at 5:26 pm
My apologies. I misunderstood what you meant by graphical format.
I've attached the *.sqlplan for both top 1 and top 2.
June 20, 2011 at 3:57 pm
@opc.three:
Yep, that's the only difference in the actual execution plan. I mentioned the correlated parameters being different in my original post.
I've attached the images: Top1 and Top2. I hope this...
June 20, 2011 at 3:20 pm
Viewing 9 posts - 1 through 10 (of 10 total)