Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:39:38.000Z (3 months ago)
- Last Synced: 2024-10-29T11:45:03.184Z (3 months 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.[![Build Status](https://dev.azure.com/dsccommunity/SqlServerDsc/_apis/build/status/dsccommunity.SqlServerDsc?branchName=main)](https://dev.azure.com/dsccommunity/SqlServerDsc/_build/latest?definitionId=11&branchName=main)
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/SqlServerDsc/11/main)
[![codecov](https://codecov.io/gh/dsccommunity/SqlServerDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/SqlServerDsc)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/SqlServerDsc/11/main)](https://dsccommunity.visualstudio.com/SqlServerDsc/_test/analytics?definitionId=11&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/SqlServerDsc?label=SqlServerDsc%20Preview)](https://www.powershellgallery.com/packages/SqlServerDsc/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/SqlServerDsc?label=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).