Open johlju opened 6 months ago
Command to create a Reporting Services database on a SQL Server Database Engine instance.
Could also be named Deploy-SqlDscRSDatabaseScript
Deploy-SqlDscRSDatabaseScript
Should be able to either take a script as input from the pipeline or call Request-SqlDscRSDatabaseScript if no such script was given.
Request-SqlDscRSDatabaseScript
There might be no point having this command. This command would just be a wrapper for Invoke-SqlDscQuery
Invoke-SqlDscQuery
Command proposal
Command to create a Reporting Services database on a SQL Server Database Engine instance.
Could also be named
Deploy-SqlDscRSDatabaseScript
Proposed parameters
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.