luis_carlosh (6/9/2015)
Steps I done:OLD SQL 2008> task > backup DB
NEW SQL 2014 task > Restore DB
1) SET COMPATIBILITY_LEVEL = 120
2) REBUILD ALL INDEXES
3) EXEC sp_updatestats
Any way the miliseconds in simple 'select' are the same than before...
OLD SQL 2008> task > backup DB
NEW SQL 2014 task > Restore DB
1) SET COMPATIBILITY_LEVEL = 120
2) REBUILD ALL INDEXES << Good
3) EXEC sp_updatestats << Possibly bad as the rebuild above updated statistics with 100% scan, this probably sampled