Wednesday, 7 August 2013

import specified columns of a csv file to a table in sql server

import specified columns of a csv file to a table in sql server

I am trying to import some columns of a .csv file to a table that is
created before in SQL Server. The different methods that I found are
importing all the columns of the .csv file to a new table and did not let
me to choose which column I want to import. Could you guide me what is the
best solution to work on this scenario?
Thank you,

No comments:

Post a Comment