About 50 results
Open links in new tab
  1. append data to database table from daily flat file.

    Sep 3, 2018 · I need to create a package that appends data to database table each day from a daily flat file. I have created the initial import from flat file to a database table and have seen forum replies that …

  2. Speed comparison: XML vs flat file - social.msdn.microsoft.com

    Oct 7, 2021 · The file format still has not been decided. There are at least two options. One is in flat file format, probably with each field sepearted by tab or some other delimiter character. Another is XML. …

  3. SSIS task to CHANGE file name for import connection

    Feb 11, 2011 · I want to a variable configuration on the flat file source that can be populated by a user or program calling the task. My package configuration for the database won't change, just the flat file …

  4. Change Column Order - social.msdn.microsoft.com

    Nov 25, 2013 · The column order of a flat file is defined within the connection. Changing column order within the itself would be a bad ideas as this require moving data around, which costs. A way to do …

  5. Loop through SQL Table from SSIS to get file names and export the …

    Dec 16, 2011 · If the number of output files is not fixed i.e, if "select distinct FileName from yourTable" varies, then you might have to use a Foreach loop container, update a variable with the filename, …

  6. SQL Server Import from Pervasive SQL - social.msdn.microsoft.com

    Jun 1, 2011 · I am using the SQL Server Import Wizard to import data from a Pervasive SQL database. The problem arises when I try to import the dates from Pervasive. I have tried mapping the date field …

  7. how to load multiple files into multiple destination table in ssis

    Jan 23, 2019 · Then add a Data Flow Task followed the Script Task. Initially, you require a static file and table name to map columns between flat file source and OLE DB Destination. By default, for each …

  8. Using script component to update odbc table in ssis?

    Mar 11, 2019 · I am loading the data from Flat File to MySQL database table.

  9. Prevent Duplicate headers in flat file destination - SSIS

    May 10, 2013 · When you create a new file, you'll have to manually write the first header row line. The header row column names should be mapped correctly with the flat file destination. This variable will …

  10. Read Microsoft Excel Comma Seperated Values file

    Oct 7, 2021 · I have this problem. I want to read from "test.csv" file. and insert the content into SQL Server 2008. This file is a Microsoft Excel Comma Seperated Values file. The content is seperated …