Viewing 6 posts - 1 through 7 (of 7 total)
Check Egenera blade technology servers(http://www.egenera.com). The beauty is you can fix or allocate the resourses based on your
needs like (2 cpu to SQL server, 1 CPu to...
June 15, 2006 at 5:42 pm
http://msdn2.microsoft.com/en-us/library/ms188396.aspx
1400 | Enables database mirroring. This trace flag is allowed only when using the -Ttrace# startup option during start up of the server instance. Therefore, enabling mirroring... |
January 17, 2006 at 10:57 pm
Hi ,
Check that SQL is using the RAM properly after enabling the AWE option.
--Total amount of dynamic memory the server is currently consuming
select object_name,counter_name,'Amount of memory used in(GB)'=convert(float,(cntr_value))/(1024*1024),cntr_value from master.dbo.sysperfinfo
where...
November 21, 2005 at 4:17 pm
Hi Rick,
You can use the Microsoft e-learning courses which are free for the time being and are pretty good to start with.
https://www.microsoftelearning.com/catalog/ITProDev.aspx#sqlServer
And as always my favourite BOL 2005.
October 30, 2005 at 4:48 pm
Hi,
Have you recently put SP4 and the hotfix (and AWE enabled)
I recently upgraded my production server and log shipping server with SP4 and hot fix 899761(but AWE...
October 25, 2005 at 5:48 pm
September 5, 2005 at 5:04 pm
Viewing 6 posts - 1 through 7 (of 7 total)