I want to bulk insert a big pile of data into SQL Server, and thus, I need a format file (I'm not inserting value into all columns).
But using This link and the bcp AdventureWorks2012.HumanResources.Department format nul -c -x -f Department-c..xml –t, -T format, I get an error, pointing at the -t, bit, saying ParentContainsErrorException saying there are missing arguments.
What's wrong with the above?