mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
enh(mssql) Exclude snapshots from backups (#2742)
This commit is contained in:
parent
ed674d2e44
commit
ae8a763cb0
@ -90,6 +90,7 @@ sub run {
|
|||||||
WHERE BS.type = 'D'
|
WHERE BS.type = 'D'
|
||||||
GROUP BY BS.[database_name]
|
GROUP BY BS.[database_name]
|
||||||
) BS1 ON D.name = BS1.[database_name]
|
) BS1 ON D.name = BS1.[database_name]
|
||||||
|
WHERE D.source_database_id IS NULL
|
||||||
ORDER BY D.[name]";
|
ORDER BY D.[name]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user