Using SQL server 2008
column name is : file.retry
I want to drop the column file.retry.
while running the below query getting the exception
ALTER TABLE FILEQ DROP COLUMN file.retry
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '.'.
How to solve this issue. Any one can help please