Bonjour,
j'ai l'erreur suivante :
J'essaie le suivant :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 [Microsoft][SQL Native Client][SQL Server]The transaction log for database 'HC1' is full.
Merci pour votre aide.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 ALTER DATABASE HC1 MODIFY FILE (NAME = E:\bases\HC1\dataHC1log.ldf, MAXSIZE = UNLIMITED); GO Msg 153, Level 15, State 1, Line 5 Invalid usage of the option MAXSIZE in the CREATE/ALTER DATABASE statement.
Partager