Sql-server – Setting Account Lockout Threshold in MS SQL Server 2008

sql serverwindows-server-2008

I have to set Account Lockout Threshold to some specific value In MSSQL Server 2008. How can i do this? I have googled and not able to find the exact solution how to do it.
Whether SQL server account uses default Windows threshold to lock the sql account?

Thanks in advance…
Santhosha

Best Answer

SQL Server 2008 uses the password policy enforcement settings from the domain or local machine. To set it you need to edit the domain policy that applies to the SQL server if the SQL server is joined to a domain, or edit the local machine policy if the SQL server is not joined to a domain.