Forum Replies Created

Viewing 15 posts - 376 through 390 (of 1,518 total)

  • RE: Litespeed Question _ urgent please

    Thank you!

    __________________________________________________________________________________
    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: Litespeed Question _ urgent please

    Is there a way to download extractor.exe separately? Or do I need to download the whole source from QUEST link?

    __________________________________________________________________________________
    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: How can I view file information on a mirror database?

    george sibbald (11/9/2010)


    sys.master_files is the 2005 and above equivalent of sysaltfiles. Expect sysaltfiles to be deprecated, so I recommend getting in the habit of using sys.master_files.

    Thanks, I saw that, I'm...

    __________________________________________________________________________________
    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: How can I view file information on a mirror database?

    Steve Jones - SSC Editor (11/8/2010)


    SELECT fileid ,

    groupid ,

    size ,

    ...

    __________________________________________________________________________________
    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: Any good references on SQL 2008 Clustering?

    Will do, thanks!

    __________________________________________________________________________________
    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: Any good references on SQL 2008 Clustering?

    Perry Whittle (11/4/2010)


    That would be something wouldn't it.

    SQL Server is managed in the same way you would manage a normal instance of SQL Server, what changes is the complexity...

    __________________________________________________________________________________
    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 2008 R2 Cluster Installation

    Have a look at this link:

    http://www.mssqltips.com/tip.asp?tip=1721

    __________________________________________________________________________________
    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: Any good references on SQL 2008 Clustering?

    Perry Whittle (11/4/2010)


    That would be something wouldn't it.

    SQL Server is managed in the same way you would manage a normal instance of SQL Server, what changes is the complexity...

    __________________________________________________________________________________
    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 2008 R2 Cluster Installation

    You only need to log in to the passive node (Node 4) and in the setup click "Add node to a SQL Server Failover cluster".

    You will have to do this...

    __________________________________________________________________________________
    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: Linked server error in distributed transaction

    I just found out that on the remote server, the MSDTC setting is on "Mutual Authentication Required"; it should be on "No Authentication Required".

    I will change it and restart the...

    __________________________________________________________________________________
    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: Can VMotion (VMWare) cause database mirroring to be suspended/disconnected?

    Perry Whittle (11/3/2010)


    Do you have access to the VI client? You can create rules regarding VM movement when DRS is enabled on the ESX cluster

    Unfortunately not, no expertise and no...

    __________________________________________________________________________________
    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: Can VMotion (VMWare) cause database mirroring to be suspended/disconnected?

    Perry Whittle (11/3/2010)


    Hi

    What makes you think it's VMotion, do you supsect manual or automatic VM movement?

    One thing to check would be the network stack between the physical and virtual networks,...

    __________________________________________________________________________________
    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: how to failback using database mirroring

    praveen_vejandla (10/28/2010)


    Thanks for the reply. Here is what we want to do.

    We want to failover to mirror server and then run applications against mirror server for 2-3 hours

    and failback...

    __________________________________________________________________________________
    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: SSMS Standard Reports Permissions - how to allow devs to view those?

    hotfix4sql (10/27/2010)


    If the developers have fixed role "Sysadmin" on development machines, they will be able to view Standard reports, as you know. If any production restores happen on development...

    __________________________________________________________________________________
    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: Linked server error in distributed transaction

    Thanks both for your responses.

    __________________________________________________________________________________
    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 - 376 through 390 (of 1,518 total)