alter table (core)  commit transaction (Transact-SQL only)

Appendix D: Using Sybase Mode Commands

begin transaction (Transact-SQL only)

Description

Marks the starting point of a user-defined transaction.

Syntax

begin tran[saction][transaction_name]

Parameters

transaction_name

is the name assigned to the transaction. It must conform to the rules for identifiers. Use transaction names only on the outermost pair of nested begin transaction/commit or begin transaction/rollback statements.

Examples

Example 1

begin transaction

Usage





Copyright © 2005. Sybase Inc. All rights reserved. commit transaction (Transact-SQL only)

View this book as PDF