Hello, when I use my PC based “SQL Server Import and Export Wizard” to create a SSIS
script to upload and Excel spreadsheet to a SQL Server table, I can save that generated script to a directory on my C:\ drive and then run the script directly from that C:\ drive directory just fine.
But when I create a SSIS “Integration Services Project” script using Visual Studio 2015, copy that generated script (Package.dtsx) to my C:\ drive, the “DestinationConnectionOLEDB” is missing from the “Connection Managers” list of items and also, the Excel connection details seem to be different between the 2 different tool approaches.
So I’m wondering if I will be able to copy or deploy my Visual Studio based Package.dtsx to my PC’s C:\ drive and run the script in the same way I was able to run the Wizard based (non Visual Studio) package? thanks very much for any pointers!
Package.dtsx generated by my PC’s “SQL Sever Import Export Wizard”
Package.dtsx generated by Visual Studio above