Viewing 7 posts - 1 through 8 (of 8 total)
afantozzi,
thank you for the response. the reason for filling in two of the parameters ahead of time is that the XML file is only providing 2 parameters for...
October 5, 2009 at 8:21 am
An OLE DB Command component in the Package's Data Flow Panel.
It is inside that component in the SqlCommand property that I say "EXEC storedProcedure @rowCount = 0, @NewTitle = ?,...
September 30, 2009 at 8:06 am
Thanks everyone for your input and help. It was beneficial to getting this to work. I think I have it now and I am grateful.
Lowell, if...
July 23, 2009 at 10:58 am
I am really tired because my 1 yr. old woke me really early this morning.
I'm looking through the suggested solutions to this problem, and I'm not understanding them. ...
July 23, 2009 at 8:48 am
Lowell, thank you very much for the pointer. I sometimes don't think of the other functions that are available inside of SQL Server.
I appreciate your help and...
July 22, 2009 at 8:55 pm
I think I have it figured out!
SSIS is expecting UNICODE data strings. But in the stored procedure I wrote I'm using varchar for my data types. ...
June 2, 2009 at 10:26 am
Ok, now I see in the OLE DB Command 'Advanced Editor for OLE DB Command' under the 'Input and Output' tab, the 'Data Type Properties of my parameters (or 'External...
June 2, 2009 at 9:40 am
Viewing 7 posts - 1 through 8 (of 8 total)