I want to import a table while keeping the identity column.
In cmd, I enter:
bcp database.edg.Hello in C:\Users\Tech\Downloads\p.csv -c -E
-S 349024ijfpok.windows.net\MSSQLSERVER -T
Which returns:
A valid table name is required for in, out or format options
Is this an issue with the syntax?