Viewing 11 posts - 1 through 11 (of 11 total)
nawillia
We once had performance issues and was on a call with Microsoft on this.
I was told that SSMS is designed to...
December 11, 2013 at 4:49 pm
What version of SQL & Windows it is ?
Are you trying from your Management studio client from your desktop or by remotely logging into the server?
If it is...
August 12, 2013 at 1:28 pm
This is a link which will help you to setup alerts.
You can choose your counters based on the object you choose.
February 12, 2013 at 5:40 pm
I also sense the difference in settings between SSMS and the Application Server.
I will have to check it on the Application Server.
But I am not able to understand...
January 23, 2013 at 10:18 pm
The wait types are CXPacket only.
I found online that having Arithabort ON could resolve this issue and tried that.
I did ran Profiler and yes it is the same query, which...
January 23, 2013 at 5:49 pm
Gail
Thanks for the links on nolocks.
When I check the Profiler output it says
Parallel query worker thread was involved in a deadlock
No other information is...
December 16, 2012 at 9:30 pm
Jeff
Most of the statements are Select statements.
Most of the imports are done by using SSIS packages and the script is created by the application itself.
December 16, 2012 at 9:17 pm
Thanks Kevin.
I will check it out.
But after interpreting the output and discussing with the developers, they want to start with adding with(Nolock) to all the queries, detected by -T1222.
Dirty...
December 14, 2012 at 1:04 pm
Thank you very much Gail.
It was very helpful 🙂
December 13, 2012 at 11:30 am
Yeah....That's what I have been thinking.
But this is just one output.
We have been having frequent deadlocks like this.
Changing at the query level is my recommendation.
MaxDOP is 0 and Cost...
December 13, 2012 at 11:07 am
Traceflag 1204 is off and this is the output of 1222.
,spid6s,Unknown,waiter id=process4a66748
,spid6s,Unknown,waiter-list
,spid6s,Unknown,owner id=process4a67b88
,spid6s,Unknown,owner id=process4a67dc8
,spid6s,Unknown,owner id=process4a67288
...
December 13, 2012 at 10:47 am
Viewing 11 posts - 1 through 11 (of 11 total)