I have a stored procedure to parse a name field. Every once in a while the SQL Data Task will fail stating
[Execute SQL Task] Error: Executing the query "SSISParseTheName2" failed with the following error: "The statement has been terminated.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
When I look into the database, all of the records where parsed correctly. Does anyone have any ideas? Is there any way to continue processing even though the task failed? I'm using SQL Server 2005.
Thanks, Penny
[Execute SQL Task] Error: Executing the query "SSISParseTheName2" failed with the following error: "The statement has been terminated.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
When I look into the database, all of the records where parsed correctly. Does anyone have any ideas? Is there any way to continue processing even though the task failed? I'm using SQL Server 2005.
Thanks, Penny