July 31, 2021 at 12:00 am
Comments posted to this topic are about the item Deploying SQL Server Automatically
July 31, 2021 at 5:08 pm
Automated deployments, particularly for dev/test is increasing, and is one of the main drivers for containers. Fully configured, identical, and delivered in seconds, with a complete audit log. CI pipelines benefit with a pristine environment for each run. A secondary benefit is simplified infrastructure, with a modest VM supporting up to 20 or even 50 containerized environments.
August 2, 2021 at 9:48 am
I tried solutions as Fine build as well. but now completely shifted to Powershell Desired State Configuration DSC. This also allows to check if your server has drifted from its original config.
August 2, 2021 at 3:22 pm
Thanks, good to know about other solutions.
One question. If you want things to change, do you have a separate config for each instance that you update? Do you store this centrally or on the instance?
August 2, 2021 at 4:16 pm
Custom images capture the configuration desired. In the case of SQL Server that also includes which SQL Server services are provisioned.
September 25, 2021 at 10:32 am
This was removed by the editor as SPAM
September 25, 2021 at 10:33 am
This was removed by the editor as SPAM
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply