SQL Server Integration Services: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 45:
Users may write code to define their own connection objects, transforms, and tasks.
 
SSIS features a programmable object model which allows developers to write their own hosts for pakagepackage 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.
 
==External links==