Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reindex w/o creating transaction log entry
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01284039
Message ID:
01284067
Vues:
17
>>Yes, set the recovery model to BULK before reindexing and back to FULL after.
>
>can this be done using a SQL command? If so how?

Yes, it should be with ALTER DATABASE command, but let me find out details.

::=
{
RECOVERY { FULL | BULK_LOGGED | SIMPLE }
| TORN_PAGE_DETECTION { ON | OFF }
| PAGE_VERIFY { CHECKSUM | TORN_PAGE_DETECTION | NONE }
}

See details on ALTER DATABASE in BOL.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform