Viewing 15 posts - 1 through 15 (of 25 total)
Thanks Vinod, running an extended event trace may get me some more data on the problem, I am going to look into setting one up.
[font="Courier New"]Michael Connolly
[/font]
September 25, 2013 at 11:06 am
Thanks for the suggestions guys. The problem with the ETL is that it is a combination of stored procedures (which I can control and add maxdop hints to) and also...
[font="Courier New"]Michael Connolly
[/font]
September 25, 2013 at 10:45 am
Confirmed same HBA driver version on all nodes (QLogic 9.1.8.25)
[font="Courier New"]Michael Connolly
[/font]
September 24, 2013 at 12:03 pm
Thanks John, I am having our sysadmins check the HBA drivers and settings. It is active-active but during these tests we are running a single instance per node to eliminate...
[font="Courier New"]Michael Connolly
[/font]
September 24, 2013 at 11:57 am
Ah, thanks Gail. That may be an option. I will see if I can make some progress with this approach and if I run into any issues I will jump...
[font="Courier New"]Michael Connolly
[/font]
September 12, 2012 at 4:43 pm
Gail, I was reading about the different OPTIONS today related OPTION (OPTIMIZE FOR (@Var = xxx)), and in this case I do know the variable that I need to optimize...
[font="Courier New"]Michael Connolly
[/font]
September 12, 2012 at 4:34 pm
Thanks Gail, its Siebel so everything is wrapped up in a nice cursor for execution using sp_cursorprepare. If it were stored procedures I could at least force a recompile every...
[font="Courier New"]Michael Connolly
[/font]
September 12, 2012 at 4:00 pm
Thanks for the response SSCrazy but this article does not really address our issue. We are not suffering from cache plan bloat because of many single use adhoc plans. We...
[font="Courier New"]Michael Connolly
[/font]
September 12, 2012 at 3:47 pm
Your welcome John, I have not seen this as it related to a named instance using the default port number before so this is new to me too. Let me...
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 10:36 am
Did you try entering the server portion of the instance name instead of the IP address of the server?
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 9:43 am
Agreed Gail, but assuming non clustered index on the partitioned column, partition elimination does provide a performance improvement. Obviously in your example, the clustered index is going to be the...
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 9:31 am
I did see a post online that was related to a similar problem, not exactly the same but similar related to the instance status not showing green. That person disabled...
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 9:11 am
Yea, the browser service is not even referenced when you use the default port number so it sounds like this is just a case where the port number that you...
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 9:09 am
Yes, I agree more information is required with regards to the indexes on the table. I was just saying that when it comes to partitioning and trying to get the...
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 8:37 am
You mentioned that the browser service is running on the server where the instance is located? When you log into that server and open SSMS do you see the same...
[font="Courier New"]Michael Connolly
[/font]
August 14, 2012 at 7:44 am
Viewing 15 posts - 1 through 15 (of 25 total)