开发者

SSIS development in SQL 2005 without BIDS

开发者 https://www.devze.com 2022-12-22 17:54 出处:网络
Is there any way开发者_如何学Go to develop SSIS packages in SQL 2005 without using BIDS? It is possible to create a package programmatically.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消