There is a table in my database that starts with the
@
symbol. I am able to query it successfully using the following query:
select * from [@tablename]
This format works in SSMS and Crystal Reports.
However, I have a C# application where the same query give an 'invalid object name' error on the table name.
Any suggestions?
Asked by wsb
(81 rep)
Feb 16, 2016, 08:45 PM
Last activity: Dec 15, 2023, 04:00 PM
Last activity: Dec 15, 2023, 04:00 PM