Answered How to create SSIS Package

All Replies

  • Friday, March 16, 2012 5:34 PM
     
     

    Assume you have Intergration and Report service installed alone with your SQL server.
    Under MSSMS, Management, Maintenance Plans to build a new "MAINTENACE PLAN"

    If you want to access the package other than MSSMS, Login to Integration Service to export the package.


    927

  • Saturday, March 17, 2012 9:05 PM
     
     

    Hi All,

    Any help from any body!! for creating SSIS Package ...

    is this the correct forum ?

    what do you want to achieve with SSIS or is it only a general question about creating a SSIS package?

    you can use the new SQL Server Data tool or Visual Studio 2008/2010 to create SSIS package.

  • Sunday, March 18, 2012 8:59 AM
     
     
    Google is your friend http://msdn.microsoft.com/en-us/library/ms169917.aspx

    Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/

  • Monday, March 19, 2012 8:43 AM
    Moderator
     
     Answered

    Hi SqlServer001,

    To create a package in Business Intelligence Development Studio:
    1. In Business Intelligence Development Studio, open the Integration Services project in which you want to create a package.
    2. In Solution Explorer, right-click the SSIS Packages folder, and then click New SSIS Package.
    3. Optionally, add control flow, data flow tasks, and event handlers to the package.
    4. On the File menu, click Save Selected Items to save the new package.

    For more information, please refer to http://msdn.microsoft.com/en-us/library/ms141178(v=sql.105).aspx.

    Thanks,
    Maggie


    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

  • Thursday, March 22, 2012 3:19 PM
     
     Answered