473,671 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Comparing Log Tools

I've only ever used built in SQL Server tools but have been looking at
log tools. I looked at Log Explorer 4.02 from lumigent.com and was very
impressed with what I saw. The prices tag per instance was a bit hefty
I felt though. I've been over to LogPI.com and am reading some of the
"features" I've yet to d/l the evaluation demo. The price is over half
that of Log Explorer (I'm converting to local currency on the fly
here).
Questions.... logPI any good? Log Explorer worth the extra $?
Anyone using either and have any opinions to share?
Are 3rd party tools worthwhile?

Unrelated but for my info.... does/will Yukon come with a similar built
in tool? I haven't had a chance to look at Yukon yet.
Cheers
Jay

Jul 23 '05 #1
3 1556
<Ja******@gmail .com> wrote:
I've only ever used built in SQL Server tools but have been looking at
log tools. I looked at Log Explorer 4.02 from lumigent.com and was very
impressed with what I saw. The prices tag per instance was a bit hefty
I felt though. I've been over to LogPI.com and am reading some of the
"features" I've yet to d/l the evaluation demo. The price is over half
that of Log Explorer (I'm converting to local currency on the fly
here).
Questions.... logPI any good? Log Explorer worth the extra $?
Anyone using either and have any opinions to share?
Are 3rd party tools worthwhile?

Unrelated but for my info.... does/will Yukon come with a similar built
in tool? I haven't had a chance to look at Yukon yet.
Cheers
Jay


Jay,

[I have no affiliation with Lumigent other than as a satisfied customer.]

When we bought Log Explorer (about 8 months ago), we didn't evaluate LogPI,
so I can't comment on it. However, we've been very happy with Log Explorer
and what we're able to do with it. I probably traded 4 or 5 emails with
technical staff and had one conference call before we bought it: they were
very knowledgeable and very forthcoming. After we purchased it, every email
I sent to our technical contact was answered promptly (some in less than 15
minutes). It's still my feeling that the technical and sales support we got
went beyond the norm for software in that price range.

Overall, we feel like we got much more than our money's worth. To put the
money in perspective, our company is considered small (privately owned, ca
150 employees) and while we're not averse to spending money it's not unusual
for us to go 3 - 12 months without spending any money on IT software.

Although we played with it extensively after we got it, our main reason to
buy was as a safety net (for when "OH CRAP!" was heard coming from a
developer's cubicle :). 8 months later, we actually get the most use out of
the various emails that can be sent by Log Explorer: now I actually know
when a developer decides to just recompile a new version of a stored proc on
the main database on our main data server. It's always nice to have
documentation before beating someone senseless :)

Of course, I'd have paid double if it had come with an SDK, but that's
another story entirely.

On the negative side, I have heard people (but I don't remember the source)
complain about tech support they received from Lumigent. We've had nothing
but positive things to say about them, but my experience isn't broad enough
to tell you if we're the exception or the norm.

Craig
Jul 23 '05 #2
Jay
Many thanks for that Craig.
We have 2 developers here (myself and one other) and we do all testing
in the Dev environment before letting loose in the real world (99% of
the time if the truth be told) my interest in LE was the ability to
role back row level records (changes) rather than having to restore to
a point in time thus potentially losing other bonafide changes.
Jay

Jul 23 '05 #3
"Jay" <Ja******@gmail .com> wrote:
Many thanks for that Craig.
We have 2 developers here (myself and one other) and we do all testing
in the Dev environment before letting loose in the real world (99% of
the time if the truth be told) my interest in LE was the ability to
role back row level records (changes) rather than having to restore to
a point in time thus potentially losing other bonafide changes.
Jay


Jay,

You're welcome.

That's originally why we bought it as well (and the fact that we could look
at row-level changes: our system isn't fully audited). It works well for
fixing problems, but the farther away you get from the modification, the
less useful it is (obviously from a data integrity standpoint, but also
because of the sheer volume of transactions you have to pour through,
although there is a search function).

"99% of the time if the truth be told"

We have four actual developers and that's about how we handle it: but the 1%
was getting kinda hairy for us :)

