dsccommunity / SqlServerDsc

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

Register-SqlDscReportServerDatabaseScript: New command proposal #2018

Open johlju opened 2 months ago

johlju commented 2 months ago

Command proposal

Command to create a Reporting Services database on a SQL Server Database Engine instance.

Could also be named Deploy-SqlDscRSDatabaseScript

Proposed parameters

Parameter Mandatory Data type Description Default value Allowed values
Script No String The T-SQL script that will run on the SQL Server Database Engine instance None -

Special considerations or limitations

Should be able to either take a script as input from the pipeline or call Request-SqlDscRSDatabaseScript if no such script was given.

johlju commented 2 months ago

There might be no point having this command. This command would just be a wrapper for Invoke-SqlDscQuery