473,378 Members | 1,319 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Which one of these SQL Monitoring tool is the best?? Please advise..!

I am in the process of evaluating some SQL Performance Monitoring /DBA
tool to purchase (For SQL Server 2000). I have the following list of
software that I came across and have to finalize which one to recomend
for purchase by my company.

Quest Central® for SQL Server
Performance Center by Embarcadero (dbartisan)
Performance analysis by BMC Software solutions
SQL Server Management by netIQ

I would greatly appreciate if anyone can give me a comparison/ any
suggestions on the above mentioned applications...!

Has anyone used/currently using any of these applications? Please
advise...

Thank you in advance...!

Jul 23 '05 #1
7 5309
Spotlight from Quest (also part of Quest Central) has been a useful
product for me in the past, for displaying an overview of performance
metrics on SQL Server on a single screen.

I have also recently used the Performance Center for DBArtisan, and
find it fills a similar role. It seems to perform a little better in my
environment, placing a lower load on both the server and monitoring
client. It's interface is not as "fancy", but still displays a useful
performance overview in a single screen. I use DBArtisan for
administrative tasks, and since it is always open on my workstation,
having a monitoring tool integrated into my primary admin console is
very convenient.

IMO, both of these tools are for "spot checking", where you look at the
current performance statistics of the system, over a short duration
(minutes to hours). When you are trying to isolate processes or code
that are causing performance problems, they can be very useful. Other
tools are better suited for long term performance recording, or 24x7
monitoring and alerting.

Jul 23 '05 #2
Thanks Matt,

I managed to get a demo on Spotlight and Foglight from Quest. As you
mentioned Spotlight has a very cool GUI but I need something that runs
24/7 and worns me if there are any issues with any of the SQL servers
and also wants to know real time statistics as well.

I couldnt download Performance center from their website but requested
for a demo. Since you have used both, I would really appreciate if you
can give me some sort of comparison and recomend whats good or bad
about each application....

Thanks again for your input...

Jul 23 '05 #3
Neither Spotlight or DBArtisan Performance Monitor is a 24x7 tool. They
are both hosted within a client side GUI, and only record activity when
active. I consider them "spot checking" tools. I have found that while
DBArtisan is not as visually appealing as Spotlight, in my limited
testing it presented it's results in a more timely fashion, with a
lower load on the SQL Server. On slower network connections, I found
that Spotlight could take several minutes to begin presenting
performance metrics, and in certain cases, I lost the opportunity to
view a resource hogging process before it completed. Additionally, if
you are a DBArtisan user, their Performance Monitor add-in is often
close at hand.

In the end, these are very similar products, and I would be satisfied
with either. Both Quest and Embarcadero have provided good support to
me in the past.

Quest's Foglight product has a plugin for SQL Server. I have little
expeience with this tool, but I understand it is the type of product
that has a server side collection agent, that provides for 24x7 data
collection. If you need a tool to record historical performance
information, this might be something worth looking into.

Jul 23 '05 #4
LVF

SQLDBA wrote:
I am in the process of evaluating some SQL Performance Monitoring /DBA tool to purchase (For SQL Server 2000). I have the following list of
software that I came across and have to finalize which one to recomend for purchase by my company.

Quest Central® for SQL Server
Performance Center by Embarcadero (dbartisan)
Performance analysis by BMC Software solutions
SQL Server Management by netIQ

I would greatly appreciate if anyone can give me a comparison/ any
suggestions on the above mentioned applications...!

Has anyone used/currently using any of these applications? Please
advise...

Thank you in advance...!


You have three options for 24x7 monitoring:

1.) Quest Foglight
2.) Embarcadero Performance Center
3.) BMC Patrol

Embarcadero's tool is a bad choice, it is riddled with bugs and it does
not monitor two important metrics: 1.) File System Capacity, 2.) Error
Log Updates, at least with no intelligence.

Quest Foglight is an outstanding tool with good reporting capabilities,
however it is very expensive.

By far the best tool you can use for 24x7 monitoring is BMC Patrol with
the SQL KM. One nice thing about BMC is that they just came out with
BMC Patrol Express, it is a light weight version of their product and
if you so desire they can host the entire operation in their data
center at a cost of about $34/cpu/month. You need only download the
agent from their website and away you go. This tool can be configured
to page out, email, etc.
L

Jul 23 '05 #5
I realize now I was commenting on the wrong product. I was referring to
the Performance Analyst plugin to DBArtisan, not the standalone
Performance Center product. If you are looking for a 24x7 monitoring
tool, none of the options I mentioned are applicable.

