dsccommunity / dsccommunity/SqlServerDsc

`Set-SqlDscStartupParameter`: Support additional parameters

Open
#1,854 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue help wanted
Dominant language
PowerShell
Stars
385
Forks
224
PR merge metrics
No merged PRs in 30d

Description

Problem description

Shoulld support the following parameters:

  • -kDecimalNumber
  • -n
  • -x
  • -E

from the article Database Engine Service Startup Options.

Verbose logs
n/a
How to reproduce

n/a

Expected behavior

Allow set additional startup parameters.

Current behavior

Missing startup parameters.

Suggested solution

Add the additional startup parameters.

Operating system the target node is running
n/a
PowerShell version and build the target node is running
n/a
Module version used
n/a

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Set-SqlDscStartupParameter entry point and review how its existing startup parameters are declared and tested. Compare the supported options with the linked SQL Server startup-options article, then verify that -kDecimalNumber, -n, -x, and -E can be set successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell, sql
Domain
databases
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.