- Contents
Interaction Process Automation Technical Reference
Have a Way to Batch-Import Microsoft SQL Server .SQL Files
The PFCT outputs a set of .SQL script files. You must have a SQL tool that imports the files into SQL Server. Microsoft SQL Server has this tool, as does the Microsoft SQL Server Management Studio:
sqlcmd.exe
Step 8: Import the SQL Files has a simple batch script that uses the sqlcmd tool to import the .SQL files.

