mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
fix mssql databases-size database names
This commit is contained in:
parent
ea7a46eb47
commit
98bddc9462
@ -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