101 New Features In SharePoint 2013

Summary : Free ebook – 101 New Features In SharePoint 2013,101 New Features Introduced in SharePoint 2013,All New Features in SharePoint 2013,What’s new in Content Management,Site Administration,Farm Administration,Search and Development
LearningSharePoint.com presents you with a new free ebook on “101 New Features In SharePoint 2013″ Authored by, Isha Kapoor a SharePoint MVP from Toronto.
Introduction :This ebook provides a brief description on 101 new and Improved features added to SharePoint 2013.These Features are grouped in following Categories –
  • Content Management
  • Site Administration
  • Farm Administration
  • Search
  • Development


The link to the original post is Here

Mount-SPContentDatabase : This content database has a schema version which is not supported in this farm


Problem:
When you are trying to mount a SharePoint content Database and you got the error message "This content database has a schema version which is not supported in this farm." as seen below:

Mount-SPContentDatabase : This content database has a schema version which is not supported in this farm.
At line:1 char:1
+ Mount-SPContentDatabase "SharePoint_Site_DB" -DatabaseServer ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidData: (Microsoft.Share...ContentDatabase:
   SPCmdletMountContentDatabase) [Mount-SPContentDatabase], SPUpgradeException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletMountContentDatabase
Solution:
 The issue often occurs when you are trying to attach a content database to a SharePoint Server which has a different version level as the current one. For example the former content database was attached to a SharePoint server which was running SharePoint 2010 with SP1. But the current new server has only a fresh 2010 installation without SP1. To solve that upgrade your SharePoint 2010 Server to have the same Buildversion of the other SharePoint Server.
To know your SharePoint Buildversion, you can execute this command with the “SharePoint 2010 Management Shell”
 (get-spfarm).buildversion
and you should get the current buildversion:
Major  Minor  Build  Revision

-----  -----  -----  --------

14     0      6126   5000


Installing SharePoint Farm with SQL Server 2012

I installed SQL Server 2012 on my VM and I installed SharePoint 2010, In SharePoint Products Configuration Wizard I got the following Error Message:


Could not find stored procedure ‘sp_dboption’



After a bit of reading I found that SharePoint Server 2010 needs SP1 to be installed before configuring it with SQL Server 2012.

You can download the SharePoint Server 2010 SP1 from this link: http://support.microsoft.com/kb/2460045

After installing the SP1 Setup, you can execute “SharePoint 2010 Products Configuration Wizard” and you will not have the error message.