/
SQL Server Database Creation
PhixFlow Help
SQL Server Database Creation
Create the database and user that PhixFlow will use
On Windows:
sqlcmd -S "myhost\myservice" -i create_database_and_user.sql -v dbName="phixflow" dbLogin="myuser" dbUser="myuser" dbPassword="mypass"
, multiple selections available,
Please let us know if we could improve this page feedback@phixflow.com