General - Do you know object name should not contain spaces?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

Spaces should be avoided. If an object name contains a space, it can cause problems later on for developers because the developer must remember to put the object name inside square brackets when referencing it.

Read this article: Worst Practice - Spaces in Object Names. We aim to never have to use square brackets in any of our databases.

acknowledgements
related rules