https://github.com/dsccommunity/sqlserverdsc
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
https://github.com/dsccommunity/sqlserverdsc
dsc dsc-resources hacktoberfest sql-server
Last synced: 2 days ago
JSON representation
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
- Host: GitHub
- URL: https://github.com/dsccommunity/sqlserverdsc
- Owner: dsccommunity
- License: mit
- Created: 2015-04-15T22:43:08.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:39:38.000Z (about 1 year ago)
- Last Synced: 2024-10-29T11:45:03.184Z (about 1 year ago)
- Topics: dsc, dsc-resources, hacktoberfest, sql-server
- Language: PowerShell
- Homepage:
- Size: 15.9 MB
- Stars: 358
- Watchers: 44
- Forks: 224
- Open Issues: 292
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# SqlServerDsc
The **SqlServerDsc** module contains DSC resources for deployment and
configuration of Microsoft SQL Server.
[](https://dev.azure.com/dsccommunity/SqlServerDsc/_build/latest?definitionId=11&branchName=main)

[](https://codecov.io/gh/dsccommunity/SqlServerDsc)
[](https://dsccommunity.visualstudio.com/SqlServerDsc/_test/analytics?definitionId=11&contextType=build)
[](https://www.powershellgallery.com/packages/SqlServerDsc/)
[](https://www.powershellgallery.com/packages/SqlServerDsc/)
## Code of Conduct
This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).
## Contributing
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing)
and the specific [Contributing to SqlServerDsc](https://github.com/dsccommunity/SqlServerDsc/blob/main/CONTRIBUTING.md)
guidelines.
## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
## Documentation
The documentation can be found in the [SqlServerDsc Wiki](https://github.com/dsccommunity/SqlServerDsc/wiki).
The DSC resources schema files is used to automatically update the
documentation on each PR merge.
### Examples
You can review the [Examples](/source/Examples) directory in the SqlServerDsc module
for some general use scenarios for all of the resources that are in the module.
The resource examples are also available in the [SqlServerDsc Wiki](https://github.com/dsccommunity/SqlServerDsc/wiki).