A little SSIS trick today. Sometimes you start a new Integration Services project and you want to add some existing packages to this project. So you can right-click the SSIS Packages node and choose Add Existing Package.
In the dialog, you choose the File System.
All you now have to do is choose the package path by clicking on the ellipsis.
You select the package you want to import and you’re done. But the problem is, you can select only one single object? What if you want to import 20 packages to your project? Kind of annoying to repeat the same process 20 times, isn’t it?
Luckily there’s an easier way. Instead of going for the obvious Add Existing Package, right-click on the project itself. In the context-menu, choose Add, ignore Existing Package and click on Existing Item.
In the dialog, you can now choose any type of object. But what’s more important, you can choose multiple objects at the same time.
The project knows what kind of objects you have added and will place them in the correct node.
Success! Quite a nice time-saver.
I'm hosting a free webinar at MSSQLTips.com at the 19th of December 2024, 6PM UTC.…
The slides and scripts for my session "Tackling the Gaps & Islands Problem with T-SQL…
Sometimes your Microsoft Entra ID account (formerly known as Azure Active Directory) is added as…
In Azure Data Factory (ADF, but also Synapse Pipelines and Fabric Pipelines), you have a…
I wrote a piece of SQL that had some new T-SQL syntax in it: IS…
I'm very excited to announce I've been selected as a speaker for dataMinds Connect 2024,…
View Comments
Or you just use CTRL-C on multiple files from Explorer and paste it in SSDT :-) Works on *.dtsx. Haven't tried it on different file types.
Ah, I didn't know that was possible. Thanks for the trick :)
Thanks for posting this. You saved me a lot clicking.
Thanks for ur post. it's Save my time.
Worked like a charm