Viewing 15 posts - 1 through 15 (of 265 total)
did u ever found out what it is?
I assume its because of the process sp_server_diagnostics, it seems to be causing consistently 50% CPU
SQL is 2012 SP1 CU5
have same setup...
May 13, 2014 at 2:57 pm
Updated code with AWE as well...
I am trying to reconcile memory usage on my servers as some of em have memory issues...
Its been 2 days and going through numerous...
February 14, 2013 at 12:31 pm
any thoughts what could be happening? or what else to look for?
I also checked awe is disabled on all systems, there is enough vas memory block available on all systems...
February 13, 2013 at 2:59 pm
To add some more data on this post, I summarized same data from several other servers running same application as attached (based on client size resources differ), all are VM...
February 12, 2013 at 6:03 pm
found fix if location is set to PS SQLSERVER:\> UC is not accesible thus changed it to c:\:
Get-ChildItem "\\server1\c$\" | Select-Object -first 1
Import-Module 'sqlps' -DisableNameChecking
set-location "c:\" -PassThru
Get-ChildItem "\\server1\c$" |...
May 14, 2012 at 5:38 pm
this happens google search always works better, i always type "sqlservercentral <search criteria>"
google is way faster
March 20, 2012 at 5:15 pm
I was able to reproduce the issue
Seems when one copy the code and run it, it has special character get added due to HTML, invisible though but in windows 2003...
March 13, 2012 at 5:42 pm
Also update declare variable part like below:
declare @ServerTime datetime , @ConvertMiliSeconds bigint
, @FilterMoreThanMiliSeconds bigint
, @FilterHours bigint, @execution_count bigint
, @debugFlg bit
select @ServerTime = getdate(),@ConvertMiliSeconds = 1000
,@FilterMoreThanMiliSeconds...
March 13, 2012 at 3:29 am
What is the version of SQL server you are using?
Try commenting the "queryexecuted" column code and run same
Check this article for how to use this script[/url]:
Prakash
March 13, 2012 at 3:24 am
rfr.ferrari (2/24/2012)
Prakash Heda (2/20/2012)
Very interesting, all votes for using heartbeat....I have configured without hearbeat as new quoram model support with no issue...
I've not configured without heartbeat, I had no time!!!,...
February 24, 2012 at 12:56 pm
Very interesting, all votes for using heartbeat....
I have configured without hearbeat as new quoram model support with no issue...
Its a small issue in vmware mscs world as you need extra...
February 20, 2012 at 7:13 pm
Allow me to be devils advocate in favor of SQL VM's:)
I dont see the argument of SQL VM are bad performer stands valid anymore, its just that there are few...
February 17, 2012 at 6:35 pm
Thanks for jotting down steps, its easy to redone steps that way...made changes see if this works for you...
Pre steps:
1. Have both nodes configured and failover cluster feature installed
2. Take...
February 17, 2012 at 3:57 pm
Viewing 15 posts - 1 through 15 (of 265 total)