Forum Replies Created

Viewing 15 posts - 7,561 through 7,575 (of 22,213 total)

  • RE: Central Management Server<!-- 864 -->

    It really depends on what you're looking for. For example, Red Gate SQL Backup goes above and beyond the CMS when dealing with backups across multiple servers, especially in how...

  • RE: What are some of the best SQL Server Monitoring Tools?

    Welsh Corgi (8/19/2014)


    Thanks for the recommendations.

    When I attempt to install Ignite I get an error that the Wizard was interrupted before Ignite could be installed.

    I've installed it three times without...

  • RE: What are some of the best SQL Server Monitoring Tools?

    This is such a subjective question. And there are tons and tons of recommendations out there if you search for them. My favorites:

    Red Gate SQL Monitor

    [/url]

    and SQL Sentry

    For specialized performance...

  • RE: Poor T-SQL code runs for over 10 hours !!! Help appreciated....

    garry.lovesey (8/19/2014)


    Hi Grant, thank you for your input. I have sent off an e-mail asking the supplier if they really need the COLLATE statements in there.

    Do I need the MERGE...

  • RE: Poor T-SQL code runs for over 10 hours !!! Help appreciated....

    I'm not sure why they have COLLATE statements in the WHERE clause, but it's unlikely to help the code.

    Keep an eye on all those variables and parameters too for bad...

  • RE: SQL Server alert

    Not without error messages or something that indicates what's going wrong on your end, no.

  • RE: Backup SQL settings?

    dstoltz 35443 (8/18/2014)


    The 4 hour response time I mentioned was actually for the hardware support to respond with new hardware if needed, to get the server operational. Restore times/recovery would...

  • RE: Backup SQL settings?

    dstoltz 35443 (8/18/2014)


    Thanks everyone - unfortunately, we don't have a DR site, or even a DR server...we have a 4 hour response time support to get the server fixed if...

  • RE: Difference Between Incremental Backup and Sequential Backup?

    After a couple of searches, the only database system that I can find that has a "sequential backup" is MyBB. Here's a forum for that [/url]if that's what you're looking...

  • RE: sql question

    You'll need to JOIN between Casting and Actor to get the actors. You'll want to GROUP BY a count of the actors from the Casting table for each movie. Then,...

  • RE: Troublshooting SQL Server Performance Issue

    All those are server resource measurements, which are interesting and can suggest if you have a problem. But, to quickly determine if things are running long (whether they're maxing out...

  • RE: SQL performance alerts

    If you do some searches there are several scripts for monitoring for blocked processes that's one I'd set up. Timing is different on every environment though. I'd also suggest getting...

  • RE: Migrating to and from Azure?

    Databases exist in two places in Azure, in Azure Virtual Machines and in Microsoft Azure SQL Database (MASD). The VMs act exactly like physical boxes or VMs local to your...

  • RE: Decrease query execution time to retrieve records from huge table

    ScottPletcher (8/15/2014)


    What is(are) the clustering column(s) on the table? You need to read each 1/4 of the table at a time using the appropriate clustering key range.

    What are there...

  • RE: New databases / new statistics

    None at all. If you're only temporarily moving them to 2005, I'd skip the update stats step there, but in general it can't hurt at all to have a fresh...

Viewing 15 posts - 7,561 through 7,575 (of 22,213 total)