Hi guys,
Here is the BCP command to generate the create script of stored proc. Due to lack of time am stopping this here, if someone can spend time and come up with the full package that would be fine. Putting all the required stored procedure names in a excel/ text file and run the package to get the script would be wonderful.
--Run it on Command prompt
bcp "SELECT definition + char(13) + 'GO' FROM UPSOM_TEST_DEV.sys.sql_modules s INNER JOIN UPSOM_TEST_DEV.sys.procedures p ON [s].[object_id] = [p].[object_id] WHERE p.name LIKE 'sp_SA_Graduation_%'" queryout "D:\official\Release1.4.6.2\SP_scripts.sql" -S 192.168.1.159 -c -t -U"UPSOM_TEST" -P"cu6eZaka"
Thanks,
Pramod Jamadagni,
Indecomm global services - Technology division,
#10, Brigade south parade,
MG Road, Bangalore - 560001.
Bhai log,
I have added few data flow task in a container (diff source same dest connection). when I run the package it fails for one DFT. But if I ran individually DFT passes.
What setting need to change in the sq container. Any idea?

Sorry guys. Gt the issue. Its related to sm table constraint.
Have you tried Powershell ? I think it is another convenient way to do that. See attached script for more(Rename it to *.ps1 which is the extension for Powershell scripts). Much of it is just Ctrl+C from the www.
Thanks
MMA
Attached is the solution.
Thanks,
Pramod Jamadagni,
Indecomm global services - Technology division,
#10, Brigade south parade,
MG Road, Bangalore - 560001.