Forum Replies Created

Viewing 15 posts - 751 through 765 (of 1,518 total)

  • RE: Monitoring Database Blocking Through SCOM 2007 Custom Rules and Alerts

    jesse.roberts (1/14/2009)


    Hey marios

    Just a followup the alert supression is working perfectly.

    Jesse

    Nice! I'm going to have to make use of this at some point - some of our users are starting...

    __________________________________________________________________________________
    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: "Source Control - Unable to access Database" error when opening my reporting services solution

    Marios Philippopoulos (1/12/2009)


    GSquared (1/12/2009)


    I got a similar (may have been the same) error message at one point when the file was not on the same computer as it had been...

    __________________________________________________________________________________
    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: "Source Control - Unable to access Database" error when opening my reporting services solution

    GSquared (1/12/2009)


    I got a similar (may have been the same) error message at one point when the file was not on the same computer as it had been checked 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: "Source Control - Unable to access Database" error when opening my reporting services solution

    GSquared (1/12/2009)


    I got a similar (may have been the same) error message at one point when the file was not on the same computer as it had been checked 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: How can I avoid including full path for SQL script files when using sqlcmd inside powershell?

    Thanks guys for your suggestions.

    In the past, I remember running a sql script file on the same folder as the powershell script itself, and getting an error if I did...

    __________________________________________________________________________________
    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, SANs and Virtualisation

    henrik staun poulsen (1/8/2009)


    Hi mararity,

    How do you tell the difference between mediocre and great Admin?

    We have two people working with the SANs, but are they any good???

    I would like...

    __________________________________________________________________________________
    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: Monitoring Database Blocking Through SCOM 2007 Custom Rules and Alerts

    Nilesh Patel (1/8/2009)


    Thanks to both Marios and SQLEngine... I think I am starting to understand how things are working now..

    There is no substitute for experimentation. The best way to learn...

    __________________________________________________________________________________
    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: Monitoring Database Blocking Through SCOM 2007 Custom Rules and Alerts

    jesse.roberts (1/8/2009)


    Thanks Marios

    The SQL 2000 script is working there was an extra _ in one of the lines but no big deal

    I have to test out the SQL 2005...

    __________________________________________________________________________________
    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: Is using triggers the only way of auditing updates of table rows?

    matt stockham (1/8/2009)


    I think the point is that if it is known that there will be a significant number of records updated with no change, why update them in 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: Is using triggers the only way of auditing updates of table rows?

    TheSQLGuru (1/8/2009)


    Marios Philippopoulos (1/8/2009)


    TheSQLGuru (1/8/2009)


    It is my belief that even if you rewrite the trigger to only do the audit update on rows where something is different between inserted 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: Monitoring Database Blocking Through SCOM 2007 Custom Rules and Alerts

    Nilesh Patel (1/8/2009)


    Marios,

    Great article. At last I found something that explains customizing SCOM monitoring from SQL. It seems that the tool is very powerful but hard to learn. I have...

    __________________________________________________________________________________
    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: Monitoring Database Blocking Through SCOM 2007 Custom Rules and Alerts

    jesse.roberts (1/7/2009)


    Hey Marios

    I've been looking for something like this for a while. We don't really want to store the data for future analysis on a seperate db. Is there anyway...

    __________________________________________________________________________________
    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: Error when running "get-wmiobject"

    Jeffrey Williams (1/8/2009)


    Just wait till v2 - which includes full Try/Catch functionality.

    That's cool.

    What tool do you use to work with powershell scripts?

    __________________________________________________________________________________
    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: Error when running "get-wmiobject"

    Jeffrey Williams (1/8/2009)


    You can trap for the errors and display the error messages. Example:

    Trap [Microsoft.SqlServer.Management.Common.ExecutionFailureException] {

    Write-Output $("Exception: $($_.Exception.Message)");

    Write-Output $("Base Exception: $($_.Exception.GetBaseException().Message)");

    return;

    }

    In the above, I am trapping for a specific...

    __________________________________________________________________________________
    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: Error when running "get-wmiobject"

    Jeffrey Williams (1/8/2009)


    Interesting - you probably have a character in the computer name that is causing a problem.

    Actually, there was nothing wrong with the original code. Even taking the quotes...

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