How do you connect 100 files as a flat file sources in one
package of SSIS?
Answer Posted / ramesh
using for each loop and iterate each file in that folde or object
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How display code or Text of Stored Procedure using Sql query in Sql Server ?
How much memory that we are using in Logshipping Concept?
how can a database be repaired? : Sql server administration
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
What is a subquery in a select query statement in ms sql server?
Explain “@@rowcount” and “@@error” in sql server?
Can two different columns be merged into single column? Show practically?
What will be the maximum number of index per table?
How you can find out if an index is useful to the optimizer?
Will sql server 2005 allow you to reduce the size of a column?
Explain a differential backup?
Why do you need a sql server?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
What is a transaction and why is it important?
What is #temp and @table variable in SQL server?