0 Table name/reserved keyword 1 Dave Schuster posted 9 Years Ago Just noticed that one of the table names in Rock (Group) is a reserved keyword word in SQL server. Just wondering if that is going to be a future update?
David Stevens 9 years ago Correct. There are quite a few reserved keywords in SQL so it's hard to avoid them all:https://msdn.microsoft.com/en-us/library/ms189822.aspxIt's considered best practice for queries to surround all table names with brackets to avoid any conflict of interest.
Nick Airdo 9 years ago Both David's are right :) and here are our SQL coding standards: https://github.com/SparkDevNetwork/Rock/wiki/Coding-standards#sql-coding-standards