Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stop logging in SQL-Server 7
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00594513
Message ID:
00594651
Vues:
26
>SQL-Server seems to be logging everything, even for data retrieval. We would like to shut off logging but cannot seem to find how to do this. Oracle, Ingres, DB2 seems to allow you to run queries or perform updates without logging. How do we shut this off for SQL-Server?
>
>Steve

You mean the transaction log? You can set it off by using the Enterprise Manager and checking the box "Truncate Log on checkpoint" or by issuing the following in your statements:
USE master
EXEC sp_dboption 'mydatabase', 'trunc. log on chkpt.', 'TRUE'
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform