Viewing 14 posts - 16 through 29 (of 29 total)
Am I wrong in my observation about query response time on multiprocessor machines ?
Has anybody faced similar situation like this ?
August 18, 2009 at 12:13 am
Thanks Grant for taking your time to answer this post. We are facing some serious performance issues with this approach on PROD server with increasing users and data.
I think it...
August 3, 2009 at 7:25 am
While I was trying different things on query, I noticed interesting thing in execution plan. If I use CTE in my query joins, execution plan shows sort operator with cost...
August 1, 2009 at 4:53 am
Grant Fritchey (7/31/2009)
yes,...
August 1, 2009 at 4:29 am
About correcting IX_Path index, when I try to add two more columns it gives me warning. This index is created on TerritoryPath column which is varchar(900) field...So when I try...
January 5, 2009 at 2:32 am
Hi All,
Thank you very much for your help and taking time to look into this problem. Finally, I was able to reduce the response times for Opportunity UDF from almost...
January 5, 2009 at 2:25 am
Hi,
I updated statistics on database by using 'sp_updatestats' but it didnt help. Still simple select query to user-defined function is taking same time (apprx. 35 secs).
I noticed one change...
January 2, 2009 at 8:16 am
hello
Please refer IX_VarOffice index as IX_Office.
please find the attachments tables.txt for create table statements.
also definition of the functions fnGetTerrTree.txt and fnGetTerrTree_2.txt
January 1, 2009 at 11:31 pm
Hi GilaMonster,
Please find the table-valued UDF code, Table schema and indexes in the attached zip file.
I am trying to run simple select query on the UDF function and its taking...
January 1, 2009 at 6:35 am
Actually I can not add full schema information here 🙁
December 31, 2008 at 8:20 am
I have uploded the execution plan below
http://www.screencast.com/t/edsAREIt
click on "Download this media." and save the file as txt , the default type is xml,
please change it to txt.
December 31, 2008 at 7:55 am
Viewing 14 posts - 16 through 29 (of 29 total)