Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 5,841 total)

  • RE: Mirroring Failover and Failback

    ARC211 (8/26/2015)


    With that being said, what is the problem with conducting the testing on a test db that is not part of the mirroring session. If it's an exact...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Can I get SQL Server to release a lock without using the kill command?

    If you think carefully enough about the reason(s) why locks are taken in the first place then you would easily realize that what you ask would break those reasons/requirements.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: If you had time what would do to improve your databases/database servers?

    I would hire me to come in and give your systems/servers/apps/processes a review!! I would follow-up with some mentoring too! 😀

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Mirroring Failover and Failback

    Presumably because the objective of this test was to make sure the application (and lots of other stuff) are done right and operate correctly after a mirroring failover. This is...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: read only database copy?

    Eric Mamet (8/26/2015)


    I tend not to like that one because I find it too complicated and sometimes looking like a black art.

    I have not seen installations running smoothly without...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Mirroring Failover and Failback

    At first blush I don't think this is possible.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: AG failover

    ramyours2003 (8/25/2015)


    Like Failover is not happening from primary to secondary replica even they are configured in synchronous mode ..

    You didn't give us any error messages. Can't help or advise without...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: read only database copy?

    Eric Mamet (8/25/2015)


    Might be what we need...

    If I understand properly, the Secondary databases are available for reading but not during restores...

    Could you point me to where I can find...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: poor sql server performance

    Obvious question: What changed?? Note that with unknown storage and virtualization in play there are umpteen places you need to look for "changes".

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: read only database copy?

    Log Shipping is cheap and easy AND Standard Edition!! I have been using this every since it first came out. STANDBY mode on the restores allow you to have read-only...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: sp_cursorprepexec slows down and down through the night

    Locking/blocking from a large transaction was the cause. Glad you had a simple fix! 20X improvement is AWESOME! :w00t:

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: sp_cursorprepexec slows down and down through the night

    A) I don't think you understand what I meant with my (re)compilation issues statement. Not that plans are changing but that frequent (re)compilations are causing slowness. But I suppose plans...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: sp_cursorprepexec slows down and down through the night

    owl83 (8/21/2015)


    Hi everyone!

    I've encountered strange behavior of server cursors.

    We've got an application which reads data from MSSQL DB (MSSQL 2012) using cursors most of the times.

    Each night we are running...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: forecasting projection--how to approach this?

    I can't possibly help you with syntax for a query without table create script, sample data and expected output.

    in general it will look like this though I think:

    select field1, field2,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: forecasting projection--how to approach this?

    dandenise316 (8/20/2015)


    Let's assume that's not an option, and the forecasting I'm looking for isn't anything overly sophisticated.

    How would one approach this?

    Based upon the attributes in 2 fields (volume of mail...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 1,411 through 1,425 (of 5,841 total)