unlockAIAUser.txt 173 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 select * from AIAUser select * from dbo.IncorrectLoginAttempts where UserId =1 Begin tran Update IncorrectLoginAttempts set CntIncorrectLogins =0 where UserId =1 Commit