-
Notifications
You must be signed in to change notification settings - Fork 2
Examples Microsoft SQL Server
Rainer Stötter edited this page Apr 14, 2017
·
1 revision
Before you can use the examples you have to have installed the PHP library mssql.so (Install mssql)
This script file runs against a Microsoft SQL Server database and creates relational test data.
Use the program "sqsh" in order to execute the SQL commands.
./mk-sql-data.php --config examples/mk-sql-data-02-mssql.cmd
echo "\\go" >> output/random-fk-mssql.sql
sqsh -U db2phpsite -P sql@2017 -S MSSQLSERVER -D db2phpsite -a 1 -e -p < output/random-fk-mssql.sql
This wiki page is part of the documentation of the SQL data generator mk-sql-data