Viewing 15 posts - 586 through 600 (of 645 total)
Paul White NZ (5/4/2010)
It would also have been good to mention that a non-partitioned index on a partitioned table does not suffer from this optimiser limitation
Paul, thanks for the feedback....
May 4, 2010 at 9:56 am
Sander A. (5/4/2010)
But have you tried putting the PartitionID fist? :(PartitionID ASC, IntDate ASC, CustomerID ASC) ON[PartitionedTables](PartitionID)
Hello Sander. I did just try that with the same table and data...
May 4, 2010 at 9:43 am
rlobbe (2/11/2010)
February 11, 2010 at 6:30 am
Paul, thanks for the great compliment as well as the code and explanation of it. I think it will be very helpful to many people.
Barry, hopefully you can get...
January 12, 2010 at 4:24 pm
Hello again Per. I found this, which seems related but might not be the same issue since you say that you closed the connection before returning:
http://social.msdn.microsoft.com/Forums/en-IE/sqlnetfx/thread/e9e7c707-87fb-49cc-bd0b-d426ed53a534
For now, I would...
January 4, 2010 at 6:45 am
perh (1/4/2010)
"An error occurred while getting new row from...
January 4, 2010 at 5:24 am
Jeff Moden (12/25/2009)
December 25, 2009 at 8:25 pm
RBarryYoung (12/24/2009)
December 25, 2009 at 6:08 am
Jeff Moden (12/24/2009)
December 25, 2009 at 5:39 am
Jeff Moden (12/24/2009)
December 24, 2009 at 5:59 pm
RBarryYoung (12/24/2009)
December 24, 2009 at 3:38 pm
As a side bar, Matt Miller and I had some friendly races a couple/three years ago on Regex and the results came out pretty close in a lot of the...
December 24, 2009 at 6:02 am
Jeff Moden (12/23/2009)
December 23, 2009 at 7:39 pm
Besides the speed - I'd anticipate this also reduces the memory footprint as well - have you had any exposure to this (it should be smaller since the entire recordset...
December 23, 2009 at 2:19 pm
...but I wanted to create TVFs so that I could more easily interact with the output by doing WHERE conditions, GROUP BYs, ORDER BYs, etc.
Well, not quite true. ...
December 23, 2009 at 11:55 am
Viewing 15 posts - 586 through 600 (of 645 total)