This is my very first time playing with SSIS in SQL Server 2012. I can successfully read an excel file and load its content to a table in SQL server 2012. The task is a simp
We can define our connection string like below in Expression:
Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + @[User::InputFolder] + "\\"+ @[User::FileName] +"; Extended Properties=\"EXCEL 12.0 XML;HDR=YES\";