You can use a non-XML format file or an XML format file to skip a table column. In both cases, there are two steps: Use the bcp command-line utility to create a default format file. Modify the default ...
The ALTER TABLE.. MODIFY COLUMN statement modifies a column on an existing table. The modification can include changing the data type and attributes. To rename at the same time, use the CHANGE COLUMN ...