counter hit make
sql - scom

System Center Operations Manager

Blog about SCOM 2007 aka Opsmgr

Browse by Tags

All Tags » sql (RSS)
Community Day 2010
Community Day is back with the Fourth Edition of this annual community event on Microsoft technologies! Fourteen Microsoft User Groups combine their efforts to organize this unique networking and knowledge...
Cleaning the Localizedtext Table after SCOM upgrade to SCOM 2007 R2
After upgrading your OpsMgr 2007 components and upgrading your SQL environment to SQL Server 2008, you will need to run some post installation steps. These post installation steps are only needed if you...
Export SQL reports in PDF landscape
I had to create some reports for a customer this week and the layout of the report didn’t satisfied my client. The reports are exported in portrait format and not in landscape format. First part...
Community Day Session: Setting up & Configuring SQL Server to support your SCCM & SCOM environment
Kim Oppalfens and I did a session at community day together: Setting up & Configuring SQL Server to support your SCCM & SCOM environment System Center Configuration Manager and Operations Manager...
Opsmgr DB Create wizard System.InvalidOperationException
Today I wanted to install my OperationsmanagerDB on my SQL cluster 2005 SP2 actif-passive. So I started the DBCreatewizard.exe and I got a very strange error mentioning something about Severity: Error...
Optimizing the performance of your Opsmgr Console and reducing DB size
I had troubles with the Opmsgr Console performance at serveral clients. One of the most important things to boost your console performance is to reduce the Opsmgr DB size. If you want to know which tabel...
Opsmgr Data Warehouse failed to enumerate database components to be deployed
Today I ran into this issue: Data Warehouse failed to enumerate database components to be deployed. Failed to enumerate Data Warehouse components for deployment. The operation will be retried. Exception...
Third Edition of Microsoft Community Day !!
Community Day is back again, are you ready for our Third Edition of Microsoft Community Day? Eleven Microsoft User Groups combine their efforts to organize this unique networking and knowledge sharing...
Reporting Deployment and Usage Troubleshooting
Finally!! One guide with the most common reporting issues! Thank you Microsoft! "There are several common configuration and usage issues that can cause Operations Manager Reporting errors. This document...
The SQL Server Service Broker for the current Opsmgr database is not enabled
Yesterday I came accros this error: Saying that the SQL server Service Broker or database mirroring endpoint is disabled or not configured. If you don’t know what the SQL server service broker exactly...
How to find match the GUID to an Opsmgr agent
Start SQL management Studio, connect to the OperationsManager Database and run the following query Select * from BaseManagedEntity where BaseManagedEntityID = 'first guid in the alert' In our case...