¿Tienes respaldo (BACKUP) de tu base?
Ejecuta:
Código SQL:
-- Check the current database.
DBCC CHECKDB;
GO
-- Check the AdventureWorks2012 database without nonclustered indexes.
DBCC CHECKDB (AdventureWorks2012, NOINDEX);
GO
_________________________________
Trabajo con
Datorama y base de datos | soy programador