no keyword if in brackets

This commit is contained in:
sevin7676 2015-04-22 06:05:54 -04:00
commit 2d7ebc34b6

View file

@ -65,4 +65,8 @@ BEGIN
-- place your cusor at the end of the line below and trigger auto complete (Ctrl+Space)
createpr
-- SQL Server allows using keywords as object names (not recommended) as long as they are wrapped in brackets
DATABASE -- keyword
[DATABASE] -- not a keyword
END