Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Check SQL Error Logs using Powershell

    and EXEC master..xp_readerrorlog runs fine on all instances 2008r2, 2012sp1, 2014

    I can see from the trace and the output that I'm able to retrieve the serverlist from the table so...

  • RE: Check SQL Error Logs using Powershell

    I'm sysadmin when running this and this is the script

    <#

    _checkErrorLogs.ps1

    Description:

    Author: Jim Breffni.

    This script displays the errorlog entries for all selected servers for the last n days.

    The script can take a...

  • RE: Check SQL Error Logs using Powershell

    09/01/2014 13:17:19 PM - Checking Agent Error Logs on SOME SERVERNAME...

    Unable to read SQL Agent error log from server @{serverName=SOME SERVERNAME}

    I'm experiencing the same problem with both methods: Dynamically or...

Viewing 3 posts - 1 through 3 (of 3 total)