I want to delete tables that have special characters ~ and / When I try to drop the tables
drop table ae1.AGR_TEXTS~
I get the following error:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '~'.
I am using SQL Server 2005 and SQL_Latin1_General_CP850_BIN2 collation.
Please suggest.
Thanks, Shashank