mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +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{
|
||||
EXEC sp_MSforeachdb 'USE ?
|
||||
EXEC sp_MSforeachdb 'USE [?]
|
||||
SELECT
|
||||
DB_NAME(),
|
||||
[name],
|
||||
|
Loading…
x
Reference in New Issue
Block a user