Viewing 15 posts - 1,651 through 1,665 (of 14,953 total)
GSquared (4/20/2012)
mtassin (4/19/2012)
GSquared (4/19/2012)
April 23, 2012 at 10:29 am
jfogel (4/23/2012)
GSquared (4/23/2012)
rudy - Doctor "X" (4/23/2012)
However I am not affected since my only online 'presence' is SSC, almost...
April 23, 2012 at 10:24 am
rudy - Doctor "X" (4/23/2012)
However I am not affected since my only online 'presence' is SSC, almost daily, and...
April 23, 2012 at 9:47 am
terrance.steadman (4/23/2012)
Sometimes what is considered "negative" and what is "sanitized" is completly a matter of opinion. That is the point I was trying to make about the reason...
April 23, 2012 at 9:30 am
It sounds like recompile issues.
A common cause of that kind of thing is if a procedure is working on data with very different distributions depending on the input parameters. ...
April 23, 2012 at 9:27 am
Join the table to itself on ParentID = ChildID. At least, that's what it looks like to me.
The table is poorly designed. An adjacency hierarchy should have ParentID or...
April 23, 2012 at 9:24 am
That sounds like a problem with untuned queries, more than a problem with Reporting Services itself.
Have you looked into what the drop-downs are getting their data from? Is it...
April 23, 2012 at 7:29 am
That's pretty common with views.
Think of it as having the whole View definition as a sub-table in your From clause. If you won't use the whole thing, you'll still...
April 23, 2012 at 7:26 am
If a prospective employer asked you for a list of everyone you've ever known, and for details of every interaction you'd ever had with all of them, they'd recognize that...
April 23, 2012 at 7:19 am
If you:
A) Describe what the cursor is doing
B) Provide the table definitions (Create Table scripts)
C) Provide sample data (a dozen or so Insert statements)
then we can probably (almost certainly) help...
April 23, 2012 at 7:14 am
Solution is, tell whomever put the data in the table to do it again, but do it right this time. Don't split the data across multiple rows like that.
April 23, 2012 at 7:03 am
Jeff Moden (4/22/2012)
GSquared (4/20/2012)
April 23, 2012 at 6:42 am
Brandie Tarvin (4/23/2012)
April 23, 2012 at 6:38 am
L' Eomot Inversé (4/21/2012)
kangarolf (4/21/2012)
So out of these which would result in a calculation for ALL numbers in the tally table and is there a way of telling?
WHERE...
April 23, 2012 at 6:37 am
Lynn Pettis (4/20/2012)
Different note, anyone care to try and explain this one: http://www.sqlservercentral.com/Forums/Topic1287023-8-1.aspx?
Explained.
April 20, 2012 at 11:33 am
Viewing 15 posts - 1,651 through 1,665 (of 14,953 total)