문제

Aren't they both the same?

I was reading [this article][1]

[1]: http://www.sqlmag.com/content1/topic/ssis-logging-and-data-auditing/catpath/business-intelligence-development-studio-bids/page/2 and I am still not clear about the difference between custom logging and auditing. They both seems to log events when the package runs...I haven't had much experience with this so if anyone who does/did this, can you clarify this for me?

Thank you

도움이 되었습니까?

해결책

It comes down to the type of information that you're capturing and there are many ways to do this in SSIS besides the examples provided in the article you cited. Logging is typically capturing information about package execution itself - errors encountered, execution time for the package or steps within the package, data flow buffer details, etc. Auditing is typically information about the data - how many records inserted, updated, and deleted; when it was done; what was the source; who ran the package; what machine did it run on, etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top