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

Last updated by Brady Stroud [SSW] about 2 months ago.See history

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.

Adam Cogan
We open source. Powered by GitHub