Quantcast
Channel: Questions in topic: "ssis"
Viewing all articles
Browse latest Browse all 813

excel connection manager for loop files using SSIS

$
0
0
Hello, I noticed 3 ways of expression on Excel Connection Manage to do the same work for loop excel files. The variable is "filename". 1. ConnectionString "Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+ @[User::filename]+" ;Extended Properties=\"Excel 12.0 XML;HDR=YES\";" 2. ExcelFilePath: @[User::filename] 3. ServerName: @[User::filename] Either way can loop files.Is there any difference among them? Thanks

Viewing all articles
Browse latest Browse all 813