OK, a couple of things:
Have you tried running DBCC commands on the newly upgraded databases?
It's generally a good idea to update statistics and check the integrity of the databases once they have been upgraded.
If you run SELECT * FROM Sys.Schemas do you see all the schemas you were expecting?