Hi,
I want to set password policy for all logins.
In sybase we can use sp_passwordpolicy
sp_passwordpolicy {“set” | “clear” | “list”}, policy_option, option_value
If we enable this, it will applicable to all logins, whioh we will create in future, no need to enable individual.
Is there any option in sql server?
Thanks
Shashikala