• G Sunny - Thursday, October 12, 2017 3:18 PM

    Hi,
    we are seeing one of our service account getting locked out for every fifteen minutes,

    we have two domains(ex. A and B), the service account name(ex. A\XXX and B\XXX) is same in two domains and the passwords are different, In Domain A DClogs we can see that account 'A\XXXX' in B domain server is locked out.

    we understand somebody used the domain A account in domain B

    Can some help how do i find the process or job is causing to the account locked out in Domain B server

    Thanks in Advance

    Have you checked the SQL Server Logs to see if you can get a clue or two on who or what is causing the failed logins?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)