Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mgreen84
Yak Posting Veteran
94 Posts |
Posted - 2014-07-09 : 20:16:51
|
Hey guys what are some of the better 3rd party SQL Server monitoring & backup dashboard tools out there?Are there any that does pretty much everything in one software, like:-Backup-Performance Monitoring-Integrity Checks-job managing-Manage security-etc...Any suggestion would be great, or what tools you are currently using.Thx |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-07-09 : 20:20:18
|
We use SQL Sentry plus Splunk, SCOM and SQL Server alerts. Some of the things you listed are done by a DBA in SSMS, no extra software needed.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
nickeyclayton
Starting Member
4 Posts |
Posted - 2014-07-10 : 03:18:28
|
quote: Originally posted by mgreen84 Hey guys what are some of the better 3rd party SQL Server monitoring & backup dashboard tools out there?Are there any that does pretty much everything in one software, like:-Backup-Performance Monitoring-Integrity Checks-job managing-Manage security-etc...Any suggestion would be great, or what tools you are currently using.Thx
You could try this SQL Server monitoring tool ( http://www.sqlservermonitoring.net) , this is an efficient utility to know your server performance. [url][/url] |
|
|
mgreen84
Yak Posting Veteran
94 Posts |
Posted - 2014-07-10 : 14:10:17
|
I have some SSIS packages and jobs setup in SSMS. but also was wondering if there was a dashboard like software out there to view all these items on a dashboard of sorts.quote: Originally posted by tkizer We use SQL Sentry plus Splunk, SCOM and SQL Server alerts. Some of the things you listed are done by a DBA in SSMS, no extra software needed.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/
|
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-07-10 : 14:21:37
|
Check out the software that Idera has. They have SQL Job Manager for free according to their web site. Though we don't use the feature, SQL Sentry has the option too.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
jbates99
Constraint Violating Yak Guru
396 Posts |
Posted - 2014-07-15 : 16:30:09
|
SQL Monitor by Idera is pretty good. We use it to alert us to a number of conditions. But for job failures, all you need is to use the Notifications option within the job agent. |
|
|
|
|
|