Skip to content

Commit

Permalink
Update runningDatabaseInstances.vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
fbomj authored Mar 26, 2018
1 parent 70ea313 commit d8bc9d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agent/Windows/runningDatabaseInstances.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
' Liste les bases de données SQL Server du poste
' 4 données sont remontées :
' - strSQLName : Nom long du produit SQL Server
' Par exple : "Microsoft SQL Server 2008 R2"
' Par exemple : "Microsoft SQL Server 2008 R2"
' - strServiceName : Nom de l'instance
' Par exple : "MSSQLSERVER"
' Par exemple : "MSSQLSERVER"
' - strEdition : Edition.
' Par exple : "Enterprise Edition (64-bit)"
' Par exemple : "Enterprise Edition (64-bit)"
' - strVersion : Version "chiffrée".
' Par exple : "8.00.194"
' Par exemple : "8.00.194"
'
Const PluginAuthor = "Sylvie Cozic"
Const PluginDate = "23/03/2018"
Expand Down

0 comments on commit d8bc9d9

Please sign in to comment.