Welcome to Sign in | Help

Re: cum pot afla daca sql server agent ruleaza ?

  •  05-13-2008, 7:19 PM

    Re: cum pot afla daca sql server agent ruleaza ?

    Diana:
    Poti incerca si un script "PowerShell" - cred ca Narcis a dat sambata un exemplu care lista serviciile "running"...


    Asa : get-service  * | where-object {($_.ServiceName.StartsWith('SQLAgent') -or $_.ServiceName.StartsWith('SQLSERVERAGENT')) -and $_.Status -eq 'Running'}

    ? Smile
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems