本文介绍了在SQL Server 2016的Core OS上安装SP1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 这可能很简单,但我遗漏了一些东西。 根据我的Windows管理团队的要求,在Win Core Server操作系统上安装了SQL Server 2016,但是怎么做我运行SP1& SP2升级? 标准SP1包按预期提取,然后没有任何反应。 是否有一个标志我需要用它来告诉它运行时没有GUI或我需要下载的单独包...或者甚至更简单的我缺少的东西? 任何信息将不胜感激。 谢谢, DeWayne 解决方案 标准SP1包按预期提取然后没有任何反应。 是否有一个标志我需要用它来告诉它在没有GUI或我需要下载的单独包的情况下运行......或者甚至更简单的我缺少的东西? 使用命令行参数指定所需的安装操作(补丁)。请参阅https://docs.microsoft.com/en-us/sql/database-engine/install-windows/installing-updates-from-the-command-prompt。 This might be simple, but I have missed something.Got SQL Server 2016 installed on Win Core Server OS, as requested by my Windows Admin Team, BUT how do I run the SP1 & SP2 upgrades?  The standard SP1 package extracts as expected then nothing happens.  Is there a flag I need to use to tell it to run without the GUI or a separate package I need to download … OR even something simpler that I am missing?Any info would be greatly appreciated.Thanks,DeWayne 解决方案The standard SP1 package extracts as expected then nothing happens.  Is there a flag I need to use to tell it to run without the GUI or a separate package I need to download … OR even something simpler that I am missing?Specify the desired install action (patch) using command-line parameters. See https://docs.microsoft.com/en-us/sql/database-engine/install-windows/installing-updates-from-the-command-prompt. 这篇关于在SQL Server 2016的Core OS上安装SP1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-12 00:35