Viewing 15 posts - 166 through 180 (of 535 total)
Thanks for the important article Steve.
A while back, my boss was good enough to ask if it was too noisy in my area and I appreciated that. ...
July 25, 2011 at 9:37 am
I can't answer your questions, but Paul Randal wrote about them some today on TechNet (scroll down on the site to the "Reduce I/O, Increase Performance" section): (http://technet.microsoft.com/en-us/magazine/hh334997.aspx)
July 21, 2011 at 4:28 pm
So, apparently, the answer is not merely "No," but no one even cares! :w00t:
July 21, 2011 at 3:46 pm
Thank you opc.three, I'll pass that along.
July 20, 2011 at 4:18 pm
Ninja's_RGR'us (7/20/2011)
mtillman-921105 (7/20/2011)
Ninja's, what's the benefit of the WHILE there? I would have skipped that, but I'm probably missing something.
This will replace all double spaces with a single space....
July 20, 2011 at 3:03 pm
Ninja's, what's the benefit of the WHILE there? I would have skipped that, but I'm probably missing something.
July 20, 2011 at 2:55 pm
When the Space Shuttle lands, everybody wear ape suits, pass it on.
July 20, 2011 at 2:38 pm
Steve, I hope you at least bought the horse a drink before hand.
July 20, 2011 at 12:18 pm
Also a guess, but SSRS can be particular about formatting. Are the last four columns missing? If so, it may be that you need to choose a different...
July 20, 2011 at 10:30 am
That's odd, my screen shows a lot more than yours. Using IE8.
July 19, 2011 at 3:59 pm
GilaMonster (7/19/2011)
What whitespace where? Can't see anything odd.
I think he's talking about extra lines in the code block rather than to the right of the code.
July 19, 2011 at 3:53 pm
It looks like your using a JOIN for a WHERE clause.
If so, try replacing the JOIN with
WHERE PC.PaymentStatus IN ('AM', 'P', 'VR')
instead of using a JOIN.
By the way, if...
July 13, 2011 at 2:21 pm
The biggest concern is using that function on your last JOIN. Can you find another way to accomplish the same thing?
July 13, 2011 at 2:10 pm
Please show us the code you have so far. Also, a sample of the data would be helpful.
July 13, 2011 at 9:49 am
'Just finished reading the book (or 900 page tome?) Shantaram, and one of the quotes there is:
The biggest problem with corruption as a form of government, is that it works...
July 12, 2011 at 11:25 am
Viewing 15 posts - 166 through 180 (of 535 total)