RELEASE SAVEPOINT

The RELEASE SAVEPOINT statement frees the named savepoint. Rollback to that savepoint is no longer possible.

Example:

RELEASE SAVEPOINT SAVEPOINT1

For more information, see RELEASE SAVEPOINT in the SQL Reference topic in the Information CenterLink to Information center.