PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Create the database and user that PhixFlow will use

    On Windows:

        sqlcmd -S "myhost\myservice" -i create_database_and_user.sql -v dbName="cview" dbLogin="myuser" dbUser="myuser" dbPassword="mypass"

  • No labels