Do use spaces in table names?

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

Having spaces in table names necessitates the use of square brackets in all your code. e.g. [Order Details].[Order ID] instead of OrderDetail.OrderID. Spaces will also cause problems when you upsize to SQL Server later on... there is just no benefit.

Upsizing PRO will check this rule

We open source. Powered by GitHub