One thing that I forgot: we have an automated build procedure that (among
other things) checks table schema and scripts stored procedures from test to
production. Running one of these builds results in about 2500 procs getting
re-scripted on production... It was quite a bit of fun the night of the
first build after installing Log Explorer when the first of about 5000
emails started rolling in (one for the DROP and one for the CREATE).

The problem here is that Log Explorer provides no documented interface to
automatically turn those emails on and off. Their technical people helped
us with the necessary changes so our steps look like:

- Delete specific rows from a table in the Lumigent database

- Fire off a Log Explorer extended procedure to notify the engine things
have changed (named xp_LEServer_Tra ceConfigure)

- Run the rest of the automated build

- Re-insert the deleted rows

- Call xp_LEServer_Tra ceConfigure again

This didn't bother us but some might consider it a PITA, especially if you
aren't that concerned with the emails in the first place (although you can
just turn them off permanently).

Craig
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

45
16874
by: Market Mutant | last post by:
I just wonder job selections, job openings and salary level of PHP programer or Perl programmer comparing to Java programmers. Is Java programmer's salary has a minimal of 60K in US? Are there many PHP jobs?
12
885
by: Elijah Bailey | last post by:
I have two char arrays of size k. I want to know which one is bigger (exactly like for instance I compare two ints/longs/etc.). What is the fastest way to do this? k <= 10 usually for my application. I tried bcmp / a loop for comparison, but it seems they are very slow compared to comparing longs...Any ideas? I tried splitting the array into longs and comparing, but then I face the high endian/low endian problem on some machines.
5
1484
by: anilby | last post by:
Hi, Could anyone tell me which are all the BEST HTML difference finding tools available. I mean the visual difference and give a report file either in text or HTML format. I used DiffDoc(Shareware) tool from SoftInterface.Inc, but this tool is not providing me the proper output. (PS: The inputs that I have are 2 HTML pages with some differences like:
41
3937
by: Odd-R. | last post by:
I have to lists, A and B, that may, or may not be equal. If they are not identical, I want the output to be three new lists, X,Y and Z where X has all the elements that are in A, but not in B, and Y contains all the elements that are B but not in A. Z will then have the elements that are in both A and B. One way of doing this is of course to iterate throug the lists and compare each of the element, but is there a more efficient way? ...
5
1763
by: Donal McWeeney | last post by:
Hi, Does anyone know any good tools for performing a side by side comparison of 2 xml documents on an element by element and attribute by attribute basis. Thanks Donal
2
1707
by: windandwaves | last post by:
Hi Guys I want to find out if two tables are identical (e.g. same fields, same indexes, etc....). Not the data, but the table structure itself. Is there a smart way to do that? Cheers
19
2645
by: Dennis | last post by:
I have a public variable in a class of type color declared as follows: public mycolor as color = color.Empty I want to check to see if the user has specified a color like; if mycolor = Color.Empty then..... or if mycolor is Color.Empty then .......
8
2251
by: irek.szczesniak | last post by:
Hi, I have table pairs that I need to compare, and produce another table that shows differences. I can't just open them in separate browser and look for differences, because I have many such table pairs, and so this process has to be automated. Tables can differ in a number of ways - columns and rows can be added or missing, values of cells can change. To see an example of the differences, I'm attaching below two tables.
0
792
by: zamuel | last post by:
Hey guys. I'm starting a project which I should start by choosing proper tools. Basically the project would include an ASP page that can make query from db, which would have links to files in certain location. This query should be done by using different keywords as criteria. Also there should be ASP page where user can save new record to db. The db would only contain one table with link to actual file and other fields for key words etc. ...
0
8476
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8393
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8820
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8598
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8670
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5695
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2810
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.