Sign in
Kevin Holman's System Center Blog
Posts in this blog are provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified in the Terms of UseAre you interested in having a dedicated engineer that will be your Mic
Tags
ACS
agents
Authoring
Cluster
connectors
database
firewall
grooming
Hotfix
Hyper-V
iSCSI
links
management pack
MP-AD
MP-DNS
MP-Exchange
MP-IIS
MP-SQL
Notification
query
R2
Reporting
Script or Executable Failed to Run
security
Server 2008
Service Check Data Source Module Failed Execution
Service Check Probe Module Failed Execution
Tools
TSQL
UI Console
Web Console
Browse by Tags
TechNet Blogs
>
Kevin Holman's System Center Blog
>
All Tags
>
query
Tagged Content List
Blog Post:
A SQL query to get task output data from the OpsDB
Kevin Holman
Something I wrote to get a report on tasks being run on the OpsDB, and their output: select tv.Name as TaskName, bme.fullname as ObjectName, jsv.SubmittedBy, jsv.TimeStarted, jsv.TimeFinished, jsv.Output, tv.Description as TaskDescription from JobStatusView jsv inner join TaskView tv on jsv.MonitoringTaskId...
on
8 Apr 2010
Blog Post:
Outages and Maintenance Report
Kevin Holman
This is a little report I put together on request. This report will query the data warehouse, and show all the outages, and maintenance, for objects in specific groups. The outages look at all the “Failed to Connect to Computer” alerts, and list the start and end time of the outage, based on the...
on
11 Jun 2009
Blog Post:
Maintenance mode – tying the text of the category to the database
Kevin Holman
I havent seen this discussed before – so I figured I would post this. In the OpsDB and DWDB – we keep some tables names MaintenanceMode and MaintenanceModeHistory. When you place an object into maintenance mode – we will log a row in the database for this object. You could potentially write reports...
on
5 Jun 2009
Blog Post:
Useful MOM 2005 SQL queries
Kevin Holman
SCDW/DTS: Primary 6 tables that SCDW data is retained in: SC_AlertFact_Table SC_AlertHistoryFact_Table SC_AlertToEventFact_Table SC_EventFact_Table SC_EventParameterFact_Table SC_SampledNumericDataFact_Table Commands to execute to modify the data retention age: Please run these commands...
on
18 Oct 2007
Blog Post:
Useful Operations Manager 2007 SQL queries
Kevin Holman
Last updated 10-12-10 Large Table query . (I am putting this at the top, because I use it so much – to find out what is taking up so much space in the OpsDB or DW) SELECT TOP 1000 a2.name AS [tablename], (a1.reserved + ISNULL(a4.reserved,0))* 8 AS reserved, a1.rows as row_count,...
on
18 Oct 2007
Page 1 of 1 (5 items)