Add/Remove automatic password expiration of MS SQL user
MS SQL has a automatic password expiration feature for database users. Which has both advantage and disadvantage. Advantage is that it provides security. When we use the same password for same time, it makes it vulnerable to attacks. But when we implementing automatic password expiration feature we should change the database password in particular intervals. This will be difficult if the SQL server is less maintained or database user is accessed from multiple remote locations. So depending on our requirement we can turn ON or OFF this feature.
The following step the following steps will help you to enable or disable automatic expiration of MS SQL user password.
- open the SSMS and login using SQL server authentication
- Expand the 'Security' folder in object explorer
- Expand 'Logins' folder under 'Security'
- All users will be listed in the 'Logins' folder. Now double click on the username we to change
- On the popup window we can see 'Enforce password expiration' checkbox. Change it as you needed and same the
settings
For more help please refer the following video:
▶️ DTube
▶️ IPFS
Leave Add/Remove automatic password expiration of MS SQL user to:
Read more #sqlserver posts
Best Posts From DevelopersLogs
We have not curated any of arunvk's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From DevelopersLogs
- HOW TO ACCESS MS SQL IN WINDOWS SERVER FROM A REMOTE SQL SERVER MANAGEMENT STUDIO
- [deleted]
- Add/Remove automatic password expiration of MS SQL user
- FIX: Severity Code Description Project File Line Suppression State Error Web deployment task failed.
- FIX Web Deploy from visual studio failed with error ERROR_EXCEEDED_MAX_SITE_CONNECTIONS