-
Notifications
You must be signed in to change notification settings - Fork 225
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
Comments
@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. |
+1 on this, much needed |
There are unit tests prepared for this change that is commented. |
A suggested snippet for this was added to this #1161 (comment). Today SqlServerNetwork uses |
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
The text was updated successfully, but these errors were encountered: