Forum Discussion

MCMCMC's avatar
2 years ago

MSSQL Express exclussion on global level

Hi,

maybe someone already faced that.

Is there an easy way to completely exclude all MSSQL Express servers from monitoring ? When MSSQL Express instance is installed on server I want it to be skipped in identification as an SQL server. 

1 Reply

  • You would either:

    Add an exclusion to the AppliesTo based on some property that is unique to the MSSQL express server. This would exclude all instances on that device.

    Or add a discovery filter that excludes just the MSSQL Express instances. This would allow regular MSSQL instances on the server to be discovered and monitored, while excluding the express instances.

    The exact details on how to do that will depend on which method and what unique property you can find to programmatically distinguish between regular MSSQL and MSSQL express.