We migrated a critical SCOM SQL Server backend to a new SQL environment using the Import & Export Wizard. The objective was to maintain data accuracy, performance, and monitoring continuity. Despite partial view transfer issues, essential tables like EntityDimvw and GroupDimvw migrated successfully. Schema scripting and health checks were recommended to fix broken views and ensure console-level visibility.
To securely and accurately migrate multiple SCOM-related tables from the source SQL Server to a new instance using the SQL Server Import and Export Wizard, preserving monitoring functionality and historical data integrity.
Successful data movement for:
Risk: Failure in DisplayStringDimvw may cause missing strings or object labels in the SCOM console UI.
Despite one critical error and a few view-related failures, the core monitoring data (entities, groups, and update stats) were successfully migrated. Immediate impact was minimal as core data like EntityDimvw transferred over 50,000 rows. However, errors in key UI-related views (e.g., DisplayStringDimvw) could cause inconsistencies in the SCOM Console interface.
Conclusion This migration underscores the importance of: