I haven't had this issue until this client, and I searched and found nothing. Probably a rookie SQL mistake.
I get a syntax error when trying to select records that have a period in the name, even when I drag and drop from the SMSE explorer. It says there is a syntax error around *last word in table name*. So if I try to select the Cust. Ledger Entry table it says "Incorrect syntax around 'Entry'". This is really frustrating because I know it is something simple.
0
Answers
Select Field1, Field2 from [dbo].[Your Company$Cust_ Ledger Entry]
If that is your exact query, then the answer to my question is No.