Solving Without Log Explorer?
Using Log Explorer, analyzing problems can be very simple. Does this really
save time?
Consider how you might solve the same problem without Log Explorer.
- Option 1 - Interviews
- You might choose to interview all of the developers and users who had access
to the database, searching for somebody to confess to making the change.
This is a slow and unreliable debugging technique!
-
- Option 2 - Set a Trap
- You might set triggers or write special code to catch the problem next time
it occurs. While sometimes effective, this requires a large investment of
time, and it is usually impossible to predict when the problem might recur.
Using the right tool for the job, Log Explorer leads you to an immediate solution!
Click 'Next' to continue.