Comments
Sort by recent activity
Hi Stollie,
This report is not currently available, but we intend to add more canned reports so it would be useful to understand a bit more about what you would use this report for?
If you already have a T-SQL query that provides you with this data, you can add it as a Custom Metric - this would then allow you to add it as a metric to your reports: http://documentation.red-gate.com/display/SM4/Working+with+custom+metrics+and+alerts
Adam / comments
Hi Stollie,
This report is not currently available, but we intend to add more canned reports so it would be useful to understand a bit more about what you would use this report for?
If you already ...
Hi,
It is not currently possible, but this is something we are considering implementing, so it would be useful to know how you expected this to behave:
- What details would you need the export to contain?
- What would the application owner use the list for?
- What format(s) would you expect to be able to export the alert?
Thanks
Adam / comments
Hi,
It is not currently possible, but this is something we are considering implementing, so it would be useful to know how you expected this to behave:
- What details would you need the export to c...
Could you check what version you installed? Version 7.0.8 fixed some high CPU issues. The latest version is now 7.0.9
Thanks
Adam / comments
Could you check what version you installed? Version 7.0.8 fixed some high CPU issues. The latest version is now 7.0.9
Thanks
Adam
Hi,
Currently you can schedule the reports to be emailed daily/weekly: https://documentation.red-gate.com/display/SM7/Scheduling+emailed+reports
We are continuing to make improvements to the reporting, including making the scheduling more configurable.
Thanks
Adam / comments
Hi,
Currently you can schedule the reports to be emailed daily/weekly:https://documentation.red-gate.com/display/SM7/Scheduling+emailed+reports
We are continuing to make improvements to the reporti...
We're hoping to release an initial version of it within the next couple of weeks (possibly in version 7.0.11)
I'll update you when it does get released / comments
We're hoping to release an initial version of it within the next couple of weeks (possibly in version 7.0.11)
I'll update you when it does get released
Hi,
The ability to run reports against particular servers was released in version 7.0.11.
More improvements to the reporting are currently being developed and we hope to release them soon.
Thanks
Adam / comments
Hi,
The ability to run reports against particular servers was released in version 7.0.11.
More improvements to the reporting are currently being developed and we hope to release them soon.
Thanks
Adam
Hi Jon,
The ability to run reports against particular servers is currently being developed. This would allow you to add, for example, the 'Longest running queries' tile to a report and schedule the report to run against specific server, but not a specific database. How far would this go to meeting your requirements?
Thanks
Adam / comments
Hi Jon,
The ability to run reports against particular servers is currently being developed. This would allow you to add, for example, the 'Longest running queries' tile to a report and schedule the...
Hi Dennis,
I gather our support team fixed this for you last week? Let me know if you require any further help.
Thanks
Adam / comments
Hi Dennis,
I gather our support team fixed this for you last week? Let me know if you require any further help.
Thanks
Adam
Hi Luke,
Apologies your question didn't get a prompt reply.
You can get a list Alert ID's from:
SELECT * FROM [alert].[Alert_Type]
To see which alerts are included in 'MaintenanceWindow-AlertsToExclude', execute:
SELECT * FROM [RedGateMonitor].[settings].[KeyValuePairs]
Adding an alert ID to the SET should stop alerts being generated for that alert type:
UPDATE [redgate].[settings].[KeyValuePairs]
SET [KeyValue] = '"10","1","5","11","40","16","4","24","12","44","45","41"'
WHERE [KeyName] = 'MaintenanceWindow-AlertsToExclude'
I'd be grateful if you could let me know if that solves the issue.
Thanks
Adam / comments
Hi Luke,
Apologies your question didn't get a prompt reply.
You can get a list Alert ID's from:
SELECT * FROM [alert].[Alert_Type]
To see which alerts are included in 'MaintenanceWindow-AlertsToExc...
Hi,
To confirm, this was fixed in Version 7.0.7 - thanks again for raising the issue
Adam / comments
Hi,
To confirm, this was fixed in Version 7.0.7 - thanks again for raising the issue
Adam