Null passwords

Do not assign a null password. When Adaptive Server is installed, the default “sa” account has a null password. This example shows how to change a null password to a valid one:

alter login sa with password null modify password 8M4LNC

NoteDo not enclose “null” in quotes in the statement.