Viewing 15 posts - 46 through 60 (of 491 total)
Hi Grant,
Thanks for quick response.
I was little curious and I had my question to myself of why the storage engine behaves differently in allocating data pages. For...
December 11, 2013 at 7:31 am
Thanks Gail, for guiding me in the right direction. Thank you.
November 28, 2013 at 7:34 am
Thanks Gila for Awesome explanation.
Now, I am in a point where I was able to get insight of how sql server memory used by all queries but I feel...
November 28, 2013 at 2:46 am
Thanks Gail.
One more thing. Can I assume that queries which are doing more physical reads from disk are memory hogers? Is that a correct statement.
November 28, 2013 at 1:32 am
Okay, this is what I am doing Gail. This is a TEST to identify queries which are consuming more memory and seeking for help to get those queries which...
November 28, 2013 at 12:41 am
Thank you very much Gail.
November 20, 2013 at 11:31 pm
Hi,
Would like to know is there any particular scenario wherein If I had to Kill a process/spid and thinking that the locks are released but it didn't but I had...
November 17, 2013 at 4:23 am
Hi sql-lover,
Thanks for the query. However, this script would show only the buffer distribution. ITs doesn't include the memory allocations done outside buffer pool(i.e. memToleave or non-buffer or memory allocations...
September 30, 2013 at 1:17 pm
Got it. Brilliant stuff.
Thank you very much Gila.
September 2, 2013 at 9:34 am
Thanks Gila for quick response.
one more clarification, in that case, SQL doesn't SUM up all the execution times for all the CPU's as it is one query which is...
September 2, 2013 at 9:13 am
Thanks for the clarification.
August 20, 2013 at 4:35 am
Hi Lynn,
You are right. It opened 600 separate txns. Once I made the change suggested by Gail, I was able to clear the log.
Select [spid],[Current LSN],[Operation],[Context],[Previous LSN],
...
August 19, 2013 at 2:29 pm
Hi Gail,
You are right on! Thanks very much for the help. I verified the fn_dblog().
Select [spid],[Current LSN],[Operation],[Context],[Previous LSN],
[Transaction Name], [Begin Time] as [Transaction Begin Time],[End...
August 19, 2013 at 2:23 pm
Viewing 15 posts - 46 through 60 (of 491 total)