I'm using BCP command to import, in SQL Server 2005, through of a configuration file. So:
EXEC master..xp_cmdshell 'BCP database.dbo.table in d:\folder\foo.csv -f d:\folder\configuration.xml -c -t, -T -F 2 '
I want to import certain columns without having to use the configuration file 'configuration.xml'.