Viewing 15 posts - 286 through 300 (of 338 total)
Jeff Moden (8/21/2014)
Some questions to ask are, is this index actually being used for anything?...
August 22, 2014 at 12:18 am
GilaMonster (8/19/2014)
Firstly, is that value a problem? Is it higher than usual? Is it causing problems?
Thanks for your response! appreciate it !
Yes I use SOLARWIND to monitor SQL Performance and...
August 19, 2014 at 5:43 pm
Andrew G (8/18/2014)
Run the following to find the default...
August 18, 2014 at 11:59 pm
Andrew G (8/18/2014)
SELECT
loginname,
loginsid,
spid,
hostname,
applicationname,
...
August 18, 2014 at 10:59 pm
GilaMonster (8/15/2014)
WhiteLotus (8/14/2014)
What about if I want to know the query that consume the biggest memory ?
Your largest memory consumer won't be a query. Most of the memory will be...
August 17, 2014 at 6:22 pm
Andrew G (8/14/2014)
To check which database is using most of the buffer pool, run the following query...
August 14, 2014 at 10:50 pm
Thanks all ! Appreciate your responses!!
August 12, 2014 at 7:32 pm
SQLRNNR (8/6/2014)
If you can't find any SQL Services in the Services control panel then you are looking at the wrong machine.Verify the server name and try again.
ahhh yess you are...
August 7, 2014 at 9:12 pm
Shurgenz (8/4/2014)
August 5, 2014 at 9:23 pm
SQLRNNR (8/3/2014)
I bet there was blocking, or memory thrashing, or slow io, or any number...
August 3, 2014 at 10:42 pm
SQLRNNR (8/3/2014)
WhiteLotus (8/3/2014)
SQLRNNR (8/3/2014)
Does the dev server have just a small amount of...
August 3, 2014 at 9:35 pm
SQLRNNR (8/3/2014)
Does the dev server have just a small amount of RAM or...
August 3, 2014 at 7:35 pm
ScottPletcher (8/3/2014)
Are you changing the clustered index on the table? Does...
August 3, 2014 at 7:28 pm
Jeff Moden (8/3/2014)
WhiteLotus (8/3/2014)
Jeff Moden (8/1/2014)
August 3, 2014 at 7:21 pm
GilaMonster (8/3/2014)
murnilim9 (7/30/2014)
Moreover , I noticed the PAGE SPLIT/Sec is still high ..around 90 . How do i know which table that cause that page split ?
That counter is misleading....
August 3, 2014 at 6:04 am
Viewing 15 posts - 286 through 300 (of 338 total)