I have a script that BCP's a database's DTS packages to a flat file (in sql native format) and then imports the DTS packages to another server. How can I tell in the larger script file within which this runs if the BCP was successful or not? This will determine whether I go on further or rollback.