Share via


2.1.2.247 T601, Local cursor references

V0283:

The specification states the following:

 Subclause 5.4, "Names and identifiers":
  
 <cursor name> ::=
 <local qualified name>
  
 <local qualified name> ::=
 [ <local qualifier> <period> ] <qualified identifier>
  
 <local qualifier> ::=
 MODULE
  
 ...
  
 Conformance Rules
  
 Without Feature T601, "Local cursor references", a <cursor name> shall not contain a <local qualifier>.

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

Transact-SQL does not support this feature.