Viewing 15 posts - 31 through 45 (of 104 total)
Queue measures the number of things waiting. Hence it's an integer value and it's a count of things, not a time. You're thinking of the sec/read or sec/write that should...
March 5, 2010 at 2:07 pm
we also have all our sqls running on SANs....
I've been using perfmon, quest Perf Analysis, Spotlight and most importantly - HP SE (SANs monitoring\management soft)
they are all reporting the same...
March 5, 2010 at 1:01 pm
I think, as per microsoft, Disk Queue length should not exceed 0.02 seconds
March 5, 2010 at 12:39 pm
you can also use this great microsoft article and scripts for login transfer:
http://support.microsoft.com/default.aspx/kb/918992
how many databases are there to transfer?
March 5, 2010 at 12:33 pm
script all logins
stop the sql server
copy all database files to the new location
attach all new databases in the new location
run 'login script' to restore them
March 5, 2010 at 11:54 am
I ran
SELECT * FROM ::fn_trace_getinfo(0)
and then
SELECT *
FROM fn_trace_gettable
(...................\log_186.trc', default)
GO
don't see any dates in that table
Do you know what is the default for retention days? How far back you...
March 5, 2010 at 9:09 am
According to Quest Performance Analysis, tasks that were in the queue were a load of 'other dynamic sqls' for 6-7 'victim' databases.
Out of 32Gb on the server - 26 were...
March 4, 2010 at 12:30 pm
SQL is Standard....
Windows 2003 - Enterprise
I have't had any problems applying 'lock pages in memory' and enabling AWE.....
But even if you are right about 'buffer pool only'......2 GB of standard...
March 2, 2010 at 2:29 pm
here are some links for your info
http://www.tech-recipes.com/rx/2342/sql_server_2005_move_tempdb/
March 2, 2010 at 9:19 am
Min 1GB, Max 26GB, total windows 32GB
PAE switch is set
Buffer cache size 23.5
Hit Rate 99.9
page life 37 days
Proc cache size 513MB
Hit Rate 65.4
What do you think?
Also,...
March 1, 2010 at 12:07 pm
it's a 32bit, not 64...
and it does have 'lock pages in memory', i did it during the original server build.
can you please elaborate on 'memory trimmed'? Not sure what it...
March 1, 2010 at 11:15 am
i thought so too... 🙂
i just posted a new topic 'memory wait time'
i too have two different databases afected by the third one with locks and everything....
and the only...
March 1, 2010 at 10:50 am
usually yes...
recomendation is one data file per cpu
all them sjould be the same size
March 1, 2010 at 8:58 am
according to microsoft - no....
but I still would
don't forget to run
use tempdb
go
sp_helpfile
go
March 1, 2010 at 8:51 am
Viewing 15 posts - 31 through 45 (of 104 total)