The problem:
Company was bought out and we are bringing everything into complience. Passwords are not secure and do not need to be.(required by software we are using)
Old passwords *may or may not have been hard coded* in SQL SERVER database to validate (each account was setup with the same generic password).
Need to check each proc or function for presense of hard-coded password.
We have hundreds of functions that may or may not have this hard coded password.
Is there a way to cycle through each proc and function to search for the presence of the password?
Company was bought out and we are bringing everything into complience. Passwords are not secure and do not need to be.(required by software we are using)
Old passwords *may or may not have been hard coded* in SQL SERVER database to validate (each account was setup with the same generic password).
Need to check each proc or function for presense of hard-coded password.
We have hundreds of functions that may or may not have this hard coded password.
Is there a way to cycle through each proc and function to search for the presence of the password?
Comment