https://github.com/dsccommunity/SqlServerDsc
This module contains commands and DSC resources for deployment and configuration of Microsoft SQL Server, SQL Server Reporting Services and Power BI Report Server.
https://github.com/dsccommunity/SqlServerDsc
dsc dsc-resources hacktoberfest powerbi powerbireportserver report-server reporting-services reportserver sql-server sqlserver
Last synced: 4 months ago
JSON representation
This module contains commands and DSC resources for deployment and configuration of Microsoft SQL Server, SQL Server Reporting Services and Power BI Report Server.
- Host: GitHub
- URL: https://github.com/dsccommunity/SqlServerDsc
- Owner: dsccommunity
- License: mit
- Created: 2015-04-15T22:43:08.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T09:06:36.000Z (4 months ago)
- Last Synced: 2025-06-07T17:09:27.253Z (4 months ago)
- Topics: dsc, dsc-resources, hacktoberfest, powerbi, powerbireportserver, report-server, reporting-services, reportserver, sql-server, sqlserver
- Language: PowerShell
- Homepage:
- Size: 16.7 MB
- Stars: 374
- Watchers: 43
- Forks: 228
- Open Issues: 301
-
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).