Forum Replies Created

Viewing 15 posts - 256 through 270 (of 279 total)

  • RE: Couple of questions about database mirroring

    Question #2, also taken from BOL:

    Database mirroring partners and witnesses are supported by SQL Server 2005 Standard SP1 and later versions, and by SQL Server 2005 Enterprise Edition SP1 and...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Couple of questions about database mirroring

    For your question #1, taken from BOL:

    To force service in a database mirroring session

    1. Connect to the mirror server.

    2. Issue the following statement:

    ALTER DATABASE SET...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Help, my database is corrupt. Now what?

    Great article Gail..... It's now permanently bookmarked 🙂

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Mirror database in restoring mode always

    Transaction Log backups <> Mirroring. Those are 2 totally different things.

    What you see on your Mirror server is the way it should be... it is in Restoring mode.

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Database mail activation failure

    Did you just upgrade to SP2 ? I've seen this happening and re-applying the database engine part of the SP2 fixed this....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Mirror database in restoring mode always

    The "Restoring..." on the mirror is the default state. Remember when you set it up, you restored the database and left it in that state so the log transactions can...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: corrupt mssqlsystemresource?

    ... and that is exactly the reason why the mssqlsystemresource.* should be backed up manually after any upgrade..... Just as a reminder, this DB is in the same location as...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Caveats for Mirroring a Large Database...?

    As mentioned above, it is the number of transactions that will be the issue. We mirror a 700++ GB database to a remote location and it usually is between 40...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Unable to get email from Databasemail

    Have you checked that the Operator is Enabled (in the Operator properties)?

    Check the Database Mail log to see if anything is causing that error: Database mail -> View Database Mail...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: TSQL

    Derek Dongray (2/9/2009)


    Of course, if you want to be really silly you can docreate table # (_ int)

    go

    insert # select 1

    go

    select * from #

    I'll use that next time I need...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    Jeff Moden (2/6/2009)

    .... One of my major points was that someone posted some a link to some pretty bad T-SQL and the race between that

    and a CLR and...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Database Mirroring Impact on Backups

    in our case, no... we still do backups as before, both full and transaction logs..... these get also backed up via our backup service.

    Even with a mirrored database, you still...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Database Mirroring Impact on Backups

    true.... both of our servers are pretty beefy..... even with a lot of transactions I haven't seen it lag behind more than a few seconds.

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Database Mirroring Impact on Backups

    We run High performance async mirroring and have no overhead at all that could be measured. The mirror DB's are synced up to the second (ie, basically no delays)

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Trading in xp_cmdshell for SQLCLR (Part 1) - List Directory Contents

    Don, here is a VERY good example on why CLR's sometimes ARE the way to go:

    SQL Server CLR function to improve performance of validating email addresses [/url]

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

Viewing 15 posts - 256 through 270 (of 279 total)