Forum Replies Created

Viewing 15 posts - 121 through 135 (of 496 total)

  • RE: How to find Autogrowth OFF in DMVs

    Figured out the answer -- you have to look at both the Max_size which will be -1 and the Growth which will be 0.

  • RE: AlwaysOn Availability-Groups Async replica - is it possible to restore log backups to it following a failover from primary replica

    If by "fail over" you mean start using, then no, you can't. A failover on an asynch setup will cause recovery to happen. Once a database recovers, it...

  • RE: DECLARE - 1

    One comment -- the syntax of the question only works on SQL 2008 and up. This line:

    DECLARE @a VARCHAR ='xyz'

    is not supported on earlier versions;...

  • RE: GO Part 1

    What's really bad is understanding the question correctly and screwing up the loop counts because it is early in the morning. I counted the 5 loops but forgot to...

  • RE: DATEADD function

    Dana Medley (8/13/2012)


    mtassin (8/13/2012)


    You know you're starting to get paranoid when you're always looking for the catch.

    Glad that I couldn't find one and got it correct 🙂

    + 1 Amen to...

  • RE: Just a rant about how third parties design apps

    And Lowell, I am blaming Microsoft for creating an application that uses SQL Server as its data repository that doesn't use their own best practices in maintaining its own database....

  • RE: Just a rant about how third parties design apps

    So why bother making replication able to replicate schema then? There is only one schema change that replication cannot handle -- dropping tables that are part of a publication....

  • RE: Just a rant about how third parties design apps

    opc.three (8/2/2012)


    jeff.mason (8/2/2012)


    If someone wants to add a column to the middle of a table, they should get better SQL training.

    This is exactly what Microsoft is up against. They have...

  • RE: Just a rant about how third parties design apps

    If someone wants to add a column to the middle of a table, they should get better SQL training. If order matters that much, make a view and change...

  • RE: Just a rant about how third parties design apps

    opc.three (8/1/2012)


    It's a least common denominator approach. If SSMS were coded to account for every permutation possible to arrive at the most efficient way to add a column think about...

  • RE: Just a rant about how third parties design apps

    Lowell (7/31/2012)


    the reason is to make is a beauty of a gui/user tool.

    yes for a simple add column, it's a trivial one line wonder in TSQL.

    But they put logic in...

  • RE: Contained Databases

    Lokesh Vij (7/26/2012)


    anthony.green (7/26/2012)


    Damn, got 3 out of the 4, I thought mirroring wouldn't of been true as it is now a depreciated feature so, wouldn't of thought the two...

  • RE: Full Backups

    Also, you have to consider that SQL will stop a backup even if there are open transactions. I know because we have had a rogue developer who was given...

  • RE: Full Backups

    Steve Jones - SSC Editor (7/20/2012)


    There was a slight typo in the original question, and I mistakenly added another in fixing it. It should have been:

    12:10 AM - Transaction 1...

  • RE: Full Backups

    sestell1 (7/20/2012)


    jeff.mason (7/20/2012)


    sestell1 (7/20/2012)


    Wow, interesting. I'd been under the false impression that the full backup used an internal snapshot to capture the state of the database at the time...

Viewing 15 posts - 121 through 135 (of 496 total)