mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix mssql databases-size database names
This commit is contained in:
parent
b6bbaaebb5
commit
a82aaeef5b
@ -260,7 +260,7 @@ sub manage_selection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$options{sql}->query(query => qq{
|
$options{sql}->query(query => qq{
|
||||||
EXEC sp_MSforeachdb 'USE ?
|
EXEC sp_MSforeachdb 'USE [?]
|
||||||
SELECT
|
SELECT
|
||||||
DB_NAME(),
|
DB_NAME(),
|
||||||
[name],
|
[name],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user