Sunday, August 23, 2009

SQL Server Integration

Integration Services will be used to solve complex business problems by copying or downloading files, sending e-mail messages in response to events, updating data warehouses, cleaning and mining data, and managing SQL Server objects and data. The packages can work alone or in concert with other packages to address complex business needs. Integration Services can extract and transform data from a wide variety of sources such as XML data files, flat files, and relational data sources, and then load the data into one or more destinations.

Integration Services includes a rich set of built-in tasks and transformations; tools for constructing packages; and the Integration Services service for running and managing packages. You can use the graphical Integration Services tools to create solutions without writing a single line of code; or you can program the extensive Integration Services object model to create packages programmatically and code custom tasks and other package objects.

4 comments:

  1. This is referenced from:
    http://msdn.microsoft.com/en-us/library/ms141026.aspx

    ReplyDelete
  2. That would have helped in my last project at work, as we had to pull and push from 3 databases.

    ReplyDelete
  3. Jimmy, were they all SQL Server DBs, or a mix?

    ReplyDelete
  4. Jimmy could you please explain us in detail......about your experience.....

    ReplyDelete

Followers