Results 1 to 4 of 4

Thread: SSIS help - basics

  1. #1
    Join Date
    Jun 2008
    Posts
    10

    SSIS help - basics

    Hi,

    Can SSIS replace all of the stored procedures I have developed.

    I have created a number of stored procedures to load, transform data from one db to another db.

    What instances should I retain my stored procedures if all of this can be replicated in SSIS functionality?

    Thanks.
    Nijojo

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    If you are using stored procedures for ETL, then yes they can all be replaced by SSIS.

    You can maintain SSIS in any SQL instance or in file system, it does not matter.

  3. #3
    Join Date
    Jun 2008
    Posts
    10

    Stored procs basics

    Hi,

    Can someone please list when to use a stored procedure?

    If SSIS will do the majority of the ETL process is there any need for stored procedures?

    Thanks.
    nijojo.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    You need sp for other things than etl.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •