Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL data - - .mdf
Message
From
17/10/2001 00:39:03
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00569358
Message ID:
00569399
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform