Viewing 15 posts - 466 through 480 (of 1,518 total)
srawant (6/22/2010)
June 22, 2010 at 3:09 pm
lmu92 (6/16/2010)
The reason we're using XML is to be flexible in...
June 17, 2010 at 11:11 am
Grant Fritchey (6/15/2010)
June 15, 2010 at 7:28 am
Brandie Tarvin (6/14/2010)
Are your servers within the same domain and both inside the firewall?If not, is your firewall open to the ports being used in the mirroring?
Both servers are in...
June 14, 2010 at 12:09 pm
Robert Davis (6/11/2010)
June 11, 2010 at 12:39 pm
Robert Davis (6/10/2010)
You can change the timeout value in any mode, but...
June 11, 2010 at 10:52 am
One more question: can the default mirroring timeout be modified even when in High-Performance (Async) mode?
On BOL it is stated that it can only be changed from the 10-sec default...
June 9, 2010 at 10:27 am
Brandie Tarvin (6/9/2010)
Best way to be sure, though, is to create a job that updates that value and the job runs on the startup of SQL Agent Service.
Thank you,...
June 9, 2010 at 4:29 am
Brandie Tarvin (4/29/2010)
dallas13 (4/29/2010)
But every time after failover this value again gets set to 10 sec
so you need...
June 8, 2010 at 9:26 pm
ALZDBA (6/7/2010)
It caught up very well (sql2005 std)
I...
June 7, 2010 at 3:25 pm
GilaMonster (6/4/2010)
What I suggest is that you go through all of the attributes in sys.dm_exec_plan_attributes, one of the columns in there is 'is_cache_key'. If any attributes with that column =...
June 4, 2010 at 11:36 am
Sure, pls give me some time to get you the info, much appreciated.
June 4, 2010 at 10:32 am
GilaMonster (6/4/2010)
SELECT cp.plan_handle, cp.cacheobjtype, cp.refcounts, cp.usecounts,
pa.attribute, pa.value
FROM sys.dm_exec_cached_plans cp
CROSS APPLY...
June 4, 2010 at 9:55 am
Cacheobjtype for all plans is "Compiled Plan".
June 4, 2010 at 9:11 am
GilaMonster (6/4/2010)
Could you perhaps attach the results as an excel sheet? Without seeing results, hard to tell you why there are multiple rows. Can you...
June 4, 2010 at 8:59 am
Viewing 15 posts - 466 through 480 (of 1,518 total)