Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

BCP SQL 2014 Incorrect syntax near the keyword 'in'.

$
0
0
Hello,
When I try to run below BCP command from SSMS SQL 2014 version or sqlcmd line
[code language="sql"]bcp "[db_name].[dbo].[Table]" in "Q:\Table.txt" -c -T[/code]
IT gives me this error,
Msg 156

Viewing all articles
Browse latest Browse all 3145

Trending Articles