Link to home
Start Free TrialLog in
Avatar of dqnet
dqnet

asked on

SQL Upgrade 2008 to 2012

Hi,

We are currently in progress of upgrading our new web-apps to take advantage of .net 4.5
As it stands we can just mount our current sql 2008r2 databases into SQL 2012 and all will work fine after our tests. The question is, should we also rebuild the database directly in 2012 rather then 're-moun' the old ones? Are there any differences to building it fresh in 2012?

Performance? Optimisations? Features?

or is it just a waste of time and go ahead and mount the 'older' 2008 r2 databases?

Thanks!
Avatar of strivoli
strivoli
Flag of Italy image

Just to avoid misunderstandings: you have one server (call it 1st) with SQL2008R2 and another server (call it 2nd) with SQL2012. Correct?
If this is it, I would mount the DBs into SQL2012. I see no need to "rebuild".
Take care of the compatibility level of each DB.
Avatar of dqnet
dqnet

ASKER

Yes that's correct.
My developers were saying that just mounting it may not bring all the optimization a that rebuilding it in SQL 2012 would do.. I'm not too sure about databases but they have no problems just mounting it. It was just advice that it would probably be better in the long run to have it built straight up using 2012.

Is this true?
ASKER CERTIFIED SOLUTION
Avatar of strivoli
strivoli
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dqnet

ASKER

Do you have any links that may help?
I've searched but can't find anything of any real substance.
Avatar of dqnet

ASKER

?
I apologize fro the delay...

Your question "Do you have any links that may help?":

My answers:
a. If you search for links suggesting a rebuild instead of a mount, I don't have any and you probably won't find any official documents suggesting you to run a rebuild since the mount is fully supported by MS.
b. If you search for links about the DB Integrity, Index, and Statistics, the SQL Books Online are the best source and you'll find almost any useful information.
Avatar of dqnet

ASKER

Sorry for the delay! Points awarded! :)