Forum Replies Created

Viewing 15 posts - 8,581 through 8,595 (of 9,253 total)

  • RE: RAID 1 vs. RAID 10

    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...

  • RE: Consideration for setting up Min and Max values in clustered Sql server 2005 EE x64

    is it absolutely necessary that node 3 has 4 instances of SQL. This will affect the RAM configuration on that node

  • RE: RAID 1 vs. RAID 10

    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...

  • RE: cannot connect to sql server after changing server name

    try the following query

    select @@servername, serverproperty('servername')

    what is the result

  • RE: RAID 1 vs. RAID 10

    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...

  • RE: SQL SP Trace

    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

  • RE: Difference between shrinking and truncating the logs

    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...

  • RE: Server Status Icons

    if the browser is running it does yes

  • RE: Server Status Icons

    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

  • RE: I can't create a database T__T

    Vista users run as low privelege normally, what does sql authentication produce running the same statement?

  • RE: Is there a Bug with the Replace() Function in SQL Server 2005

    Lynn Pettis (12/17/2008)


    since it needs to create the table on the fly it doesn't know how big the column needs to be so it so it makes it the maximum...

  • RE: SQLVDI error 1060

    fputhod (12/22/2008)


    I installed from a internet download

    from where exactly?

  • RE: SQL Server Failover Clustering Test Methods

    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...

  • RE: Database mail using Exchange Server

    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 😉

  • RE: RAID 1 vs. RAID 10

    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...

Viewing 15 posts - 8,581 through 8,595 (of 9,253 total)