Skip to main content

SQL 2012 on CM07

SQL 11.0.2316

Last night I upgraded my CM07 lab to SQL 2012. The supported method from Microsoft is to install CM07 on SQL 2008 (or R2) and then run the SQL12 in-place upgrade over it. I think part of the reasoning behind that over a fresh install is that the prereq check would likely fail if it saw SQL12.

After running the upgrade job in my CM12 lab (yes that's not supported and it broke a few things), I found that this upgrade felt a lot like the old SQL 2005 to 2008 upgrade; lots of old stuff was left behind. So I thought I'd test what I did for that case here.

The idea is to uninstall the old SQL and install the new so that all the barnacle isn't left behind (old Visual Studio apps, old SQL Mgmt Studio apps, etc.). And doing that is a bit tricky, but it worked. What I did was:

Disable and stop:

  • Symatec Endpoint Protection
  • SMS Exec, SMS Site Comp Mgr, SMS Agent Host
  • EDM 2011

Using SQL Mgmt Studio, detach all databases (we had a couple other than the CM one), and I also selected the update statics box as an option for the detach.

Uninstall SQL 2008 R2, all the Visio Studio stuff, SQL client stuff, online books, etc.

Reboot

Install SQL12 (DB engine, replication - we replicate our MPs so we need that, SQL client tools).

I noticed that SQL12 doesn't want to run as local system and not knowing if thie new default of NT System would work, I selected System instead (had to browse for it). Did the same for the agent too.

Ran CU1 for SQL12 (man that thing is 463 MB!).

Attached the databases and rebooted.

Enabled the services I disabled and ran a site reset checking the SQL box.

Rebooted.

Edit: Enable CLR in SQL. I found that CI changes weren't taking today.

Tested things out and it's all working fine.

  • Created on .