Viewing 15 posts - 1 through 15 (of 302 total)
Then they'll be the same.
Thanks Gail.
But I heard different opinion from Microsoft support engineer that having default value for MAXDOP and setting it 4 is not same.
If we keep...
October 30, 2013 at 5:09 pm
For INS1 reduced the Max memory to 6gb from 8 gb and now ins1 is using 3 GB out of 6 GB
For INS2 reduced the Max memory to...
October 25, 2013 at 10:49 am
which counters should we monitor to troubleshoot memory pressure in SQL Server?
October 23, 2013 at 2:09 pm
Have you looked in task manager?
Btw
Max Memory for INS1 = 8 GB
Min Memory for INS1 = 1 GB
Max Memory for INS2 = 4 GB
Min Memory for INS2 = 1 GB
Makes...
October 22, 2013 at 4:14 pm
Thanks Gail.
INS1 is taking only 3 GB out of 8 GB max memroy and INS2 is taking only 1 GB out of 4 GB max memory
So total 4...
October 22, 2013 at 2:28 pm
Are you - by chance - running on an x86 platform?
No, We are using x64.
Hi Gail, I looked at Memory counter for AvailbelMBytes and its value is 198. Is that...
October 22, 2013 at 2:09 pm
Is there available memory for SQL to allocate?
8 GB Max Memory is configured for INS1 but it is taking only 3 GB. That means it has 5 GB available...
October 22, 2013 at 1:15 pm
thanks SQLGuru,
I got my answers by reading the article http://www.sqlservercentral.com/articles/FCI/92196/
Excellent article..
October 9, 2013 at 12:14 am
We have 12 GB RAM on the node.
8 GB Max Memory
1 GB Min Memory
4 GB left for OS
No other applications are installed other than SQL Server
October 5, 2013 at 8:00 pm
we do not have a separate drive for Page file on any sql server box from years.
Do we really need to have a separate drive for page file? Having separate...
May 28, 2012 at 3:51 pm
When I goto DTS package and right click and open, then SSMS is crashing in sql server 2008.
Please see the attachment.
Thank you
May 15, 2012 at 9:37 pm
Sean,
I executed the below code as you suggested and I'm getting the below results in SSMS
declare @Delete int, @Update int, @Insert int
DELETE FROM [dbo].[DATA_EWT]
...
May 8, 2012 at 12:36 pm
below is the pl-sql code.
It, displays the number of total records inserted/updated/deleted.
If the count matches, will issue COMMIT otherwise rollback.
SET SERVEROUTPUT ON;
DECLARE
v_update number := 0;
v_delete number := 0;
v_insert number...
May 8, 2012 at 12:03 pm
Viewing 15 posts - 1 through 15 (of 302 total)