Viewing 15 posts - 10,021 through 10,035 (of 49,571 total)
SevereIdea (2/13/2014)
February 13, 2014 at 10:18 am
New Born DBA (2/13/2014)
February 13, 2014 at 10:15 am
New Born DBA (2/13/2014)
February 13, 2014 at 10:13 am
30's above what's generally recommended for an instance on a server with that much memory. See the book and cbhapter which I recommended earlier in this thread.
February 13, 2014 at 5:56 am
ananda.murugesan (2/13/2014)
Yes. Second one is another blocking query of actual exec.plan due to this blocking statement pervious query got too much duration.
Make sure you're tuning the query that is causing...
February 13, 2014 at 5:20 am
chandan_jha18 (2/13/2014)
February 13, 2014 at 5:16 am
Grant Fritchey (2/13/2014)
February 13, 2014 at 3:59 am
ananda.murugesan (2/13/2014)
for aviod the blocking will asking dev.team to assign NOLOCK hint in blocking statment.
It'll avoid blocking. It'll also potentially return incorrect data. Do your users like getting reports that...
February 13, 2014 at 3:43 am
chandan_jha18 (2/13/2014)
See if this goes low during backups because the database pages are read into memory while a backup is running.
Backups don't run through the buffer pool so they...
February 13, 2014 at 3:32 am
chandan_jha18 (2/13/2014)
GilaMonster (2/13/2014)
chandan_jha18 (2/13/2014)
I sincerely apologize to have trimmed a few counters by mistake from the list I provided. Following are top 15 results ordered by their counts:
Over what time...
February 13, 2014 at 3:30 am
Maybe.
Is it a heap? Is there a shrink operation running at any time? Is Autoshrink on? How are you checking the fragmentation?
February 13, 2014 at 2:09 am
chandan_jha18 (2/13/2014)
I sincerely apologize to have trimmed a few counters by mistake from the list I provided. Following are top 15 results ordered by their counts:
Over what time period?
February 13, 2014 at 1:56 am
February 12, 2014 at 10:34 pm
I believe that EXECUTE AT forces the execution of the query to occur on the remote server. Hence the query, when it executes on the remote server is only dealing...
February 12, 2014 at 11:26 am
Viewing 15 posts - 10,021 through 10,035 (of 49,571 total)