Selecting Data from .CSV format and insert into SQL Server table -


I want to select data from a .sv file and it is a table in SQL Server I want to put in a query automatically by using a query. Which driver can be used to select for .csv driver such as

  'driver = {microsoft text driver (* .txt; *) . .csv)}; DefaultDir = C: \ TempInterface \; ',  

Thank you in advance

Please feel free to See the link below.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -