Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Using wildcards in SSIS source connection string

Author  Topic 

psugak
Starting Member

4 Posts

Posted - 2010-04-26 : 08:54:17
Is it possible to use a LIKE function or wildcard within a connection string of source? The source file has current date appended to it and i need to ignore the data part.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2010-04-26 : 09:02:36
Yes. Use CMD-style asterisk ("*") for example "Cust*.txt" in the FOR EACH LOOP container.



N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -