The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.14

  • Added support for hints against target table in insert statements.

Documentation

Greps for TSQL statements in a SQL Script. The search is performed case-insensitively across multiple lines Uses TSQL::SplitStatement to determine what is and is not a statement. In brief, anything that can contain another simpler statement is *NOT* a statement. E.G. CREATE PROCEDURE is not by itself, a complete statement, as it contains other TSQL statements.

Modules

Implements similar functionality to SQL::SplitStatement, but for TSQL.