Building the first SQL Server in the Lab – Part 1
Now that I have a domain controller, I can start adding SQL servers. The first thing I need to do is to create another clone from my template. I did so, and named that new server SQL01. Before I start up this server, however, I want to add additional drives, so I can follow best practices of isolating the MDF, LDF, tempdb, and backup files. For a lab, it may seem a little like overkill, but I want to set up automated SQL installs, so having all of my disk partitions set up ahead of time is worth the effort for me.
To accomplish this, open up the VirtualBox console. I right-click on the newly created image, and select Settings (or highlight the server and click the Settings gear icon). I select the Storage page, and I see the currently allocated disk.
Here I want to click on Controller:SATA and then click the ‘plus’ icon on the right side.
This will bring up a dialog that asks is I want to create a new disk or use an existing one.
Read More »Building the first SQL Server in the Lab – Part 1