Can I create a T-SQL script from an SSIS task(s)?
Can I create a T-SQL script from an SSIS task(s)?
Sure, use the expression builder of a step and you can create a TSQL statement for use in that step or other steps.
No, this is not possible. The Tasks available in SSIS don't all have equivalents in T-SQL. The SSIS Tasks aren't equivalent to say, a table, such that you can go into SSMS and "right-click make a script" type of thing. SSIS is a very different, non-T-SQL based system.
No one has followed this question yet.