Jul 23 '05 #6

SQLDBA wrote:
I am in the process of evaluating some SQL Performance Monitoring /DBA tool to purchase (For SQL Server 2000). I have the following list of
software that I came across and have to finalize which one to recomend for purchase by my company.

Quest Central® for SQL Server
Performance Center by Embarcadero (dbartisan)
Performance analysis by BMC Software solutions
SQL Server Management by netIQ

I would greatly appreciate if anyone can give me a comparison/ any
suggestions on the above mentioned applications...!

Has anyone used/currently using any of these applications? Please
advise...

Thank you in advance...!

Quest Central for SQL Server is an excellent product! It collects wait
events for SQL transactions (CPU time, I/O time, Latch, Lock, OS wait
events) it does this through a non-intrusive host based collection
agent. Sampling rates are up to 20 times per second or a stated CPU
utilization limit (such as 3%) which can be adjusted by the user.

QC provides a GUI that enables the DBA to look at performance data for
SQL transactions that have occurred recently, or historical data going
back many months.

The DBA can look at each SQL transaction and get to the root cause of
performance problems. For each transaction, the GUI displays, the SQL
Syntax, key wait events, the SQL access plan, locks held and those
waiting for, I/O wait and other waits, number of executions, and OS
Wait event. QC also supports Server Side Cursors and collects
performance statistics related to this.

The DBA can look at performance data from several prespectives
including: by SQL statement, by DB User, sorting display by key wait
events such as CPU time, I/O time, etc...

QC for SQL Server also includes a long term repository for historical
performance data with a rich set of reports to help the DBA understand
historical trends in performance of SQL transactions.

Common useages for QC for SQL Server include:

Diagnose the root cause of performance problems;

Tune SQL by understanding resource utilization for each SQL statement;

Capacity planning - understanding resource utilization for each SQL
statement execution.
Bill

Jul 23 '05 #7
Check out I3 from Veritas Software, in particular the InDepth for SQL Server
component. It does 24x7 monitoring with a historical data store, alerting via
several methods (email, snmp, messages), etc. It has a web-based gui so there
is no client s/w to install (so you can monitor from anywhere).

Dave

Also sprach "SQLDBA" <pg*****@gmail.com> :

:Thanks Matt,
:
:I managed to get a demo on Spotlight and Foglight from Quest. As you
:mentioned Spotlight has a very cool GUI but I need something that runs
:24/7 and worns me if there are any issues with any of the SQL servers
:and also wants to know real time statistics as well.
:
:I couldnt download Performance center from their website but requested
:for a demo. Since you have used both, I would really appreciate if you
:can give me some sort of comparison and recomend whats good or bad
:about each application....
:
:Thanks again for your input...

Jul 23 '05 #8

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

Similar topics

2
by: fendris | last post by:
Does any one have source`s of simple monitoring tool using CORBA architecture. Please help. Anyone.
0
by: Robert | last post by:
Greetings ... I have programed Oracle monitoring tool based on Oracle thin driver and Java. So you do not need to install the whole oracle net software. Tool consist of easyli prgramable...
1
by: omlet v4 | last post by:
Dear DBA, You are cordially invited to test and review our windows native and 100% pure Java Oracle 9i/8i Monitoring Application (OMLET). OMLET is the The Ultimate Visual Real Time Oracle...
4
by: Bob | last post by:
I've got dot net Winform apps that are running in a backroom server with no user interaction. They are supposed to run unattended 24 7 365. They are IVR apps taking orders via telephony. Problem is...
5
by: Joe | last post by:
I'm getting the following error when trying to call a page on a secure server. I'm not doing any impersonations or file access of any kind. The page is using PayPal and I'm wondering if PayPal has...
2
by: DataPro | last post by:
Our shop is expanding use of SQL Server, both 2000 and 2005. We have Litespeed on some boxes to handle the backup/recovery jobs. Can I ask what are considered the best tools for monitoring SQL...
3
by: keithb | last post by:
It has been years since I worked with ASP, having moved on to ASP.NET. However, I have just inherited a project adding some enhancements to an existing ASP site. What is the best tool to use for...
6
by: garyusenet | last post by:
Hi as most will know I have been benefiting from your vast experience for about a month or so now, and have decided to try to learn C# programming more academically and structured and study towards...
2
by: RSL101 | last post by:
HI, I am hoping to get your opinions about "Tivoli Monitoring for Databases". Our enterprise environment is AIX/Red Hat Linux, running a lot of IBM P series and E servers. We need to monitor LUW...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.