Forum Replies Created

Viewing 15 posts - 4,501 through 4,515 (of 9,253 total)

  • RE: SQL Cluster question

    Mh-397891 (12/4/2012)


    We have a cluster named Cluster1 which is a single node cluster. It has SQL Server 2008R2 Enterprise edition installed on it.

    And we have another cluster Cluster2 which is...

  • RE: 6 NICs for a Cluster?

    They read the MS kb did they 😀

  • RE: 6 NICs for a Cluster?

    Ok but generally you would want at least 2 or 3 NICs teamed for your public connection to provide redundancy.

  • RE: 6 NICs for a Cluster?

    Have you used network teaming before??

  • RE: Reduce size of BAK file after deleting database table records?

    Can you post the table definitions for the tables you are deleting from?

  • RE: 6 NICs for a Cluster?

    sql-lover (12/3/2012)


    -We are using cross over cable for heartbeat

    As i said a segregated network

    sql-lover (12/3/2012)


    So pretty much, we only need the public network and the one for the private one...

  • RE: instance port number

    sqlfriends (12/3/2012)


    Thanks,

    Can I use dynamic port for the named instance,

    When I install the named instance, and check the tcp\ip port, it defaults to blank, with dynamic port set to...

  • RE: instance port number

    Oops good catch Lynn I didn't spot that port number there

  • RE: instance port number

    sqlfriends (12/3/2012)


    I have a SQl SERVER that has a default instance and a named instance.

    Do I have to configure the named instance to use diffrent port than 1433 because the...

  • RE: 6 NICs for a Cluster?

    sql-lover (12/3/2012)


    My bad, we all know 3 is what we need ... 🙂

    No, not necessarily. It all depends on your network infrastructure and your redundancy requirements.

    sql-lover (12/3/2012)


    I am getting...

  • RE: Checking for Available Disk Space (outside of SQL Server)

    The wmi comsole is pretty good here. The problem with xp_fixeddrives is it cant return mounted volume details. Use something along the lines of

    wmic volume get capacity, "free space", name

  • Viewing 15 posts - 4,501 through 4,515 (of 9,253 total)