What result would you expect from this statement?
Select * from dbo
.MyTable
Answer
All records from [dbo].[MyTable]
Explanation
The answer is all records from [dbo].[MyTable]. Qualified names can include white space before and after the dots. Restrictions apply only to the names themselves that may need quoted identifiers with embedded white space or invalid characters.