'min digits in password' is stored in the master..sysattributes table
select *
from sysattributes
where
class = 27,
and attribute = 1,
and object_type = 'PC' /*Password Complexity*/
'min digits in password' is stored in the master..sysattributes table
select *
from sysattributes
where
class = 27,
and attribute = 1,
and object_type = 'PC' /*Password Complexity*/