The mssql_database module is used to create and manage SQL Server Databases
yolo:
mssql_database.present
salt.states.mssql_database.
absent
(name, **kwargs)¶Ensure that the named database is absent
The name of the database to remove
salt.states.mssql_database.
present
(name, containment='NONE', options=None, **kwargs)¶Ensure that the named database is present with the specified options
The name of the database to manage
Defaults to NONE
Can be a list of strings, a dictionary, or a list of dictionaries
Generated on May 09, 2023 at 04:03:50 UTC.
You are viewing docs for the latest stable release, 3006.1. Switch to docs for the previous stable release, 3005.1, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy