Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for response. In my case issue was with encoding type of the script used, once converted to utf-8 and deployed issue was solved.
Hasini...
August 28, 2009 at 3:50 am
#1046093
Thanks for the detailed reply.
I am running both the quries at the same time and also doing DBCC DROPCLEANBUFFER and DBCC CLEARPROCCACHE before for both the queries.
If this is a...
March 27, 2009 at 9:29 am
#967528
I have 2 queries
SELECT * FROM Table1
JOIN Table2
ON Table1.Column1 = Table2.Column1
AND Table1.Column2 = XXX
Both these query returns same number of results say 7000....
March 27, 2009 at 8:07 am
#967456