﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Integration Services  / create a SSIS package which will call the stored procedure and dump the output of the procedure into table / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 20:41:22 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>Pretty cryptic response....I tried it in my call to a stored proc from a Foreach loop and the "No value given for one or more required parameters." is still issued./john</description><pubDate>Tue, 07 May 2013 10:50:13 GMT</pubDate><dc:creator>jk_in_San_Diego</dc:creator></item><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>Try something like below...SET NOCOUNT ONexec sp_name @UserDate = ?and pass parameter in Parameters Tab (@UserDate = &amp;lt;Variable Name&amp;gt;)</description><pubDate>Fri, 21 Jan 2011 05:18:46 GMT</pubDate><dc:creator>sqlusers</dc:creator></item><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>I am still not able to make any progress.The steps i am doing:1st step:Execute Sql task--To get the max(date) mdate from table and assign the madate to user defined variable in resultset otopn of task.2nd Step: Another Execute Sql task to delete the data from table based on passed parameter3rd Step:Drag n drop a data flow task--it contains one oledb sourceand one oledb destination.Inside oledb source, i have defined oledb connection manager.Data access mode is sql command and passing SP name e.g.exec sp_name @UserDate = ?@UserDate is actual input parameter passed to SP.After this i am maaping parameter with User variable.Once i click on preview i get the error messgae..no value given for one or more required parameter.If i change the sql command like exec sp_name ? then also same error.Can anyone help me to resolve this?</description><pubDate>Fri, 21 Jan 2011 00:53:18 GMT</pubDate><dc:creator>Karan_W</dc:creator></item><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>Hi Karan,Use the execute SQL task to run your stored procedures in the sequence required.Regards,Barkha.</description><pubDate>Wed, 19 Jan 2011 06:43:33 GMT</pubDate><dc:creator>Javed-330570</dc:creator></item><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>Hi ,Thanks for reply. Yes it can be done by SP also but requirement is to get it done by SSIS only so any help would be really appreciable.</description><pubDate>Wed, 19 Jan 2011 06:24:58 GMT</pubDate><dc:creator>Karan_W</dc:creator></item><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>OK, maybe that was a bit harsh on an SSIS newbie.After looking at this, I must admit that I found myself thinking that it would be easier to get the stored procedure to do everything, rather than faffing around with the various SSIS tasks that you would need.Everything you have asked for (barring the initial parameterised call to the sp) can easily be accommodated in T-SQL - so why have you decided on using SSIS?</description><pubDate>Wed, 19 Jan 2011 03:51:14 GMT</pubDate><dc:creator>Phil Parkin</dc:creator></item><item><title>RE: create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>[quote][b]Karan_W (1/19/2011)[/b][hr]I want to create a SSIS package which will call the stored procedure and dump the output of the procedure into table.This stored procedure accept an input parameter e.g. Date which i can retrieve from another table like select max(Date) from userid and pass to procedure.SSIS packae will return the output and i need this resultset ouput to dump into another table.But before inserting i want to delete the rows from that tables if any rows exist for that date and then finally insert the resultset.[/quote]..and your question is?</description><pubDate>Wed, 19 Jan 2011 03:23:19 GMT</pubDate><dc:creator>Phil Parkin</dc:creator></item><item><title>create a SSIS package which will call the stored procedure and dump the output of the procedure into table</title><link>http://www.sqlservercentral.com/Forums/Topic1049873-148-1.aspx</link><description>I want to create a SSIS package which will call the stored procedure and dump the output of the procedure into table.This stored procedure accept an input parameter e.g. Date which i can retrieve from another table like select max(Date) from userid and pass to procedure.SSIS packae will return the output and i need this resultset ouput to dump into another table.But before inserting i want to delete the rows from that tables if any rows exist for that date and then finally insert the resultset.</description><pubDate>Wed, 19 Jan 2011 03:07:50 GMT</pubDate><dc:creator>Karan_W</dc:creator></item></channel></rss>