SqlScriptDOM
SqlScriptDOM copied to clipboard
GeneralSetOption object has wrong FirstTokenIndex value
ScriptDom version: 161.9142.1 Compatibility level: 150
Sample code:
SET DATEFIRST 7;
FirstTokenIndex of the whole SET command is always equal to the parameter first token index.
It should point to the SET word instead.