Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Data import and export

 

SQL script files

SQL script files are text files that contain SQL statements, and are useful to execute the same SQL statements repeatedly. Script files can be built manually, or they can be built automatically by database utilities. The Unload utility (dbunload), for example, creates a script file consisting of the SQL statements necessary to recreate a database.

 Creating SQL script files
 See also

Running a SQL script file without loading
Running a SQL script file using the Interactive SQL READ statement
Running a SQL script file in batch mode (command line)
Loading a SQL script from a file into the SQL Statements pane
Writing database output to a file