Matthew Wieder
2008-10-23 19:45:01 UTC
How would I go about creating an exact replica of a dBase file as a SQL
table? Using SSIS, I can create the data source from the dBase file, but it
will only let me import into a SQL destination if the table is defined and
the columns match up. How can I dynamically create the needed SQL structure,
so that it is created automatically based on the columns which exist in the
dbf file?
table? Using SSIS, I can create the data source from the dBase file, but it
will only let me import into a SQL destination if the table is defined and
the columns match up. How can I dynamically create the needed SQL structure,
so that it is created automatically based on the columns which exist in the
dbf file?