Forum Replies Created

Viewing 15 posts - 7,711 through 7,725 (of 9,241 total)

  • RE: Clustering vs. Mirroring

    Bradley B (8/25/2010)


    Mirroring requires Enterprise Edition.

    Mirroring requires Standard or Enterprise editions of 2005\2008

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Several named instances on a SQL Std Ed. Cluster

    christerst (8/25/2010)


    Is it possible to make several clustered instances share the same logical disks?

    No, that's not how clustering works. Separate storage is required for each instance and ultimately its...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Connect To Database Engine does not respond

    are you connecting to the database engine with SQL Server or Windows authentication?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping vs Failover clustering vs Mirroring vs Transactionnal (peer-to peer)Replication

    Tim-153783 (8/24/2010)


    When setup correctly, clients will connect to the one server and on failure, immediately reconnect to the other server.

    Only if using ado.net or SQL native client can...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    Probably because a cluster with a single node defeats the object of clustering, there is no failover!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server RAID 1 , 1+0 and TempDB

    Personally I would issue the following configuration

    C: RAID1 (OS & SQL Logs)

    D: RAID10 (SQL Data)

    E: NORAID (Backup drive)

    F: ...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server RAID 1 , 1+0 and TempDB

    with only 8 drives available, you are extremely limited!!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: 2008 Enterprise vs 2008 Standard

    partitioning, transparent data encryption, data\backup compression, indexed views,online restores, .......etc

    Depends on features you are going to need. Chances are if you have managed with 2005 Std so far then 2008...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    pshaship (8/24/2010)


    Hi Perry,

    You are awesome.

    ha ha 🙂 Dude you are too kind!

    pshaship (8/24/2010)


    But still I would like to know the reason why SP1 is unable to extract files...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: ALTER LOGIN <loginname> ENABLE not working!?!

    What version SQL server 2005 are you using?

    Has this database been upgraded from a previous version of SQL Server?

    Also,

    Hawkeye_DBA (8/24/2010)


    However, in the database the user shows Disabled, which it...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping vs Failover clustering vs Mirroring vs Transactionnal (peer-to peer)Replication

    agnnga (8/24/2010)


    it is said "Mirroring works faster than clustering" but there weren't any explanation.

    This is not strictly true. Failover to the mirror can be slow, it depends on the time...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping vs Failover clustering vs Mirroring vs Transactionnal (peer-to peer)Replication

    agnnga. (8/24/2010)


    Hello to all,

    As mentionned in the subject, would you tell me what are the differencies (with details) between those technologies in term of performance, broadband and simplicity? Or...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Installing SP1 on Cluster

    pshaship (8/23/2010)


    Do we need to stop the SQL Server services before applying SP1 in Cluster environment? Because , we have only Single node.

    Not normally, no! But a cluster with only...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    just a thought.

    Have you tried manually extracting the SP1 to a temp folder on C drive and launching it from there??

    execute the following

    en_sql_server_2008_sp1_x64.exe /X:"C:\SP1"

    Once the files are extracted launch the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    Taking the SQL server service resource offline will not offline the disks. The installer must be offlining the whole group.

    Take the whole group offline before running the installer, not...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 7,711 through 7,725 (of 9,241 total)