InterviewSolution
Saved Bookmarks
| 1. |
Explain How You Can Notify The Staff Members About Package Failure? |
|
Answer» Either inside the package you could add a Send Mail Task in the event handlers, or you can EVEN SET notification in the SQL AGENT when the package RUNS. Either inside the package you could add a Send Mail Task in the event handlers, or you can even set notification in the SQL Agent when the package runs. |
|