I installed Veeam EndPoint Backup on my physical SQL Server 2014 server (named SAQALA) and modified the user that runs the service with a user named adminsql which is a domain admin and also the same user that runs the SQL services on SAQALA.
When I fully backup this server with Veeam EndPoint Backup to a Veeam Repository, I can successfully restore the database by attaching the .mdf and .ldf.
When I do an incremental backup, I have an error preventing me to attach the database. May the transaction log file (.ldf) have not been correctly truncated? (see error below although my SQL Server is in French and so is the error message)
Is there any way to make it work?
Thanks
Yann
Code: Select all
TITRE : Microsoft SQL Server Management Studio
------------------------------
Échec de Attacher la base de données pour Serveur « SAQALA\INSTANCE ». (Microsoft.SqlServer.Smo)
Pour obtenir de l'aide, cliquez sur : http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=12.0.2000.8+((SQL14_RTM).140220-1752)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attacher+la+base+de+données+Server&LinkId=20476
------------------------------
INFORMATIONS SUPPLÉMENTAIRES :
Une exception s'est produite lors de l'exécution d'une instruction ou d'un lot Transact-SQL. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
Le numéro d'analyse du journal (7876:326:0) transmis à l'analyse du journal dans la base de données 'Suresnes' n'est pas valide. Cette erreur peut indiquer que les données sont endommagées ou que le fichier journal (.ldf) ne correspond pas au fichier de données (.mdf). Si cette erreur s'est produite lors de la réplication, recréez la publication. Sinon, restaurez les données à partir d'une sauvegarde si le problème se traduit par une défaillance lors du démarrage.
Impossible d'ouvrir la nouvelle base de données 'Suresnes'. Abandon de CREATE DATABASE. (Microsoft SQL Server, Erreur : 9003)
Pour obtenir de l'aide, cliquez sur : http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=9003&LinkId=20476
------------------------------
BOUTONS :
OK
------------------------------