Setting Up the Tracing Since it took me some time to figure out again what to do to see the tracing output of my Microsoft Azure Worker Role in a Cloud Service, here are some hints. First, read How To Enable Diagnostics in a Cloud Service. Following the step-by-step description …
Tag: Logging
Logging in a Multithreaded Environment
Preface This article was written in 2002 for the C/C++ User’s Journal. But when two years from submitting the proposal to still-not-published were gone, I put it on my first Website. This site is history, so I decided to re-publish it here. Start Having a flexible and dynamic way to …
SSIS Logging SP Name Has Changed
In SSIS SQL 2005, the stored procedure to write SSIS logging informwation was sp_dts_addlogentry. In case this sp does not exist in the logging database, it was created automatically. When I ported a BI solution from SQL 2005 to SQL 2008, I was wondering why the logging was not working …