Bonjour,
je veuw attacher à mon serveur sql Server une base de donnée (cette base n'est pas la mienne ,je n'ai pas crée sur mon serveur local) mais j'obtiens l'exception suivante:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
TITLE: Microsoft SQL Server Management Studio
------------------------------
 
Attacher la base de données failed for Server 'MARWA-PC\SQLEXPRESS'.  (Microsoft.SqlServer.Smo)
 
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1447.4+((KJ_RTM).100213-0103+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attacher+la+base+de+données+Server&LinkId=20476
 
------------------------------
ADDITIONAL INFORMATION:
 
Une exception s'est produite lors de l'exécution d'une instruction ou d'un lot Transact-SQL. (Microsoft.SqlServer.ConnectionInfo)
 
------------------------------
 
The database 'DB_TelnetProject' cannot be opened because it is version 661. This server supports version 655 and earlier. A downgrade path is not supported.
Could not open new database 'DB_TelnetProject'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 948)
 
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=948&LinkId=20476
j'ai essayé de mettre à jour ma base mais rien n'a marché . que dois-je faire?