Share via


2.1.2.216 T241, START TRANSACTION statement

V0252:

The specification states the following:

 Subclause 17.1, "<start transaction statement>":
  
 <start transaction statement> ::=
 START TRANSACTION [ <transaction characteristics> ]
  
 ...
  
 Conformance Rules
  
 Without Feature T241, "START TRANSACTION statement", conforming SQL language shall not contain a <start transaction statement>.

Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:

Transact-SQL does not support this feature. See the BEGIN TRANSACTION [MSDN-BEGIN] statement for equivalent functionality.