SSIS development in SQL 2005 without BIDS
Is there any way开发者_如何学Go to develop SSIS packages in SQL 2005 without using BIDS?
It is possible to create a package programmatically.
I'm not aware of any alternative graphical editors to BIDS.
To edit DTS packages, you need to install the DTS designer components
You can also create and save very basic import/export packages from SSMS. These can be loaded in BIDS for later modification.
精彩评论