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 |
What does truncate do?
i need to know how i display department which has salary > =5000 for the below table Department ----------- salary deptname 1000 a 3000 a 2000 b 3000 b 4000 c 5000 c kindly send the query to thilakvinoth13@gmail.com
Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE
What is collation sensitivity?
How many types of indexes are there in SQL Server?
6 Answers CarrizalSoft Technologies, United Healthcare,
What command is used to delete a table from the database in the sql server and how?
What is the use of =,==,=== operators?
What the class forname () does?
Do you know what guidelines should be followed to help minimize deadlocks?
What do you understand by the data quality services in sql server?
In which format does an image save in SQL Server database ?
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)