dbTalk Databases Forums  

timestamp ans status of database file

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss timestamp ans status of database file in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
akkha1234@gmail.com
 
Posts: n/a

Default timestamp ans status of database file - 04-20-2007 , 05:32 PM






Our database is running in full recovery mode and we backup the log
file every hour and the database file every night. I notice the
timestamp of database file *.mdf remains unchanged a few days. For
example one database has its timestamp at Apr 15 while it is Apr 20
already.
I am wondering if this is acceptable. How do I force the system to
flush the data and dirty blocks to the disk more frequently? What is
the downside to this?

Thanks for any idea.


Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: timestamp ans status of database file - 04-21-2007 , 07:43 AM






akkha1234 (AT) gmail (DOT) com (akkha1234 (AT) gmail (DOT) com) writes:
Quote:
Our database is running in full recovery mode and we backup the log
file every hour and the database file every night. I notice the
timestamp of database file *.mdf remains unchanged a few days. For
example one database has its timestamp at Apr 15 while it is Apr 20
already.
I am wondering if this is acceptable. How do I force the system to
flush the data and dirty blocks to the disk more frequently? What is
the downside to this?
I don't think you should pay any attention to the dates you see in
Explorer. The database files are open all the time, and data modifications
will not affect the dates. Only operations that affects the size of the
files does. That is, if the file autogrows, this will be refleced in
Explorer.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.