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

Last updated by Tiago Araújo [SSW] about 3 years 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.

We open source. Powered by GitHub