Viewing 15 posts - 76 through 90 (of 152 total)
Grant Fritchey (5/6/2009)
Based on the name, vWorkflowTransition is a view. That means it's probably hitting both tables and maybe more.
Here is the command in the view.
SELECT ...
May 6, 2009 at 12:37 pm
I found it through Activity Monitor.
And i should add that "WITH (NOLOCK)" is also present in the view "vWorkflowTransition" which is the first query.
May 6, 2009 at 12:22 pm
No Foreign keys, completely independent tables.
May 6, 2009 at 12:21 pm
Mayank Khatri (5/6/2009)
You can for SQL Server to use a particular index by using 'Index Hints'For e.g. Select * from Tab_Name WITH (INDEX(Index_lala))
WHERE ColName = 'yoyo'
)
sorry i should have said,...
May 6, 2009 at 12:18 pm
Lynn Pettis (5/6/2009)
Why can't you modify the query?
becuase it is embeded in a third party dll, which i can not modify.
May 6, 2009 at 12:16 pm
I should add that you can try re-installing IIS too if you donot have any other application deployed to it.
April 28, 2009 at 2:18 pm
Try to reconfigure the reporting services, if this does not help then try to re-install reporting services.
I am sorry i cannot suggest a better solution.
April 28, 2009 at 2:15 pm
What error are you getting?can someone else connect to these?
Make sure services are running.
April 28, 2009 at 2:04 pm
Try deleting the existing report and shared data sources (if you have any) and then deploy the report again.
April 28, 2009 at 1:47 pm
there are two things that you can try at the client level, first is "Connection Timeout=n" property of the connection string in the client application, second is "CommandTimeout=n" property of...
April 28, 2009 at 1:30 pm
This is a third party CRM application that we are using, i understand that there is no need of coalesce function but the delete query is coming from a dll...
April 24, 2009 at 2:04 pm
Thanks Gail i appreciate your suggestions.
Here is the script for the problematic table, 2 indexes on the table, and 2 queries that are coming for this table, and these queries...
April 24, 2009 at 1:23 pm
GilaMonster (4/24/2009)
Can you explain more your concerns with Snapshot and why you think it won't help?
The only concern i have is, its a very critical production db and i am...
April 24, 2009 at 12:11 pm
GilaMonster (4/24/2009)
April 24, 2009 at 10:38 am
Viewing 15 posts - 76 through 90 (of 152 total)