Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure_db.sh SA_PASSWORD should be MSSQL_SA_PASSWORD #842

Open
robert-s-lee opened this issue Jun 25, 2023 · 1 comment
Open

configure_db.sh SA_PASSWORD should be MSSQL_SA_PASSWORD #842

robert-s-lee opened this issue Jun 25, 2023 · 1 comment

Comments

@robert-s-lee
Copy link

SA_PASSWORD should be MSSQL_SA_PASSWORD

DBSTATUS=$(/opt/mssql-tools/bin/sqlcmd -h -1 -t 1 -U sa -P $SA_PASSWORD -Q "SET NOCOUNT ON; Select SUM(state) from sys.databases")
@tlunsfordCXP
Copy link

For others who run into this issue, the error that you see is:

Sqlcmd: 'SET NOCOUNT ON; Select SUM(state) from sys.databases': Unknown Option. Enter '-?' for help.

The solution, is simply to replace SA_PASSWORD in the .sh file with MSSQL_SA_PASSWORD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants