Execute Transactions in SQL ServerKarthikeyan Anbarasan15yPublished Mar 28, 2011, 12:00 AMUpdated Mar 30, 2011, 3:18 AM4.4k00Reactions×25Blog 1 BEGIN TRANSACTION; 2 CREATE TABLE Table1(carcolumnint INT, carcolumn VARCHAR(10)); 3 CREATE TABLE Table1(colName1 INT, colName2 VARCHAR(10)); 4 COMMIT TRANSACTION;CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.