I am trying to following in a DTS PAckage:
I have an access database with a table with 2 fields and I have the same data in SQL Server in another table.I need to pull the data from the access and link a particular number to an ID field in the SQL server table. The records in the Access database have individual numbers on them and I want to export the data row by row into different text files with the ID from the SQL server table as the name of the text file Example :4556.txt if 4556 is the ID for that row. Is there a way to do this export. Exporting the whole table to a text file as destination is no problem creating, individual files at run time is the issue.
Please advise
Thanks
Kavita
I have an access database with a table with 2 fields and I have the same data in SQL Server in another table.I need to pull the data from the access and link a particular number to an ID field in the SQL server table. The records in the Access database have individual numbers on them and I want to export the data row by row into different text files with the ID from the SQL server table as the name of the text file Example :4556.txt if 4556 is the ID for that row. Is there a way to do this export. Exporting the whole table to a text file as destination is no problem creating, individual files at run time is the issue.
Please advise
Thanks
Kavita