BEGIN TRANSACTION / COMMIT (SQL)

More advanced topics discussed.

Moderators: Susan Smith, admin, Gabriel

Post Reply
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

BEGIN TRANSACTION / COMMIT (SQL)

Post by GomezL »

I have been working with SQL server, and am trying to implement transactions.


BEGIN TRANSACTION

INSERT INTO SAMPLE ...
INSERT INTO SAMPLE ...
INSERT INTO SAMPLE ...

COMMIT

Anyone have any idea what the BR syntax would be?
Post Reply