Hi,
In am running my query in SQL Server Management Studio(SQL 2008)
when i run this
i am facing the following error.I dont know to find it out...
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'IN'.
Help me out.Thanks in advance
In am running my query in SQL Server Management Studio(SQL 2008)
when i run this
Code:
select * into san IN 'backup.mdb' from tablename
i am facing the following error.I dont know to find it out...
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'IN'.
Help me out.Thanks in advance
Comment