Reputation: 1470
I have created a .dtsx file with the import wizard of SSMS and stored the file in the local file system. I can open this file with SSMS and get its XML content displayed in the Object Explorer.
Now I want to run this file with SSMS. I have tried the right mouse button and searched all available menu items, but could not find a command for executing the .dtsx file.
Upvotes: 16
Views: 38511
Reputation: 2666
Double-clicking a .dtsx
file should launch the DTExec GUI.
If you want to run in SSMS, then you will need to use a SQL Server Agent job.
If you see yourself developing and running many packages, use the SSISDB Catalog to store, manage, and execute packages.
Upvotes: 15
Reputation: 4697
Updated answer (I suppose this is windows only):
Upvotes: 5