How to Run multiple Stored Procedure in Execute SQL Task with Input Parameters - SQL Server Integration Services(SSIS) Tutorial

In this video we will learn how to run Multiple Stored Procedures in single Execute SQL Task and map their parameters to different variables.

You will be able to learn following Items from this video
  1. How to create an SSIS Package from Scratch
  2. How to create variables in SSIS Package
  3. How to create Sample Stored Procedures with input parameters
  4. How to map Stored Procedures input Parameters to variables in Execute SQL Task


Script to Create Sample Stored Procedures with Input Parameters

use Test
go
--drop table [dbo].[Customer]
CREATE TABLE [dbo].[Customer](
    [CustomerID] [int] identity(1,1),
    [CustomerName] [varchar](100) NULL,
    [RegionCode] [varchar](100) NULL
)

Select * from [dbo].[Customer]


Create procedure dbo.InsertCustomer_EU
@RegionCode VARCHAR(100)
as
BEGIN
Insert into dbo.Customer ( CustomerName,RegionCode)
values ('Aamir',@RegionCode)
end


Create procedure dbo.InsertCustomer_NA
@RegionCode VARCHAR(100)
as
BEGIN
Insert into dbo.Customer ( CustomerName,RegionCode)
values ('Aamir',@RegionCode)
end




Execute Multiple Stored Procedure in Execute SQL Task with Input Parameters in SSIS Package



 Related Posts / Videos on Execute SQL Task 

3 comments:

  1. TODAY I GOT MY DESIRED XMAS LOAN AMOUNT $520,000.00 FROM A RELIABLE AND TRUSTED LOAN COMPANY. IF YOU NEED A LOAN NOW EMAIL CONTACT drbenjaminfinance@gmail.com

    Hello, I'm here to testify of how i got my loan from BENJAMIN LOAN FINANCE(drbenjaminfinance@gmail.com) I don't know if you are in need of an urgent loan to pay bills, start business or build a house, they offer all kinds of loan. So feel free to contact Dr. Benjamin Owen he holds all of the information about how to obtain money quickly and painlessly without cost/stress via Email: drbenjaminfinance@gmail.com

    Consider all your financial problems tackled and solved ASAP. Share this to help a soul right now THANKS.

    ReplyDelete
  2. Hello Everyone,

    Welcome to the future! Financing made easy with Prof. Mrs. DOROTHY LOAN INVESTMENTS

    Have you been looking for financing options for your new business plans, Are you seeking for a loan to expand your existing business, Do you find yourself in a bit of trouble with unpaid bills and you don’t know which way to go or where to turn to? Have you been turned down by your banks? MRS. DOROTHY LOAN INVESTMENTS says YES when your banks say NO. Contact us as we offer financial services at a low and affordable interest rate of 2% for long and short term loans. Interested applicants should contact us for further loan acquisition procedures via profdorothyinvestments@gmail.com

    Services rendered include:

    * Refinancing Loans
    * Car Loan
    * Truck Loans
    * COVID-19 Financing Loan
    * Home Loan
    * Mortgage Loan
    * Debt Consolidation Loan
    * Farm Loan
    * Business Loan [secure and unsecured]
    * Personal Loan [secure and unsecured]
    * Students Loan and so many others.

    For more info; Contact us via Email: profdorothyinvestments@gmail.com

    With Prof. Mrs. DOROTHY LOAN INVESTMENTS. you can say goodbye to all your financial crisis and difficulties as we are certified, trustworthy, reliable, efficient, fast and dynamic

    ReplyDelete
  3. Running multiple stored procedure are so easy I was not aware of it.
    taxi service in shimla

    ReplyDelete