rs_batch_start

Description

rs_batch_start allows users to batch commands into non-Adaptive Server database servers. This function string stores the SQL statements needed to mark the beginning of a batch of commands.

Examples

Example 1

Alters rs_batch_start function string so that the SQL output of the function-string class sqlserver_derived_class is BEGIN.

alter function string publishers.rs_batch_start
for sqlserver_derived_class
output language
'BEGIN'

Usage

See also

rs_batch_end