2.1.2.13 B035, Non-extended descriptor names

V0049:

The specification states the following:

 Subclause 5.4, "Names and identifiers":
  
 <descriptor name> ::=
 <non-extended descriptor name>
 | <extended descriptor name>
  
 <non-extended descriptor name> ::=
 <identifier>
  
 <extended descriptor name> ::=
 [ <scope option> ] <simple value specification>
  
 ...
  
 Conformance Rules
  
 Without Feature B035, "Non-extended descriptor names", conforming SQL language shall not contain a <descriptor name> that is a <non-extended descriptor name>.

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

Transact-SQL does not support this feature.