episerver / Foundation

Foundation offers a starting point that is intuitive, well-structured and modular allowing developers to explore CMS, Commerce, Personalization, Search and Navigation, Data Platform and Experimentation.
https://docs.developers.optimizely.com/digital-experience-platform/docs/optimizely-foundation-demo-sites
Apache License 2.0
132 stars 136 forks source link

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

Open hieuxinhe94 opened 2 years ago

hieuxinhe94 commented 2 years ago

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 commented 1 year ago

Try using double quotes for your password

-P "xxxxxx"