Viewing 15 posts - 16 through 30 (of 30 total)
Hi opc.three,
I am Thankful to you for your suggestion, But i would like to know if there is any other way to solve the query..i mean there is possibility that...
June 6, 2011 at 10:56 pm
Hello,
I tried to use temp table instead of CTE but the performance got even bad after using temp table instead of CTE. I will explain the inner block logic
consider...
November 30, 2010 at 3:59 am
thank you everyone for your help...I will try and work with the suggestions given for my problem and will let you all know which solution helped me.
Thank you again
Yatish
April 28, 2010 at 5:51 am
we need this to be done on last day of every month.
April 27, 2010 at 3:28 am
Hello,
we need to insert more than 60,000 rows every months, with current numbers of users the data is 60,000 rows. it may increase in future also.
thank you
Yatish
April 26, 2010 at 10:53 pm
Hello,
Please find the query code blow, I tried to divide the code block in two part and checked the execution
the first part I tried to collect all history data
...
April 1, 2010 at 6:13 am
I forgot to ask question about Hash match Join, you can check that in the execution plan it is taking time. how to improve performance for these Hash match joins?
March 5, 2010 at 1:59 am
Thanks jack for your help.
I did tried some changes to improve the performance and has able to bring down the time.
Still I need help from this forum to...
March 5, 2010 at 1:48 am
hell Jack
can you tell me by adding the OPTION(Maxdop 1) hint to query will it cost performance when multiple users accessing same data at same time from different location.
Thank you...
March 3, 2010 at 11:52 pm
Hello,
I have modified the query to remove the CTE, Please find code below
SELECTOH1.TeamHistoryId,
OH1.TeamId,
OH1.Classid,
OH1.TeamIsLost ,
OH1.closedate,
OH1.TeamChangeDate,
(CASE OP.[action]
WHEN 'D' THEN 0
ELSE op.price
END
) AS price
INTO #teamsHistory...
March 2, 2010 at 3:03 am
Hello,
Please find the attachments.
thank you
March 2, 2010 at 2:58 am
can anyone please help me on this issue.
Thank you
March 2, 2010 at 12:57 am
Hello,
I have made few changes in the Query that i would like to share with you, It has help me to get few more improvements.
I have attached the new execution...
February 26, 2010 at 3:14 am
Hello Jack,
Thanks for your help, I tried adding the OPTION(Maxdop 1) hint to query. but it has not helped to improve the performance can suggest me any other ways...
February 25, 2010 at 9:50 pm
Hello,
Thank You for your suggestions, it has really help me to improve the performance, thank you very much for your help
I did the changes and removed the Row_number() and...
February 24, 2010 at 10:25 pm
Viewing 15 posts - 16 through 30 (of 30 total)