Viewing 15 posts - 91 through 105 (of 113 total)
I'm NOT seeing these warning messages when I restart the nodes in below order:
Restart Node1 (Active)
Restart Node2 (Active)
Restart Node3 (Passive)
If I did not follow the above order to restart the...
March 20, 2010 at 12:37 am
Thank you
I have set the SQL Server services Start up mode in cluster environment as below:
sql server --manual
sql server agent--manual
sql server fulltext search --manual
sql server integration services--Automatic
sql server browser --automatic
Please...
March 19, 2010 at 6:08 pm
Thanks Steve,
We are using maintenance plans for Maintenance tasks, so we need SSIS
and we do not need SSRS & SSAS and I already skipped those. But my question is about...
March 19, 2010 at 4:04 pm
Now I'm planning to set lock pages in memory on node2.
Hi Gail,
Do we need to enable lock pages in memory option on Passive node too?
please advice
thanks in advance
March 15, 2010 at 4:24 pm
Thank you,
We have a one more 3 node cluster setup & we restarted the nodes after some windows maintenance (this is the 1st time we rebooted the nodes after the...
March 14, 2010 at 10:50 pm
Yes, the services must be set to manual so cluster administrator can manage stopping and starting the services. That's what it is supposed to do
Could you please point me to...
March 14, 2010 at 1:01 pm
Hi Gail,
I have followed the below link to enable lock pages in memory (Is the right method to enable lock pages in memory?)
http://msdn.microsoft.com/en-us/library/ms190730%28SQL.90%29.aspx
We have 3 node a/a/p cluster...
March 13, 2010 at 12:59 pm
Thanks Jeff, It's really helpful
I went through the link http://support.microsoft.com/default.aspx/kb/899000?p=1
But here is the scenario: We have 3 instances for BizTalk on Same SQL Server as below:
On instance 1,...
March 12, 2010 at 11:09 pm
Finding memory pressure for a particular instance:
I ran the below query to investigate the memory pressure on the server.
select r.ring_buffer_address,
r.ring_buffer_type,
dateadd (ms, r.[timestamp] - sys.ms_ticks, getdate()) as...
March 12, 2010 at 4:58 pm
I went through the link http://support.microsoft.com/kb/139609 and it says:
PerfMon: High Number of Pages/Sec Not Necessarily Low Memory
Is this applicable to Windows 2003 R2 X64 with SP2 too (It...
March 12, 2010 at 10:18 am
All the instances are for Biz Talk and the BizTalk databases are very small. The max database size that we have is 4 GB.
But PLE<300 coming once in a...
March 12, 2010 at 9:38 am
A
re you seeing deteriorating performance?
As
Your memory available could be a result of the AV and max memory setting on your SQL instance.
I suggest you go ahead and do the...
March 11, 2010 at 3:10 pm
Is SQL Server the only thing installed on the server, or is it an application server as well?
It's a separate Sevres for SQL Server. No other applications installed except Anti...
March 11, 2010 at 2:39 pm
If it is not making a connection to database itself you won't see the user name in profiler, let me correct this the problem is authentication.
If this is the problem...
March 9, 2010 at 2:52 pm
Did you try profiler? filter with user name.
Yes, I ran the profiler and from the results I did NOT see any connections to the log shipped content databases (In recovery...
March 9, 2010 at 2:35 pm
Viewing 15 posts - 91 through 105 (of 113 total)