Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlServerNetwork: Add support for protocol configuration #14

Closed
jcgillespie opened this issue Nov 12, 2015 · 4 comments · Fixed by #1518
Closed

SqlServerNetwork: Add support for protocol configuration #14

jcgillespie opened this issue Nov 12, 2015 · 4 comments · Fixed by #1518
Labels
enhancement The issue is an enhancement request.

Comments

@jcgillespie
Copy link

It would be very nice if I could specify that I wanted Named Pipes or TCP/IP enabled as part of my DSC.

This could be done as either additional parameters for each setup parameter or a single parameter that accepted a path to a configurationfile.ini.

The command line/configuration options for the network protocols have been present in the setup.exe since SQL 2008
How to: Install SQL Server 2008 from the Command Prompt

NarineM added a commit that referenced this issue Jan 19, 2016
SQL 2008 support, Replication feature detection, xSQLNetwork resource (closes #6 and #16, partialy solves #14, fixes #7(2 and 3))
@Arturas-K
Copy link
Contributor

@jcgillespie as of #20 merge you now have a new resource xSQLServerNetwork that lets you configure TCP/IP. At the moment it doesn't support NamedPipes/Shared Memory but you can enable and configure ports for TCP/IP.

This is not using setup parameters, but during setup you can only enable or disable protocols, with new resource you can modify port configuration.

@kwirkykat kwirkykat added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Aug 2, 2016
@glennmate
Copy link

+1 on this, much needed

@johlju johlju changed the title Add support for protocol configuration xSQLServerNetwork: Add support for protocol configuration May 20, 2017
@johlju johlju changed the title xSQLServerNetwork: Add support for protocol configuration SqlServerNetwork: Add support for protocol configuration Dec 24, 2017
@johlju
Copy link
Member

johlju commented Feb 9, 2018

@johlju
Copy link
Member

johlju commented Sep 6, 2018

A suggested snippet for this was added to this #1161 (comment). Today SqlServerNetwork uses Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer, maybe that can be used for Named Pipes as well?

@SteveL-MSFT SteveL-MSFT added this to Help Wanted in powershell/dscresources May 14, 2019
@SteveL-MSFT SteveL-MSFT removed this from Help Wanted in powershell/dscresources Nov 27, 2019
@johlju johlju removed the help wanted The issue is up for grabs for anyone in the community. label May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants