T-SQL command-line example
The following example translates two T-SQL files:
sourceanalyzer -b MyProject x.sql y.sql
The following example translates all T-SQL files in the sources directory:
sourceanalyzer -b MyProject "sources\**\*.sql"
This example assumes the com.fortify.sca.fileextensions.sql property in fortify-sca.properties is set to TSQL, which is the property's default value.