Viewing 15 posts - 421 through 435 (of 758 total)
Grant Fritchey (9/17/2012)
SQLSACT (9/17/2012)
Grant Fritchey (9/14/2012)
September 17, 2012 at 5:55 am
pooyan_pdm (9/17/2012)
September 17, 2012 at 4:28 am
pooyan_pdm (9/14/2012)
Initial Compilation='SQL Compilations/sec'-'SQL ReCompilations/sec'plan reuse= ( 'Batch Requests/sec' - 'Initial Compilation')/'Batch Requests/sec'
this one is more accurate
Thanks
How do I incorporate this into the script?
I keep getting this error
Operand...
September 17, 2012 at 12:07 am
Grant Fritchey (9/14/2012)
September 17, 2012 at 12:02 am
GilaMonster (9/13/2012)
SQLSACT (9/13/2012)
Once the desired pages are brought into memory, can't the results then be presented? Is there still work to be done?
Do you want a query that's intended to...
September 13, 2012 at 10:25 am
GilaMonster (9/13/2012)
SQLSACT (9/13/2012)
September 13, 2012 at 6:05 am
GilaMonster (9/13/2012)
SQLSACT (9/13/2012)
GilaMonster (9/13/2012)
SQLSACT (9/13/2012)
When SQL Server brings pages into Memory, the pages sit in memory in the same way as they were sitting on disk?
Meaning?
When the query is submitted...
September 13, 2012 at 2:13 am
GilaMonster (9/13/2012)
SQLSACT (9/13/2012)
When SQL Server brings pages into Memory, the pages sit in memory in the same way as they were sitting on disk?
Meaning?
When the query is submitted for the...
September 13, 2012 at 1:42 am
GilaMonster (9/13/2012)
Query is compiled
Query is executed
Query processor asks for rows one by one from the storage engine according to the query operators in the plan
Storage engine returns the rows...
September 13, 2012 at 1:26 am
GilaMonster (9/12/2012)
SQLSACT (9/12/2012)
So when the same query executes again, the results can be found in memory, right?
Results, no. The data pages that the previous execution used, yes (providing they haven't...
September 13, 2012 at 12:11 am
GilaMonster (9/12/2012)
SQLSACT (9/12/2012)
I knew the title would get your attention 😉
It nearly got you the attention of Microsoft's exam fraud division, and may still do.
Report the post and ask Steve...
September 12, 2012 at 8:15 am
GilaMonster (9/12/2012)
SQLSACT (9/11/2012)
Hi AllDoes anyone know where I can find braindumps for the Microsoft Certified Master SQL 2008 Exams?
Just Joking!!!! :w00t:
I should bloody well hope so. Be grateful I didn't...
September 12, 2012 at 7:59 am
opc.three (9/5/2012)
Correct to what end? What are you trying to figure?
Current expensive queries
And
2.The script returns an execution_count and a use_count, am I right in that the execution_count is the amount...
September 6, 2012 at 12:07 am
Perry Whittle (8/31/2012)
SQLSACT (8/31/2012)
I am removing a node from the Cluster to have it replaced with another node.
ok, so perform the remove node on each clustered instance and finally evict...
August 31, 2012 at 5:50 am
Viewing 15 posts - 421 through 435 (of 758 total)