Groups | Blog | Home
all groups > sql server new users > may 2005 >

sql server new users : Database Dates


Brandon
5/24/2005 10:23:08 AM
Our SQL database show that they haven't been modified or accessed in weeks .
.. . and yet our users are working with applications that access these
databases on a daily basis. So why would the dates on the database files
themselves show that it's been weeks since they've been used?

--
Brandon Smith
IT Director
Presentations Direct - Specialized Office Equipment & Supplies
http://www.presentationsdirect.com

Keith Kratochvil
5/24/2005 10:53:35 AM
I assume that you are talking about the date on the database data and log
file(s). It is normal that the dates do not change. The dates will not
change until the file is closed. The file will only be closed when you stop
SQL Server (or the db is set to autoclose which is generally not
recommended).


It sounds like you may have limited knowledge of and experience with SQL
Server. I want to take a minute to recommend that you backup your databases
to disk. You should then backup your backups to tape (or copy the files to
another computer/server). You can create and schedule jobs within SQL
Server Enterprise Manager that will back up your databases. The following
KB article might be helpful:

INF: Disaster Recovery Articles for Microsoft SQL Server
http://www.support.microsoft.com/?id=307775


--
Keith


[quoted text, click to view]

Brandon
5/24/2005 1:38:27 PM
Thanks, but what does backing up the db's have to do with my question? We
already back up the db's with a full backup every night and a backup of the
transaction logs every few hours.

--
Brandon Smith
IT Director
Presentations Direct - Specialized Office Equipment & Supplies
http://www.presentationsdirect.com


[quoted text, click to view]

Keith Kratochvil
5/24/2005 2:54:03 PM
The comments that I included within my original post say it all. An ounce
of prevention (or knowledge) can help to avoid a huge disaster later.

--
Keith


[quoted text, click to view]

AddThis Social Bookmark Button