-2

I am using SQL Server 2008 R2 quite a while. It is working great. Now I need to use SQL Server 2012. Will this effect my existing database. How much Risk involved in installing SQL Server 2012 on a machine that have SQL Server 2008 R2 running.

2 Answers2

7

Back the whole system and the databases up and follow the upgrade instructions and you'll be fine.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
2

Yes, of-course it is safe. There are two possible ways :

  1. Upgrade your existing instance : In this case I would suggest you download and follow Upgrade Advisor http://msdn.microsoft.com/en-us/library/ms144256.aspx

  2. Installing named instance : Another option is to install a named instance, this way you will have both the instances available - SQL Server 2008 R2 and SQL Server 2012.

slm
  • 7,615
  • 16
  • 56
  • 76