Viewing 15 posts - 646 through 660 (of 1,124 total)
I meant to ask you that does the optimizer always process the two tables/queries separately (i.e. not a row-by-row process as you've mentioned) and do a equality join, similar to...
January 16, 2009 at 6:58 am
Thanks guys, I've just verified it in Books Online...
January 16, 2009 at 6:49 am
The only obvious reason I am thinking of is that the optimizer has to do a "Scalar Operation" on RANK() & ROW_NUMBER() whereas "Aggreagate Operation" on MIN() function....
January 16, 2009 at 6:47 am
GilaMonster (1/16/2009)
Ramesh (1/16/2009)
January 16, 2009 at 6:31 am
GilaMonster (1/16/2009)
Ramesh (1/16/2009)
You are using correlated sub-queries, which is another form of RBAR...,
The optimiser can handle most correlated subqueries just fine. If the comparison with the outer query is...
January 16, 2009 at 6:27 am
Strange, I never came across this situation. Its kind a stupid question, but it's that you see the reporting services option in component selection but in disabled state?
January 16, 2009 at 6:12 am
Grant Fritchey (1/16/2009)
I'm hoping we can get it to 100 pages. Then it should die. Horribly. Suffering.
Or 'till we get "Overflow", "Truncate" errors:D
January 16, 2009 at 6:08 am
"reserved space" is actually the amount of space allocated by objects in the database. So, if the database is not in production or you don't need any information from...
January 16, 2009 at 6:04 am
You are using correlated sub-queries, which is another form of RBAR..., to know more about RBAR and its performance implications see http://www.sqlservercentral.com/links/276514/84234.
Based on the query, what I understood is that...
January 16, 2009 at 5:55 am
Do you see "Reporting Services Configuration" in "Configuration Tools"?
January 16, 2009 at 5:33 am
Guys,
I've been reading the thread from the start, its been so exciting to read that I just can't resist myself joinin' in.:D
Can you believe that this thread...
January 16, 2009 at 5:31 am
I believe all editions except Express Edition (without Advanced Services) support reporting services and the components are available in the installation itself.
January 16, 2009 at 4:44 am
Well, it means that the query SQL is executing didn't complete in the predefined configured time.
This SP on the remote Server hasn't been changed and the SP is executing fine...
January 16, 2009 at 4:40 am
Actually, PIVOT is available in all editions..., check BOL for comparisons of edition...
Which examples have you tried? What error do you get when executing those samples?
Does the...
January 16, 2009 at 4:21 am
I am not if I've understood what you said and want, but if you want to restrict the clients from viewing/editing the procedures at their end after deploying then what...
January 16, 2009 at 4:16 am
Viewing 15 posts - 646 through 660 (of 1,124 total)