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"

Please let us know if we could improve this page feedback@phixflow.com