Forum Replies Created

Viewing 15 posts - 7,201 through 7,215 (of 9,244 total)

  • RE: MDW Database bloats; Purge job runs continuously

    i noticed issues with MDW while testing 2008, i personally wouldn't touch it at present

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

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

  • RE: Differential Backup

    i would restore the full backup weekly and restore the diffs daily. Restore the logs in the event of a DR switch (minimal work).

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

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

  • RE: MSDTC Cluster issue

    Brandie Tarvin (3/29/2011)


    but MSDTC is running as a clustered resource

    yes but the MSDTC group is only active on the one node

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

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

  • RE: AWE for SQL2005 standard edition

    Brookstone (3/29/2011)


    2003 standard and 4GB on the machine

    the only option you have here is the use of the /3GB switch in the boot.ini

    AWE support is for memory over 4GB which...

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

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

  • RE: Log Shipping For Data bases to two secondary servers

    RamSteve (3/29/2011)


    Can some one shade some light by giving step by step to configure this process of log shipping with one primary and two secondary servers?

    Thanks in advance

    It's wizard...

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

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

  • RE: AWE for SQL2005 standard edition

    How much RAM do you have on the server?

    Which edition of server 2003 do you have?

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

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

  • RE: MSDTC Cluster issue

    Brandie Tarvin (3/29/2011)


    DTC is on the first active node with an instance. But just in case, what are these issues you are referring to so I can research them?

    This first...

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

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

  • RE: MSDTC Cluster issue

    there are known issues if the clustered DTC resource is not active on the same node as the clustered sql server instance. Windows 2008 clusters allow mulitple clustered DTC applications,...

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

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

  • RE: xp_cmdshell is enable and disabled

    do you have any SQL Server 2008 policies in force that may be disabling it after enabling

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

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

  • RE: sql 2008 R2 Standard Edition Clustering/ Reporting Services - IIS?

    sqldba_icon (3/29/2011)


    Thanks. I am not sure what you meant with your second comment "instance will go down is node is lost" wouldnt the sql engine failover to other node ?

    Database...

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

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

  • RE: how to create structure of an exixting table without select into

    create table structure only using

    select * into <newtable> from <oldtable> where 0 = 1

    will not create any keys, etc though only table definition

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

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

  • RE: Separate db copy for reporting

    IMHO log shipping is probably your easiest option here and built in to SQL Server, it's also fairly easy to manage. User disconnections should be minimal if you get the...

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

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

  • RE: sql 2008 R2 Standard Edition Clustering/ Reporting Services - IIS?

    sqldba_icon (3/28/2011)


    We are planning to have 2-node active/active clustering for sql 2008 R2 which will also have reporting services on the same database. I do know that SSRS engine...

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

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

  • RE: Install new sqlserver 2008 R2 named instance cause error Rule "Cluster shared disk available check" failed

    Shanlyva

    have you checked the event logs for the cluster operations to see if there is anyhting obvious there. Are you sure the new disks are not part of an existing...

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

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

  • RE: Restore progress

    you could do, but the script above supplies a lot more detail

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

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

Viewing 15 posts - 7,201 through 7,215 (of 9,244 total)