SQL Server database corrotto causando problemi

lamagician

Nuovo Utente
1 Mag 2016
1
0
0
SQL Server 2008. Abbiamo 5 database. Un database è danneggiato. Durante il caricamento SQL Server Management Studio, che non può espandersi per vedere tutti i database. SSMS si blocca. Qualsiasi tentativo di staccare il database corrotto porta un database in uso. Il server è una workstation. Abbiamo cambiato il nome del computer un paio di settimane fa. Non so se questo ha alcun effetto. Il database è corrotto durante il tentativo di sostituire il file mdf da un backup mdf. Tutte le idee?
 
usa questi comandi DOS per verificare la consistenza del database, inserendo il nome del database (DBname)
try the following DOS commands in order to verify the database consistency, setting the right name (DBname)

Codice:
sqlcmd -o dbcclog.log

dbcc CHECKDB (DBname)

go

exit

il risultato nel file dbcclog.log
 

Discussioni simili