-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
There is no way to enable the necessary features of the SQL Server #3522
Comments
Feature request: Support configuration files. (We might already have this request in another Issue.) |
@stephengillie You already said you have plans to implement this feature. How long do you think it might take? |
Hi @MirolimMajidov, Thanks for explaining your situation and goals. I'm not sure even if this is on our roadmap currently. I'll defer to @denelon for the best info about our future feature plans. |
@MirolimMajidov, I did a quick search for Microsoft.SqlServerDsc at the PowerShell gallery. I didn't see any results. Where did you locate that PowerShell module? |
There is a DSC Script Resource. The primary thing to be cautious of is to make sure your script is idempotent so it can be run multiple times without causing a failure or other unintended side effects. |
@denelon I'm not familiar with the Microsoft.SqlServerDsc, but it seems we can do that with DSC SqlServer script. |
@johlju I'm not familiar with SQL DSC. Do you have any docs or anything we could point a user at? We could also work on a sample configuration over at Dev Home Sample Configurations. |
I have no knowledge of how the configuration file mentioned above is used and where the source for There is DSC resource SqlSetup that can install SQL Server: https://github.com/dsccommunity/SqlServerDsc/wiki/SqlSetup There are a command ( Not sure if this helps anything. |
There is also a new DSC resource in the works that better work with the latests SQL Server (support more options): dsccommunity/SqlServerDsc#1912 |
Brief description of your issue
I'm using the WinGet configuration for installing some necessary applications with components by creating a Winget configuration (YAML) file and using that from the Dev Home. I did all of them except the SQL Server features. I'm able to install the SQL server, but I could not enable (Install) the "Full-text search" and "FileStream" features of the SQL Server.
Steps to reproduce
There is my configuration file. The first step is passing but the second is not:
Expected behavior
Somehow we should be doing that because a lot of times just installing the SQL Server is not enough to use that without enabling necessary features or changing the configuration.
Note: If there is a way to do that by a PowerShell script, please show me an example of how to call the PowerShell script from the winget Yamle configuration, until implementing (fixing) this functionality. I did not find any thing for that.
Actual behavior
It is failing from the second step without any errors.
Environment
The text was updated successfully, but these errors were encountered: