InterviewSolution
Saved Bookmarks
| 1. |
How do I force a fail inside of a SQL statement? |
|
Answer» In SSIS, tasks fail when there is an error. So, if your Execute SQL Task has a statement like the FOLLOWING, you should be able to FORCE a fail. Exampledeclare @count int |
|