Hello,
The DBA requested that we stop performing a BCP in our stored procedures. He suggested that we call a DTS and pass parameters there.
Is this possible?
Does anyone have any examples?
The developer that created the original proc creates a #TEMP table and blows it away at the end of the run. Do we need to create a table in the database in order for the DTS to work?
Thank you,
TomR100
The DBA requested that we stop performing a BCP in our stored procedures. He suggested that we call a DTS and pass parameters there.
Is this possible?
Does anyone have any examples?
The developer that created the original proc creates a #TEMP table and blows it away at the end of the run. Do we need to create a table in the database in order for the DTS to work?
Thank you,
TomR100