Syntax highlighting issue with SQL Server Script
Posted: Thu Feb 20, 2003 2:55 pm
The following words are recognised as keywords and highlighted as such:
SP_EXECUTE
declare
varchar
The following however are not highlighted, yet appear as keywords in the syntax defn file (SQL2000).
@@CONNECTIONS
@@FETCH_STATUS
@@CURSOR_ROWS
@@TRANCOUNT
Does anyone have a workaround?
SP_EXECUTE
declare
varchar
The following however are not highlighted, yet appear as keywords in the syntax defn file (SQL2000).
@@CONNECTIONS
@@FETCH_STATUS
@@CURSOR_ROWS
@@TRANCOUNT
Does anyone have a workaround?