Forum Replies Created

Viewing 15 posts - 3,466 through 3,480 (of 4,745 total)

  • RE: Rollback Service Pack???

    you would have to un-install, re-install the SQL instance.

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

  • RE: Replication with Simple Revover Model

    The short answer is yes, those types of replication that use the transaction log will not truncate the log until transactions marked for replication are transferred to the distribution database.

    It...

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

  • RE: SQL Server Advanced options... do i need to restart my SQL Server

    In most cases no. BOL will tell you which options require a restart.

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

  • RE: SQL High Availabilty

    Shane Osborne (7/19/2009)


    Yeah,

    OK so back to thelog shipping question, with the following 2 scenarios.

    Unplanned failure - What happens when you bring the failed server back up ? What...

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

  • RE: Max databases for mirroring

    Theres some discussion on this on the discussion thread for the mirroring QOTD from the 16th july

    http://www.sqlservercentral.com/Forums/Topic753931-1598-1.aspx

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

  • RE: SQL High Availabilty

    database files not cleanly detached might not attach properly as the files might not be consistent.

    I certainly would not feel comfortable relying on this as a DR method.

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

  • RE: SQL Server 2005 SP3 installation problem

    I have never applied a SP to a multi node cluster so I won't comment on that, but if this is a two node cluster leave both nodes UP and...

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

  • RE: SQL Server 2005 SP3 installation problem

    A quick google search brings up this

    http://www.microsoft.com/downloads/details.aspx?FamilyId=851C39EE-6F9D-47D9-8ECC-44AC1E9DC182&displaylang=en

    process basically the same.

    apply the SP to the active mode, use cluster admin if you want to stop SQL, run the SP from a...

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

  • RE: SQL Server 2005 SP3 installation problem

    yes, the service pack puts the SQL instance in single user mode as part of the upgrade as it is updating system catalogs.

    Procedure:

    Stop all connections to the databases(s), i.e turn...

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

  • RE: SQL High Availabilty

    The last option which seems bad practice but could work is simply kill all users, detach db's and then reattach to other server. Any issues with this ?

    going to...

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

  • RE: SQL High Availabilty

    As your database files are on a SAN the option of SAN based replication may be available to you.

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

  • RE: Database Mirroring Limit

    thats good to know steve. I am sure I have seen threads on this site where people have said they are mirroring quiete high numbers of databases. I don't believe...

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

  • RE: Database Mirroring Limit

    good timing steve, I was thinking about checking up on this very question this afternoon!

    the article says 32bit system so I presume 32 bit SQL on a 64bit OS would...

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

  • RE: Hyperbac

    We've got it deployed on 3 SQL clusters backing up over 7000 databases on a nightly basis.

    quote]

    7000? wow. I'm sold, now to convince the management and a client who wants...

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

  • RE: Splitting DBs into multiple files for IO spread

    sounds to me like the basic problem is the fact the sql server i/o is shared with i/o from other types of servers. the i/o patterns for SQL are radically...

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

Viewing 15 posts - 3,466 through 3,480 (of 4,745 total)