Viewing 15 posts - 16 through 30 (of 107 total)
maybe they didn't performance test on a full size data cut?
September 7, 2007 at 1:52 am
does the stored procedure have parameters? Maybe its using an innapropriate (cached) execution plan for specific parameters. e.g. wider date range?
How about using a bigger sample when gathering statistics?
September 7, 2007 at 1:49 am
compare the execution plans between the 1 day and 10 day executions. You may have to use a hint, or an explicit temporary table.
How up to date are your statistics?...
August 14, 2007 at 3:10 am
Once you have created the partition function and scheme, you should just be able to drop any clustered index and rebuild specifiying the partition scheme
August 14, 2007 at 2:34 am
Thanks iwg
I kind of came to the same conclusion in the conversation I was having with myself above!!
Its good to have it confirmed though!
Andy
February 16, 2007 at 4:08 am
Thanks Ed
I have a feeling that as we are clustered, tempdb will need to go on the SAN
February 16, 2007 at 3:07 am
Ah, as this is a cluster, does this mean that all my datafiles need to go on the SAN?
February 15, 2007 at 8:47 am
Thanks SQLBill. All our other clusters are configured with Tempdb on the SAN. I was concerned about making full use of that 300Gb.
Andy
February 15, 2007 at 8:33 am
January 30, 2007 at 9:53 am
Ric
MS have confirmed that it is a bug with SQL 2005. If you have a support agreement, you should raise a call. We are currently in the process of getting...
January 25, 2007 at 8:29 am
OK, when I dropped the publication when connected to the server, rather than from my PC, it came up with the same error, but allowed me to continue and the publication...
January 12, 2007 at 4:23 am
Thanks Noel
I'm looking at partitioning to help maintain some very big tables, (i.e. rebuild indexes at partition level rather than table level). As long as queries perform the same with...
January 11, 2007 at 1:36 am
This is a stored procedure with 2 parameters. If I run the SQL with the parameters hard coded (i.e. not as a stored procedure call), I get a different (better)...
January 9, 2007 at 9:09 am
Viewing 15 posts - 16 through 30 (of 107 total)