Viewing 15 posts - 136 through 150 (of 185 total)
Derrick is correct..
SET STATISTICS TIME ON
1. run the query
2. DBCC FREEPROCCACHE ...ONLY ON DEV!
3. run the query again, this will more or less tell you how much time you...
September 1, 2010 at 11:11 am
try this first..
select cv1.chartguid
FROM cv3clientvisit AS cv1
if that works, make sure when you are doing the join the both col are the same type----ie ( varchar= varchar) not...
September 1, 2010 at 10:00 am
there could be a several issues. I would check this first.
my first guess the first time you ran it...the pages were not in cache...
you need to test this on dev...
September 1, 2010 at 9:43 am
here are the recommendation for memory settings...
August 26, 2010 at 12:58 pm
I would leave the Max setting right where you have them. For the size of Ram you have you are at the recommended setting... if you had 32 gigs of...
August 26, 2010 at 12:54 pm
Toby,
please read the following...you are misunderstanding buffer cache numbers
August 25, 2010 at 7:54 pm
No worries...total sql server memory is the amount sql is using. Target is the amount sql would like to have.
If total become larger then Target you will see page...
August 25, 2010 at 1:49 pm
correct....I was just looking for some suggestions or work arounds!!
looks like I will have to do a backup/restore on dev and test it in 2008 mode.
August 25, 2010 at 12:18 pm
Not sure of your question, Do you still have a question about context.
The # is actually about 5,000 per cpu. So it seems that you are good.
http://technet.microsoft.com/en-us/magazine/2007.10.sqlcpu.aspx
August 24, 2010 at 2:32 pm
please read the following on cache hit ratio.
generally I dont look here to often. but it is good to understand it!
Please take a look at Page Life expectancy,...
August 24, 2010 at 8:35 am
if you are having troubles posting the plan please follow Gails Post
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 24, 2010 at 8:25 am
And as soon as you have time
PLEASE READ Grants book:-D
August 24, 2010 at 8:13 am
Ok you in the right place..so far so good.
The optimizer is cost based and SQl chooses from there. A clustered scan vs a seek based depends on your query a...
August 24, 2010 at 8:04 am
Too many DBA's
The study said about 32 DB per dba. If I took you number and dropped the Tb server and the 3 needed to support it. That would be...
August 22, 2010 at 10:40 am
FYI..I did find this study after some searching
August 22, 2010 at 10:02 am
Viewing 15 posts - 136 through 150 (of 185 total)