Viewing 15 posts - 361 through 375 (of 758 total)
GilaMonster (10/13/2012)
A VLF is only inactive when none of the log records in it are needed for...
October 13, 2012 at 2:50 pm
GilaMonster (10/10/2012)
Triggers use the version store. So do online index creation and rebuild.
Thanks Gail
Is there a way that I can check how the contents of my version store arrived there,...
October 10, 2012 at 7:13 am
dbasql79 (10/10/2012)
Isolation Level can be handled by session level also, not only database level, if I am right.Is there any chance your application issue that?
You can use snapshot isolation level...
October 10, 2012 at 5:20 am
I think I know why it created a login on my instance based on service account
We don't usually install Reporting Services but for this R3 installation, I installed Reporting Services...
October 9, 2012 at 3:39 am
GilaMonster (10/8/2012)
Jeff Moden (10/8/2012)
Reads from the physical disk are always read into the "Buffer Pool". It's the reads from that "Buffer Pool" that SQL Profiler counts.
Easiest way to think...
October 8, 2012 at 11:55 pm
GilaMonster (10/8/2012)
SQLSACT (10/8/2012)
GilaMonster (10/7/2012)
October 8, 2012 at 1:52 am
GilaMonster (10/7/2012)
As...
October 8, 2012 at 12:56 am
Perry Whittle (10/6/2012)
a logical read is the pages that are read in memory, a physical read is when the page is brought in from disk
Thanks
Does 1 read mean 1 page?
October 6, 2012 at 8:09 pm
GilaMonster (10/5/2012)
SQLSACT (10/4/2012)
What I'm trying to understand is which of your resources are taxed the most when dealing with bad parameter sniffing
CPU usually. IO maybe, depending whether the data is...
October 5, 2012 at 1:45 am
GilaMonster (10/4/2012)
October 5, 2012 at 12:17 am
anthony.green (10/4/2012)
Uou need to capture then 1 second apart then minus the figures, as the counter value is cumulative.
Thanks
October 5, 2012 at 12:12 am
Sean Lange (10/4/2012)
SQLSACT (10/4/2012)
I understand that parameter sniffing is a good thing
It becomes a bad thing when the parameters used in the first execution of the Procedure are atypical...
October 4, 2012 at 11:53 pm
db_expert_pradeep (10/4/2012)
When SQL engien traversing through Clustered index , the engine will start from Root page and traverse over non leaf nodes until it reaches leaf level page (data page).
I'm...
October 4, 2012 at 8:52 am
GilaMonster (9/28/2012)
Unless you tested the same query you probably won't trigger any error. Not all queries need workspace memory.Could it be this:
I don't think so
Is there a way I...
September 28, 2012 at 5:41 am
Viewing 15 posts - 361 through 375 (of 758 total)