473,581 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5323
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
1693
by: fendris | last post by:
Does any one have source`s of simple monitoring tool using CORBA architecture. Please help. Anyone.
0
1804
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 plugins. Easy plugin can be developed within 20 minutes if you know the query. No instalation required just upack and run. For source code available. If...
1
566
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 Monitoring Tool. As the leading expert in your field, your opinion is highly valued and your feedback is ver appreciated. We would like to encourage you...
4
1551
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 nobody is looking at them to know if they are OK. They have err trapping built in and there's logging and tracing to log files, but nobody there...
5
483
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 something to do with this. We had to register an api certificate on the server using WinHttpCertCfg. Maybe this is doing something? Access denied...
2
1495
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 Server, in terms of things like performance monitoring, tuning and auditing if it is possible to get all of this functionality in one? What do you...
3
1819
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 debugging ASP pages these days? Thanks, Keith
6
2258
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 a qualification. I would like to know which qualification you think best suited please. I want a qualification that will (a) allow me to...
2
2225
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 UDB performance and some MS SQLSERVER performance going forward. We are considering Tivoli monitoring because it offers a suite of products...
0
7862
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...
0
7789
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...
0
6551
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5361
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...
0
3803
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3820
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1400
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1132
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.