Share via


2.1.2.21 B116, Module language Pascal

V0057:

The specification states the following:

 Subclause 13.1, "<SQL-client module definition>":
  
 <SQL-client module definition> ::=
 <module name clause> <language clause> <module authorization clause>
 [ <module path specification> ]
 [ <module transform group specification> ]
 [ <module collations> ]
 [ <temporary table declaration>... ]
 <module contents>...
  
 ...
  
 Conformance Rules
  
 Without Feature B116, "Module language Pascal", conforming SQL language shall not contain an <SQL-client module definition> that contains a <language clause> that contains PASCAL.
  
 Subclause 10.2, "<language clause>":
  
 <language clause> ::=
 LANGUAGE <language name>

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

Transact-SQL does not support this feature.