Viewing 15 posts - 1 through 15 (of 56 total)
Thank you very much for all your comments.
I agree application queries need to be optimized. Soon, we are going to replace this old application with a newer version by using...
May 4, 2011 at 2:58 pm
I noticed that one of the application causing many Adhoc compiled plans during the working hours.
I calculated the total sum(size_in_bytes) for Adhoc compiled plans (most of them usecounts=1) from sys.dm_exec_cached_plans...
May 4, 2011 at 12:04 pm
I agree it is not easy without looking at the actual code.
All Scalar functions return just a value and all table functions return one single row with calculated values.
No table...
May 3, 2011 at 5:22 pm
Hi Ninja's_RGR'us,
I checked the actual plans they are line by line identical. For the indexes, some of them have %1 cost differences and that's the only difference. Sorry, I cannot...
April 29, 2011 at 12:58 pm
Hi SSC-Enthusiastic,
I do reindex and update stats in both servers. [avg_fragmentation_in_percent] is for all indexes in DEV is less than 5%.
They both have the same 8 Gb RAM. Because of...
April 29, 2011 at 12:53 pm
When I try to access to the remote web application, I am getting:
Server Error in '/Reports' Application.
--------------------------------------------------------------------------------
Could not load file or assembly 'ReportingServicesNativeClient' or one of its dependencies. An attempt...
June 25, 2009 at 1:27 pm
Hi,
I really like the article "Parameter Sniffing & Stored Procedures Execution Plan" yet I have got the same timing result when I modify the sproc with local variable.
My guess is:
Query...
October 17, 2008 at 1:16 pm
Hi Matt,
It is an interesting article thanks for the info.
/Sel
October 16, 2008 at 5:35 pm
Hi Garadin,
Thank you for your message.
I investigated these two querries using "Profiler". I am getting exactly same results except the time.
I could not develop any solution.
Please let me know if...
October 16, 2008 at 2:48 pm
Basicly, I need a query which will run in Server1 to call 32BitLinkedServer in Server2.
October 6, 2008 at 10:11 am
I still could not solve this problem.
Any thoughts?
October 6, 2008 at 9:18 am
OOPS,
Sorry Matt
Please ignore Step3
It is an inner join you don't need unmatching condition this time.
September 16, 2008 at 12:01 pm
Hi Matt,
This is what I usually do:
1)Control Flow>Toolbox>Data Flow Task
2)
Data Flow>Toolbox>Ole DB Source1 (Connection, SQL Command from Table1)> Toolbox> Sort1 (Select the column (Table1ID) you want a match, select...
September 16, 2008 at 12:00 pm
Hi Matt,
This is also useful tutorial:
Get all from Table A that isn't in Table B
September 15, 2008 at 12:20 pm
Viewing 15 posts - 1 through 15 (of 56 total)