Skip to content
#

dba

Here are 106 public repositories matching this topic...

PsPsam
PsPsam commented Mar 23, 2018

New Check

This is a new check/question
Idea taken from SQL Assessment in azure
I would like a test for logins with no password and password same as username

What would you like to check?

The test should return the count of the result. So if all is good 0 would be returned.

---Detect SQL Logins with weak passwords

SELECT count(name)
FROM master.sys.sql_logins
WHERE PWDCO

Improve this page

Add a description, image, and links to the dba topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dba topic, visit your repo's landing page and select "manage topics."

Learn more