(For now we are not going to discuss how this can be implemented with SQL Server 2008 or SQL Server 2008R2 because it’s almost 2015 and it would be “a bit strange” if you are planning any new deployments to run those versions. However, let me know in the comments if you want me to write an article on this as the process of slipstreaming them is a bit more complicated compared with the latest releases) Here is what we should do to slipstream SQL Server 2012 and 2014: (目前,我们将不讨论如何使用SQL Server 2008或SQL Server 2008R2来实现此功能,因为已经快到2015年了,如果您计划运行任何新的部署来运行这些版本,这将“有点奇怪”。但是,让我想在评论中知道是否要写一篇关于此的文章,因为与最新版本相比,将它们整合在一起的过程要稍微复杂一些。这是我们应整合SQL Server 2012和2014的工作:

  1. Download SQL Server 2012 or SQL Server 2014 media
    下载SQL Server 2012或SQL Server 2014媒体
  2. Download all the needed SPs, CUs and Hotfixes that you want to “embed”
    下载要“嵌入”的所有必需的SP,CU和修补程序
  3. Put all of the .exe files in one directory
    将所有.exe文件放在一个目录中
  4. Launch the setup.exe from CMD by issuing the command:Setup.exe /Action=Install /UpdateEnabled=TRUE /UpdateSource=”path_to_the_directroy_where_the_hotfixes_are”
    通过发出以下命令从CMD启动setup.exe:Setup.exe / Action =安装/ UpdateEnabled = TRUE / UpdateSource =“ path_to_the_directroy_where_the_hotfixes_are”
  5. I think the first step is quite self-explainable and does not need us spend more time discussing it. However, the second step is something we should discuss further. When you download the fixes that you want, for SQL Server 2012 and 2014 there is a huge chance the packages will look like this:

    verify which version is this, you will find that this is SQL Server 2012 with SP2 and hotfix KB2969896 and that’s exactly what I need. From here, just move forward and complete the installation. Now, you may think – that’s great, but that also means that every single time I want to install a new instance, I will have to upload all of the fixes on that machine in order to use this “technique”. However, let me help with a suggestion. Why don’t you copy all of the needed fixes to the media itself? This way, you will just attach/upload the media and just change the CMD command to point to a folder inside the SQL installation. Here is what you need to do: 验证这是哪个版本 ,您会发现这是带有SP2和修补程序KB2969896SQL Server 2012,这正是我所需要的。 从这里开始,只需完成安装即可。 现在,您可能会认为–很棒,但这也意味着,每次我想安装一个新实例时,我都必须上载该计算机上的所有修补程序才能使用此“技术”。 但是,请允许我提出建议。 您为什么不将所有需要的修补程序复制到媒体本身? 这样,您只需附加/上载媒体,然后更改CMD命令以指向SQL安装中的文件夹即可。 这是您需要做的:

    1. Extract the SQL Server media into a folder on your machine by using 7zip or any other software you like that is capable of extracting .iso files.
      使用7zip或您喜欢的任何其他能够提取.iso文件的软件,将SQL Server媒体提取到计算机上的文件夹中。
    2. Create a new folder inside of the extracted media folder and paste inside all of the fixes you will need
      在提取的媒体文件夹中创建一个新文件夹,并将其粘贴到所需的所有修补程序中
    3. MagicISO.MagicISO之类的软件从该文件夹创建一个ISO。

翻译自: https://www.sqlshack.com/slipstreaming-sql-server-2012-2014/

整合SQL Server 2012和2014相关推荐

  1. SQL SERVER 2012/2014 链接到 SQL SERVER 2000的各种坑

    原文:SQL SERVER 2012/2014 链接到 SQL SERVER 2000的各种坑 本文总结一下SQL SERVER 2012/2014链接到SQL SERVER 2000的各种坑,都是在 ...

  2. 在Windows Server 2012 R2中搭建SQL Server 2012故障转移集群

    需要说明的是我们搭建的SQL Server故障转移集群(SQL Server Failover Cluster)是可用性集群,而不是负载均衡集群,其目的是为了保证服务的连续性和可用性,而不是为了提高服 ...

  3. SQL Sever 各版本下载 SQL Server 2012下载SQL Server 2008下载SQL Server 2005 下载SQL Server 2000 下载...

    SQL Server 2016简体中文企业版 文件名:cn_sql_server_2016_enterprise 64位下载地址:ed2k://|file|cn_sql_server_2016_ent ...

  4. sql server 2012远程链接的方法及步骤

    首先说下什么是sql server:(以下是应用某度某科的内容) SQL Server 是Microsoft 公司推出的关系型数据库管理系统.具有使用方便可伸缩性好与相关软件集成程度高等优点,可跨越从 ...

  5. 一起玩转SQL Server 2012 下的分析服务

    转载自:https://blog.csdn.net/aspnetx/article/details/8712286 提到SQL Server 2012的分析服务,那么不得不先说下商业智能,它是一个由数 ...

  6. SQL Server 2012笔记分享-35:配置客户端网络协议

    客户端应用程序可以使用 TCP/IP.命名管道.VIA 或共享内存协议连接到 Microsoft SQL Server.可以通过使用 SQL Server Native Client dll 中包含的 ...

  7. SQL Server 2012内部原理及故障排除(专栏)

    PROFESSIONAL SQL SERVER® 2012 INTERNALS AND TROUBLESHOOTING一书(可从这里下载),觉得内容很不错.自己也想对SQL Server 2012有个 ...

  8. SQL Server 2012 概况

    微软曾经在当地时间2010年11月9日公布了新一代SQL Server,开发代号Denali的第一个测试版本,距今已经马上一年了,SQL Server 2012正式版即将公开发售.为什么开发代号命名为 ...

  9. sql数据库服务器端口修改,SQL SERVER 2012更改默认的端口号为1772

    打开开始菜单,找到sqlserver的配置管理器,点击打开 按下图配置右边窗口三项: 按下图配置右边三项: 按下图配置右边三项: 点击下图左边的SQL Server网络配置/MSSQLSERVER的协 ...

最新文章

  1. Python数据挖掘:数据探索,数据清洗,异常值处理
  2. Layer Normalization
  3. 十张图看懂SDN与NFV的区别与联系?
  4. C3P0连接池、DRUID连接池和JdbcTemplate
  5. ADO.NET DataSet 数据模型
  6. 使用 .NET Core模板引擎创建自定义的模板和项目
  7. mybatis学习(30):修改功能
  8. qsort 三级排序
  9. 中国现磨咖啡行业白皮书
  10. 2019426 SPSS入门学习
  11. 将pyecharts生成的html转为图片的一些问题
  12. 计算机无法识别移动硬盘怎么办,笔记本识别不了移动硬盘如何解决_电脑无法识别移动硬盘的处理办法...
  13. SpringBoot请求报403 Forbidden
  14. excel数据可视化销售报表案例--根据某平台提供的明细数据及需求制作的一份销售报表案例
  15. 蓝桥杯软件类竞赛---手算题攻略
  16. 第08课:子窗口交互
  17. 浏览器在线查看pdf文件 pdf.js的使用教程
  18. Python OpenCV 自动生成快乐源泉小瓶子图片(OpenCV中文写字)
  19. 八.java入门【方法】
  20. 小米电视去广告2020_小米电视取消开机广告?官方人士回应来了

热门文章

  1. php mysql销售_计算用于销售应用程序的php / mysql中的损益(每日,每月和每年)...
  2. python mac地址 js_使用Python从设备获取MAC地址
  3. mysql5.7安装
  4. Ajax提交数据判断员工编号是否存在,及自动填充与员工编号所对应的员工姓名。...
  5. spark页面单跳转化率
  6. Arduino M0 的一个坑(2015-12-25)
  7. iOS开发 网络编程 Socket编程
  8. localStorage存储数组以及取数组方法。
  9. git submodule子模块管理
  10. ES6——Map和WeakMap