SBSMonitoring.mdf reached limit
- by Bastien974
I have SBS 08 Standart.
I have some Error in my Event Viewer with MSSQL$SBSMONITORING Event id 1105, 1827:
  Could not allocate space for object
  'dbo.EventLog'.'PK_EventLog' in
  database 'SBSMonitoring' because the
  'PRIMARY' filegroup is full. Create
  disk space by deleting unneeded files,
  dropping objects in the filegroup,
  adding additional files to the
  filegroup, or setting autogrowth on
  for existing files in the filegroup.
  
  CREATE DATABASE or ALTER DATABASE
  failed because the resulting
  cumulative database size would exceed
  your licensed limit of 4096 MB per
  database.
I tried to schrink the database, worked for SBSMonitoring_log.LDF but nothing for the SBSMonitoring.mdf, still 4096MB.
I don't know how to reinstall the monitoring.
Thanks for your help.