dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 225 forks source link

Request-SqlDscReportServerDatabaseScript: New command proposal #2017

Open johlju opened 6 months ago

johlju commented 6 months ago

Command proposal

Command for returning a database script that can later be run on a SQL Server Database Engine instance.

Could use the code here:

https://github.com/dsccommunity/SqlServerDsc/blob/026647ca36ce154a86facf195d00c27c2668281a/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1#L416-L428

Proposed parameters

Parameter Mandatory Data type Description Default value Allowed values
ParameterName Yes String Detailed description None None

Special considerations or limitations

None.