hi all,
I have been breaking my head on this issue for last 4 days without any luck, any help is greatly appreciated
I have a flat file which I am reading and inserting into sql server using Updategram. and then once that data is inserted into the database, I need to execute a stored procedure from biztalk to break the data into respective details tables inside the database.
I have a Receive Port to read flat file
i have a send prot to insert flat file data usign updategram into the database
i need a send port to execute a stored procedure from biztalk once the insert flat file step is performed.
I dont have to return or accept any parameters in the stored procedure(just need to execute it from biztalk once the insert send port triggers)
thanks