SQL Server Integration Services: Difference between revisions

Content deleted Content added
removing Disadvantages section entirely, per talk page
Line 61:
 
SSIS features a programmable object model which allows developers to write their own hosts for package execution. Such a host can respond to events, start and stop packages, and so on. The object model also allows developers to create, store, and load packages, as well as create, destroy, and modify any of the contained objects.
 
==Disadvantages==
1)Developement by click and drag
 
2)Geared towards tradtional programmers, not database developers.
 
==External links==