Bonjour,
J'arrive pas à faires des restauration sous SQLSERVER 2005 le backup se déroule normalement
Les parametres de la sauvegarde :
option generale :
Recovery model = full
backup type = full
backup component = database
destination = backup to disk
option options
Backup to existing media set
C'est une BD qui etait sous SQLSERVER 2000 que j'ai attaché sous le 2005
et fonctionne bien sous 2005 auxquel est connecté une application
Lors de la restauration j'ai le message :
Les liens au dessus donne "we're sorry There is no additional information about etc......"
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 TITLE: Microsoft SQL Server Management Studio ------------------------------ Restore failed for Server 'INFORMATIQUE'. (Microsoft.SqlServer.Smo) For help, click: ------------------------------ ADDITIONAL INFORMATION: System.Data.SqlClient.SqlError: The tail of the log for the database "redevance" has not been backed up. Use BACKUP LOG WITH NORECOVERY to backup the log if it contains work you do not want to lose. Use the WITH REPLACE or WITH STOPAT clause of the RESTORE statement to just overwrite the contents of the log. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&LinkId=20476
Merci pour votre aide
Partager