SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A community member has associated this post with a similar question:
how to assign print result to output variable of a stored procedure
Only moderators can edit this content.
Hi all,
I use a tsql query to generate a create table script. Once I run the query with print @SQL command, I get the create table script. However I get it in the message tab. ( please see the image below). now I want to create a SSIS package and save this result (create table script) in a variable. Is this possible?