Viewing 14 posts - 1 through 14 (of 14 total)
This same solution worked for me as well!
Ran repair for shared features and then reran the SP upgrade.
Thanks!
July 20, 2012 at 11:18 pm
We ended up rewriting the queries involved....one of the stored procs had group by in the orderby clause..this was the culprit....after the rewrite...we had no issues.
Hope this helps.
April 5, 2010 at 8:51 am
Can you explain how to add the recompile hint for this procedure?
March 15, 2010 at 10:07 am
Thx..I will read the guide today...I didnt write this SP....got handed to me...so I am pressed with finding out whey now it performs bad as we added the additional memory...
March 15, 2010 at 7:02 am
But why would it do that with the extra memory? Is there a way around this?
Its almost as if I shouldnt have added the additional memory.......
Here is the proc:
...
March 14, 2010 at 5:57 pm
Ok I compared the 2 execution plans....
one execution plan from when the max server memory was 26 gig and one from when the max server memory was set to 54...
March 14, 2010 at 10:28 am
partitions on raid array...
However, in the month I will be moving my data to our san system. I will create one volume for each lun I create; so this...
December 11, 2009 at 10:10 am
6 disks make up the RAID 5.
data and logs are split onto separte drives; tempdb on its own drive.
December 11, 2009 at 9:59 am
server is dl380 with 15k rpm drives...
raid 5 set.
December 11, 2009 at 9:37 am
ITs an off the shelf product.
December 9, 2009 at 12:30 pm
This particular select statement is being generated by the SUN app and its done when they run a ledger update.
December 9, 2009 at 11:51 am
doesnt appear to really have helped....attached is the new sqlplan.
also my indexes do NOT have much fragmentation..I do a reorg every other day and rebuild once a week.
December 9, 2009 at 11:34 am
Thanks!
Here it is.
December 8, 2009 at 1:29 pm
FULL TABLE DEFINITIONS INCLUDE:
TABLE:
CREATE TABLE [dbo].[BD1_STD_TEXT_LDG](
[ACCNT_CODE] [dbo].[REF_MAINT_CODE] NOT NULL,
[PERIOD] [dbo].[FIN_PERD_INT] NOT NULL,
[TRANS_DATETIME] [dbo].[FIN_DATETIME] NOT NULL,
[JRNAL_NO] [dbo].[FIN_JNL_NUM] NOT NULL,
[JRNAL_LINE] [dbo].[FIN_JNL_LINE] NOT NULL,
[STD_TEXT_CLASS_CODE] [dbo].[REF_MAINT_CODE] NOT NULL,
[STD_TEXT_CODE] [dbo].[REF_MAINT_CODE] NOT NULL,
[UPDATE_COUNT] [dbo].[UPDATE_CNT] NOT NULL,
[LAST_CHANGE_USER_ID]...
December 8, 2009 at 11:22 am
Viewing 14 posts - 1 through 14 (of 14 total)