Viewing 15 posts - 8,581 through 8,595 (of 9,253 total)
while its true that with RAID10 a failure of a mirrored pair is terminal. Because of the amount of disks required for RAID10 its a sort of safety in numbers...
December 29, 2008 at 4:31 pm
is it absolutely necessary that node 3 has 4 instances of SQL. This will affect the RAM configuration on that node
December 29, 2008 at 3:41 pm
kendal.vandyke (12/28/2008)
Perry Whittle (12/28/2008)
jlp3630 (12/27/2008)
Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?
as you say, depends if the system is already live. If...
December 28, 2008 at 12:25 pm
try the following query
select @@servername, serverproperty('servername')
what is the result
December 28, 2008 at 6:09 am
jlp3630 (12/27/2008)
Assuming that the system was running, how would you go about systematically getting baselines for reads/writes?
as you say, depends if the system is already live. If your scoping new...
December 28, 2008 at 5:30 am
Matin (12/26/2008)
Hi All ,How to trace sql sp without using print() statement ?
Thanks in advance
best way!
run a server side trace and dump the output into a sql table
December 27, 2008 at 9:10 am
truncating the log will remove any inactive entries but not reduce the actual physical file size.
shrinking the log will reduce the physical file size,
but it's worth noting you cannot...
December 27, 2008 at 8:58 am
i seem to remember, initial contact is made over 1433 then the server passes back the details of the named instance(s) and its ports\IP address
December 26, 2008 at 3:43 am
Vista users run as low privelege normally, what does sql authentication produce running the same statement?
December 25, 2008 at 11:49 am
Lynn Pettis (12/17/2008)
December 25, 2008 at 11:42 am
fputhod (12/22/2008)
I installed from a internet download
from where exactly?
December 25, 2008 at 11:37 am
Nicholas Cain (12/24/2008)
The best way to test....unplug stuff
at the end of the day this is exactly what clustering is designed to protect against so yes its the best way. Fail...
December 25, 2008 at 8:47 am
just be sure not to tick the "relay messages to all domains" check box otherwise after a couple of hours your public ip address will be blocked 😉
December 25, 2008 at 8:24 am
kendal.vandyke (12/24/2008)
Maybe the question was misunderstood.
not at all.
RAID 10 will generally offer a performance boost over RAID1 due to the striping across mirrored sets. As SQL server writes to...
December 25, 2008 at 3:33 am
Viewing 15 posts - 8,581 through 8,595 (of 9,253 total)