InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Logging Mode Property? |
|
Answer» SSIS packages and all the associated tasks have a property called LoggingMode. This property accepts THREE possible VALUES Disabled: To enable logging of the component ENABLED: To DISABLE logging of the component UseParentSetting: To use parent’s setting of the component SSIS packages and all the associated tasks have a property called LoggingMode. This property accepts three possible values Disabled: To enable logging of the component Enabled: To disable logging of the component UseParentSetting: To use parent’s setting of the component |
|