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 |
1.Describe way(s) to tune the SQL table in order to optimize performance. 2. Explain SQL Injection and how can you prevent them?
How to change a login name in ms sql server?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What are views in ms sql server?
syntax and example for bitmap index in sql???
two tables with table name ship(name,year) and battle (name,year),how to find the latest added year in the table ship
What is a cube? : sql server analysis services, ssas
what operator performs pattern matching?
write an SQL query to list the employees who joined in the month of January?
How to modify existing triggers using "alter trigger"?
What does the on delete cascade option do?
How is sql server used?