Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Database out of control! HELPDatabase out of control! HELP
Previous
 
Next
New Post
5/22/2006 7:41 PM
 

Hi Salman,

first off, I'm no dba, and I think that you should find out from your host how often your database is backed up, if the transaction logs are backed up and if so, how often.

*You* need to decide the recovery model required. If you can accept the potential loss of data input across all site in your DNN installation since the last backup (may depend on answer to the questions above) then Simple Recovery Model will do.  If you have an active site in your portfolio, with people posting to forums/blogs or adding to news items or shopping carts, then Full Recovery Model is probably for you.

In either instance, you should set AutoShrink on:

ALTER DATABASE 'yourdatabasename' SET AUTO_SHRINK ON

My understanding is that transaction logs will only be truncated/shrunk when:

  1. the Recovery Model is set to Simple, or
  2. the transaction log is backed up

To set the recovery model to simple:

ALTER DATABASE 'yourdatabasename' SET RECOVERY SIMPLE

For further reading, determone which version of SQL Server you are using, and download the SQL Server Books Online (BOL), you can find the SQL Server 2000 version here: http://www.microsoft.com/downloads/details.aspx?FamilyID=a6f79cb1-a420-445f-8a4b-bd77a7da194b&DisplayLang=en

Hope this helps

 
New Post
5/23/2006 6:28 AM
 

Heyy Barry thanx to your detailed posts I now have a good handle on all the three areas of concern you mentioned.

A last curiosity remains, if anyone can answer here: do transaction log backups or setting to FULL recovery mode assist in

a) database restores that are carried out by your host in case of emergency or when requested? (because i don't really use/need that option much as I backup database remotely myself every few days),

OR

b) are there any OTHER really important purposes they serve?

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Database out of control! HELPDatabase out of control! HELP


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out