Allows statements to be batched and executed as a single request to the target DBMS. Statements are delimited with a semicolon (;).
DelimitSqlRequests=[yes | no]
yes
no specifies statements that will be batched and executed as a single request to the target DBMS, allowing the creation of stored procedures and triggers.
yes specifies statements that contain semicolons will be broken down with each delimited statement being sent separately to the target DBMS.