Viewing 15 posts - 61 through 75 (of 102 total)
I am using sql server 2008 enterprise edition 64 bit on windows server 2003 r2 sp2 64 bit edition
November 4, 2011 at 3:42 pm
Hi Roy Ernest,
I was able to find the requested information through the dmv sys.dm_exec_sessions
Thank You very much for your help
August 23, 2011 at 8:03 pm
I will download the script which you had recommended. i will check the event log security also.
August 19, 2011 at 3:00 pm
You code had worked.
Thank You very much for your help.
I appreciate it.
July 21, 2011 at 3:21 pm
This code worked for me.
SELECT
[Time],
cast(cast([Time]/60 as int) as varchar) + ':' + CAST(CAST([Time]%60 as int) as varchar)...
July 19, 2011 at 8:48 am
96.44 mb of memory was used by the non buffer pool components
June 22, 2011 at 12:56 pm
I want to know why it was taking that much memory and why it was not dropping from that limit 96 % . It was constant from yesterday afternoon.
June 22, 2011 at 10:18 am
Can you please tell me where i can locate them.
June 22, 2011 at 10:15 am
Here are the requested readings
Process sqlservr
Private Bytes 82026496.000
Working Set 46809088.000
Are you referring to...
June 22, 2011 at 10:03 am
yes it was set to 10 gb less than physical memory
June 22, 2011 at 9:27 am
Hi,
I am trying to use the information in this link
http://www.mssqltips.com/tip.asp?tip=2359
I will update you once I set this up
Thank You
May 14, 2011 at 7:18 pm
Thank You very much for taking your valuable time to help me
May 12, 2011 at 9:37 pm
Viewing 15 posts - 61 through 75 (of 102 total)