Bonjour,
J'essaie de récupérer une base sans LOG:
Mais j'ai ce msg:Code:alter database MaBase rebuild log on (name=MaBase_log,filename='G:\BASES\MaBase_log.ldf')
Auparavant, j'ai effectué ces opérations:Code:
1
2 Msg 5030, Level 16, State 9, Line 1 The database could not be exclusively locked to perform the operation.
Merci.Code:
1
2
3 sp_configure 'allow updates', 1 reconfigure with override alter database MaBase set emergency
@+