Tips for writing procedures, triggers, user-defined functions, and batches

This section provides some pointers for writing procedures, triggers, user-defined functions, batches.

 Check if you need to change the SQL statement delimiter
 Remember to delimit statements within your procedure
 Use fully-qualified names for tables in procedures
 Specifying dates and times in procedures
 Verifying that procedure input arguments are passed correctly
 See also