In my first article, we talked about how we can make our SQL Server installation include every single patch and hotfix we plan to install. That process is called slipstreaming and it’s a huge timesaver, so if you missed it, jump
here
and take a look at it. I seriously believe it could be a game changer for you and how you do some of your work.
Read more »
Boris Hristov
Latest posts by Boris Hristov (see all)
- Unattended installation of SQL Server - December 11, 2014
- Slipstreaming SQL Server 2012 and 2014 - November 12, 2014
Slipstreaming SQL Server 2012 and 2014
November 12, 2014
Let’s say that you care about your SQL Server environment, but let’s also say that you care about your time too. You are actually one of those people who always strive to do more with less. Now let’s say that you frequently have to install new SQL Server instances or probably you are in the middle of a project in which you have to provide the .iso file of your SQL installation to the System Center guys for them to deploy VMs with SQL Server pre-installed on them. However, because you don’t want to first install the RTM version of the product and then manually patch the instance with the Service Packs, Cumulative Updates or Hotfixes that you think are needed, you are searching for a solution to somehow “embed” all of those fixes into the installation itself! This way, once the instance is installed, it actually has everything already applied. How can you do this and is it possible at all?
Read more »