Welcome to Sign in | Help

Re: cum pot afla daca sql server agent ruleaza ?

  •  05-14-2008, 5:50 AM

    Re: cum pot afla daca sql server agent ruleaza ?

    Cryogenic1981:
    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

    Cryogenic, daca am 2 instante de SQL Server, cu 2 servicii de SQL Agent ???

    Ignat Andrei
    http://serviciipeweb.ro/iafblog
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems