Viewing 15 posts - 616 through 630 (of 1,518 total)
TheSQLGuru (10/24/2008)
May 13, 2009 at 7:24 am
Not sure if this was mentioned in this thread, but are index stats up-to-date and is index fragmentation at low levels?
The optimizer can make the wrong choices if stats is...
May 12, 2009 at 6:33 pm
I will talk to the developers about the way this has been coded. Doesn't look like the cursor and dynamic SQL are strictly necessary, although it is not easy to...
May 11, 2009 at 10:42 am
Grant Fritchey (5/10/2009)
So, you said it was a very large query. Is it dynamically building strings that might exceed 8kb?
It's also possible that it can't show the plan in XML...
May 11, 2009 at 9:40 am
Here is the plan (see attached). I have tried to obfuscate object names as much as possible, and, in doing so, I hope I have not messed up anything system-specific.
Here...
May 11, 2009 at 9:19 am
andrew gothard (5/9/2009)
Marios Philippopoulos (5/8/2009)
Grant Fritchey (5/8/2009)
May 9, 2009 at 3:51 pm
andrew gothard (5/9/2009)
Marios Philippopoulos (5/8/2009)
Grant Fritchey (5/8/2009)
May 9, 2009 at 3:46 pm
Grant Fritchey (5/8/2009)
May 8, 2009 at 1:11 pm
Grant Fritchey (5/8/2009)
Largely... What Gail said.The only way you can get the actual execution plan on the fly is to use a trace.
It would have been great if SQL Server...
May 8, 2009 at 10:50 am
Grant Fritchey (5/8/2009)
May 8, 2009 at 10:43 am
andrew gothard (5/7/2009)
May 8, 2009 at 7:17 am
David Benoit (5/5/2009)
May 5, 2009 at 10:57 am
SQLBOT (5/4/2009)
I fell asleep at the wheel on this thread.
The checkpoint process should always be running somewhere, or in the state 'checkpoint wait'
There are many activities that automatically initiate a...
May 5, 2009 at 9:57 am
GilaMonster (5/4/2009)
Marios Philippopoulos (5/4/2009)
It's odd, this proc is taking 3 input params, I just don't see why this portion is not listed.
Not sure either. I just hauled a plan out...
May 4, 2009 at 3:52 pm
GilaMonster (5/4/2009)
Don't suppose you can post the exec plan for the proc you're struggling with?
I'd love to but don't want to get in trouble. 🙂
It's odd, this proc is...
May 4, 2009 at 2:49 pm
Viewing 15 posts - 616 through 630 (of 1,518 total)