Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
SQL Server 2005 Security
»
password expiration and password policy
password expiration and password policy
Rate Topic
Display Mode
Topic Options
Author
Message
babuganesh2000
babuganesh2000
Posted Tuesday, November 18, 2008 2:22 PM
SSC Veteran
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 6:02 AM
Points: 265,
Visits: 587
Hi All,
How would be able to query any of the system table to check whether the SQL Log has the enforce password policy and enforce password expiration check boxes on/off.
Can some one suggest me the way to find that ? As I have more than 20 login in 50 servers and it will be tedious to do one after the other.
Thanks,
Ganesh
Post #604703
K. Brian Kelley
K. Brian Kelley
Posted Tuesday, November 18, 2008 2:31 PM
Keeper of the Duck
Group: Moderators
Last Login: Wednesday, May 08, 2013 5:14 AM
Points: 6,583,
Visits: 1,787
This is will tell you what SQL Server logins have either turned off:
SELECT name
FROM sys.sql_logins
WHERE is_policy_checked = 0
OR is_expiration_checked = 0
K. Brian Kelley, CISA, MCSE, Security+, MVP - SQL Server
Regular Columnist (Security), SQLServerCentral.com
Author of
Introduction to SQL Server: Basic Skills for Any SQL Server User
|
Professional Development blog
|
Technical Blog
|
LinkedIn
|
Twitter
Post #604708
babuganesh2000
babuganesh2000
Posted Tuesday, November 18, 2008 3:22 PM
SSC Veteran
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 6:02 AM
Points: 265,
Visits: 587
Thanks....I missed those columns.
Thanks for your help
Post #604740
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.