Forum Replies Created

Viewing 15 posts - 91 through 105 (of 1,518 total)

  • RE: Mirroring restore rate very low (< 5 MB/sec) - database mirror stuck in "synchronizing" state for several hrs

    Robert Davis (7/17/2012)


    There is also a bug related to this (though I don't know if a KB has been published Try stopping and starting the mirroring queues to see if...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Mirroring restore rate very low (< 5 MB/sec) - database mirror stuck in "synchronizing" state for several hrs

    Thanks both for your suggestions.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Turbocharge Your Database Maintenance With Service Broker: Part 1

    Thank you all for your comments so far.

    Derek and Timothy:

    Thank you for the kind words.

    Chris:

    Yes, developers definitely have a role to play in making sure stats and fragmentation are addressed...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Service Broker vs. CDC

    With Service Broker you can have multi-threading so your queue can initiate multiple copies of the activation procedure, each picking up a single message from the queue. That could speed...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Always On HA Build: Drives are lost

    Leo.Miller (6/10/2012)


    ...

    I've not been able to find any notes on this, but is there a requirement that each node have unique Drive letters (excluding c:)?

    ...

    No, in fact it is recommended...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Alwayson auto failover

    You do need a quorum disk as the cluster witness.

    This could be just a network share hosted in a separate file server (network and file share majority, see 1st...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Offloading backups to AlwaysOn secondary replicas - any issues with copy-only full backups?

    Lynn Pettis (5/31/2012)


    Unless something has changed with COPY ONLY full backups, it was my understanding that they could not be used as the base for a recovery.

    They can.

    I was not...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SQL upgrades from hell - how to rollback from a botched upgrade that left server/dbs in inconsistent state?

    Thank you all for the responses.

    Certainly VMs present an advantage in that sense.

    Regarding physical servers, I still think it is preferable to copy the binaries, registry (under SQL node) and...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Getting this error when installing SQL 2012 from a config file: "'<null or empty string>' is not a valid value for setting 'ACTION'."

    Jan.Sundbye (5/30/2012)


    In my ConfigurationFile.ini:

    ACTION="Install"

    is the first parameter. It seems like the value for ACTION is missing in your ConfigurationFile.ini

    That line is also the first one in my file.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: File extension "PRC" not recognized in SSMS 2012, even after configuring it in Options->Text Editor

    OK, got it to work with help from http://www.progtown.com/topic374931-sql-server-2012-rtm.html.

    Opened regedit.exe as Administrator.

    Then:

    On [HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0\FileExtensionMapping\PRC] I changed the Default key value to {B5A506EB-11BE-4782-9A18-21265C2CA0B4}.

    On [HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0\Default Editors\PRC] I...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: To Specialize or Not to Specialize: that is the $132,000 Question

    Very interesting topic. I have wrestled with this in the past, and have ended up choosing the specialization path. A lot of it has to do with where one ends...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Time for Your Career

    I spend around 4-5 hrs a week reading articles and other online material, as well as attending webinars, usually at work. Our management has no issues with that, as long...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SQL 2012 High Availibility

    I would move away from shared storage, now that we have SQL 2012 AlwaysOn Availability Groups.

    In our organization, at least, we have had a bad experience with shared storage in...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SQL Server 2012 Availability Group Listener

    I will be going through the same exercice in a few days, installing AlwaysOn Avail Groups on a cluster.

    Have you configured the listener on default port 1433, on all replicas?

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: When Will You Upgrade to SQL Server 2012?

    We are itching to upgrade our critical production servers to SQL 2012 to take advantage of AlwaysOn Availability Groups for HA/DR. At the moment we use Windows clustering for HA...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

Viewing 15 posts - 91 through 105 (of 1,518 total)