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

Couldn't setup database for Azure SQL server database #756

Open
hieuxinhe94 opened this issue Nov 16, 2021 · 1 comment
Open

Couldn't setup database for Azure SQL server database #756

hieuxinhe94 opened this issue Nov 16, 2021 · 1 comment

Comments

@hieuxinhe94
Copy link

How can I set up a new site in the Azure SQL server database?
sqlcmd -S xxxxxx.database.windows.net,1433 -U xxxx -P 'xxxxxx' -I: Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server
This command does not work in your script. Please check.

It works on PowerShell but not all your file.

@elivnjak
Copy link

Try using double quotes for your password

-P "xxxxxx"

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