How do you connect 100 files as a flat file sources in one
package of SSIS?
Answers were Sorted based on User's Feedback
Answer / ramesh
using for each loop and iterate each file in that folde or object
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prashant
if you mean merging 100 flat files into one, you may
try "Union All" component if the data is similar.
Here's how:
1. Create Flat File Sources for each file.
2. while creating Flat file connection, don't forget to
mention that the first row is columnname.
3. Edit "Union All" component and select all the Input
field names (from all the columns).
4. Point the output to either to a OLEDB or another Flat
destination, map the fields...
| Is This Answer Correct ? | 0 Yes | 1 No |
CTE(common table expression)
What gets stored inside msdb database?
What is nested transaction?
What do you understand by triggers and mention the different types of it?
What is trigger ?
How to select an exiting database using mssql_select_db()?
What does null mean?
Tell me about joins in database system and explain each in detail.
0 Answers Axtria, ITC Indian Tobacco Company,
What is data source object?
What does it mean to have quoted_identifier on? What are the implications of having it off?
What is cursor in ms sql server?
what is the basic diffrence betn a col declared in char(1) and in varchar(1)
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)