It is recommended the user leverage the CAST extractor to compile T-SQL source files to
be analyzed by CAST Highlight. Please visit this page for more information.
▪ The CAST extractor automatically splits T-SQL files. This split consists of dispatching the
procedural code with one artifact (procedures, functions and triggers) per file.
Procedural code that is outside an artifact is considered a “root” artifact and is also
analyzed.
▪ Like PL/SQL, the non-procedural part of T-SQL code is excluded from the analysis.
▪ CAST database extractors produce .src by default. However you can easily rename file
extensions into .tsql with the following command line
▪ For better results, it is recommended to use .tsql extension which will explicitly associate
your files to the Transact-SQL analyze
Detailed information can be seen in Getting-Started-Guide.pdf (casthighlight.com)
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
41018
Comments