Viewing 15 posts - 31 through 45 (of 208 total)
Hi Steve,
Yes - I did try all those things.
- Completely uninstalled 2008R2 and re-installed it. This failed as above.
- Completely uninstalled 2008R2 and tried to replace it...
April 8, 2011 at 8:41 am
GSquared - thanks for your reply. Yes, I was mulling over exactly that scenario on the train on the way home this evening. I think that's my only...
May 19, 2008 at 2:09 pm
Yes, looks like my expectations for the likely fragmentation in this table were completely wrong. It's 98.9% fragmented at the leaf level in the clustered index (across all partitions),...
May 19, 2008 at 11:06 am
Thanks again for the reply Jeff.
I didn't actually ask why the copy to the heap was faster. In fact, the copy takes roughly the same length of time as...
May 19, 2008 at 6:41 am
Thanks for the suggestions so far.
Michael - sadly, it simply isn't practical to re-organize the index on such a large table. I know it's partitioned, but the SAN behind...
May 18, 2008 at 6:05 pm
Paul,
Regarding the worktable, it isn't a #table worktable, just a simple, heap local table in the database.
January 24, 2008 at 2:43 am
No reason why the table couldn't be dropped, clearly. In my defence, the code was written long before my time (that old excuse again ! 🙂 ) . ...
January 24, 2008 at 2:41 am
I'd run profiler (filtering on the target table and log tables) just to verify that the expected commands are being executed.
Set profiler to capture any ROLLBACK statements and errors/exceptions
Does your...
November 28, 2006 at 7:23 am
Yes you can do all those. Try experimenting with the wizard - you'll soon find out all the options
November 21, 2006 at 6:41 am
This is really tricky to get the information you want without using a 3rd party product. There are several of these on the market (e.g. Lumigent Log Explorer, Redgate...
November 21, 2006 at 6:23 am
In SSMS, in the object explorer, right-click on the database name and select Tasks -> Generate Scripts ...
This is equivalent to the "Generate SQL Script" wizard in SQL2000, and allows...
November 21, 2006 at 6:18 am
Hi,
For the query you give as an example, on the face of it you would probably gain only a modest gain in performance. However, since you are executing this...
November 16, 2006 at 7:10 am
Hmmm - no
Forgive me, but this sounds a little impractical, unless you were just suggesting this as a test to prove a...
November 14, 2006 at 8:26 am
That "degraded performance" though, Colin, could be far less than the degraded performance resulting from NOT having the correct plan. I'm not suggesting you should recompile every SP routinely,...
November 14, 2006 at 6:00 am
Viewing 15 posts - 31 through 45 (of 208 total)