I created a database on SQL server 2012 on Windows 7 and I want to work with this database on Windows XP which has a sql server 2008 installed. The problem is when I want to attach the database in sql server 2008 it gives me this error message :
TITRE : Microsoft SQL Server Management Studio
------------------------------
Échec de Attach database pour Serveur « MAC-BOOK-AIR\SQLEXPRESS ». (Microsoft.SqlServer.Smo)
Pour obtenir de l'aide, cliquez sur : http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476
------------------------------
INFORMATIONS SUPPLÉMENTAIRES :
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
The database 'GESTION_STAGE' cannot be opened because it is version 706. This server supports version 612 and earlier. A downgrade path is not supported.
Could not open new database 'GESTION_STAGE'. CREATE DATABASE is aborted. (Microsoft SQL Server, Erreur : 948)
Pour obtenir de l'aide, cliquez sur : http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=948&LinkId=20476
Is there any possibility to attach the database without installing an earlier version of sql server ? Because I can't install sql server 2012 in Windows XP.