Viewing 15 posts - 286 through 300 (of 600 total)
Awesome!
thanks Leo and please say thank you to everyone that helped...
good karma to you...
August 11, 2011 at 7:19 am
intersting Leo....
can you elaborate?
August 10, 2011 at 2:45 pm
Yeah I kinda figured
thanks man
August 10, 2011 at 9:49 am
No, you don't have to setup a role.
July 27, 2011 at 2:14 pm
from my dev:
So, the query in question does scan because of the table size over 500K records?
PayeeMaster table has about 53585 records in dev vs. 555077 in PaymentChild
Compare
SELECT Count('x')
FROM...
July 19, 2011 at 9:11 am
ahhh...so if it has to go the row specified in the where..then it's able to count along the way?
whereas if there is no where clause it has to...
July 19, 2011 at 8:34 am
my dev just emailed me back and said that if I look at this query it uses 'SEEK' not scan and he;s right!!
what the hell?
SELECT Count('x') FROM PayeeMaster PM
INNER JOIN...
July 19, 2011 at 8:20 am
yeah I know...I've talked to the devs about no lock...
they stopped using it, and I remove it where/when I see it...
July 19, 2011 at 7:51 am
okay thanks everyone
good karma to you all thanks for taking the time top answer..
July 19, 2011 at 7:49 am
I'm having trouble with the syntax when I try to add this to my query:
SELECT Count('x') FROM PayeeMaster PM
INNER JOIN PayeeLink PL ON...
July 19, 2011 at 7:39 am
anway to get the count in the above query without using 'count'?
July 19, 2011 at 7:17 am
Viewing 15 posts - 286 through 300 (of 600 total)