Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL data - - .mdf
Message
De
17/10/2001 00:39:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00569358
Message ID:
00569399
Vues:
19
>Hi all:
>
> When I run a nightly batch, I notice in the SQLdata directory that an MDF file is created that records the logs of transactions that occur while my transaction was running. This MDF file can be very big. Is there a way that I can prevent this MDF from being created or is there no way to prevent it?
>
>Thank you.

Mahmood,

If you are talking about SQL Server, the MDF file is the database file itself. Usually anytime you create a database without any special options two files are created, one with an MDF extension and the other with an LDF extension. The second one is the log file. Obviously you don't want to tamper with the MDF file, the best you can do is to monitor the size and shrink it if necessary (or if possible) using the options in the SQL Enterprise Manager.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform