I´m trying to execute the bcp utility through SQLCMD
:
bcp XXXX.dbo.pru in 'c:\users\AAAA\desktop\p..xls' /S localhost\SqlExpress
but when I execute it, I get this error:
:"incorrect syntax near the '.' keyword"
If i try to put only the name of the table without the database name and scheme says :
"incorrect syntax near the 'in' keyword"
I was on the MSDN page of bcp and dont see what is wrong, can anyone help me?
Thanks.