Viewing 15 posts - 331 through 345 (of 1,825 total)
For which enumerator type are you interested in ?
http://msdn.microsoft.com/en-us/library/ms141724.aspx
I really think for such general issues, you will be better of goggling/binging.
February 18, 2011 at 3:41 am
Take a look at this blog http://sqlcat.com/technicalnotes/archive/2009/01/14/reporting-services-performance-optimizations.aspx from the sqlcat team , which should help you to tie down where the problem(s) lie.
February 18, 2011 at 3:08 am
This is expected behaviour , see example c here http://technet.microsoft.com/en-us/library/ms176057.aspx
February 18, 2011 at 2:48 am
Ok , i feel i provoked him , apologies for that.
http://www.sqlservercentral.com/Forums/FindPost1066189.aspx
Not exactly redeeming himself though.
February 18, 2011 at 1:55 am
Gianluca Sartori (2/18/2011)
Do you remember Lennie, the guy with sock-puppets friends?He's back again. Nothing worth worrying about, at the moment.
http://www.sqlservercentral.com/Forums/Topic1066085-9-1.aspx
Good catch, i was about to answer there.
February 18, 2011 at 1:45 am
Since your last thread went a little awry,
http://www.sqlservercentral.com/Forums/Topic984249-9-1.aspx
personally, im not inclined to help here.
Karma my friend.
February 18, 2011 at 1:42 am
Surprised that no one has mentioned using a calendar table so far.
Makes it all pretty simple.
February 18, 2011 at 1:04 am
kvr1985 (2/16/2011)
thank you for informationi will read the article later .how can find the slow running queries.
Did you read the article ?
February 16, 2011 at 5:14 am
Big meeting on friday to best decide how to handover all my knowledge to co-workers.
First big change i need to do today is was told to make the change and...
February 15, 2011 at 2:53 am
Sounds like the order by condition is causing a sort which in turn is causing the writes as the rows are being spooled to tempdb so that the entire set...
February 15, 2011 at 2:45 am
I suspect this is a homework question , is it ?
You will have to insert the results of the sp_executesql into a temp table and test against that.
February 15, 2011 at 1:53 am
Tam Le 7 (2/14/2011)
Cursors are SLOW! Use a loop instead.
True cursors are slow but this looping is no better.
http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-1.html
February 14, 2011 at 8:14 am
Results To Grid,
R-Click - Save As....
Should do you
February 14, 2011 at 7:38 am
Viewing 15 posts - 331 through 345 (of 1,825 total)