sukesh75
20th May 2007, 09:11
Hi Guys,
What are the repercussions, if any, when the baan database recovery mode is changed from “Simple” to “Full”? By default baandb is created with the recovery mode set to "Simple".

sk

sukesh75
23rd May 2007, 09:39
Anyone know anything about what i asked?

sk

Bruce21
24th May 2007, 10:24
Hi Guys,
What are the repercussions, if any, when the baan database recovery mode is changed from “Simple” to “Full”? By default baandb is created with the recovery mode set to "Simple".

sk

I assume that you are speaking for SQL Server. It has nothing to do with BAAN cause this is an SQL-Feature.
If you select full you will need additional space for the transaction-files but you you will get the option for an point-in-time recovery. (restore data for an specific date/time - in simple-mode you didn't have this feature.

sukesh75
24th May 2007, 12:38
Yes, its a sql feature. However, when you create any database in SQL, the recovery mode is by default set to "Full". Baandb is created at the time of installing Baan and its by default set to "Simple". I am trying to understand, if there is any particular reason behind this move and if changing it later on would have an adverse effect on the working of Baan app. We all know how finicky Baan is about its various setups and how one simple change could bring it down...

Just being a carefull baan citizen...
sk

Bruce21
24th May 2007, 12:46
Yes, its a sql feature. However, when you create any database in SQL, the recovery mode is by default set to "Full". Baandb is created at the time of installing Baan and its by default set to "Simple". I am trying to understand, if there is any particular reason behind this move and if changing it later on would have an adverse effect on the working of Baan app. We all know how finicky Baan is about its various setups and how one simple change could bring it down...

Just being a carefull baan citizen...
sk

Hmm, usually Backup-Mode is always "simple" on an new installed sql-server 2000. In version 2005 I didn't remember what's the default-setting.
Probably you should read the tuning advisory-document for sql-server to understand what's behind that.

sukesh75
25th May 2007, 13:58
Hi bruce..
We currently use SQL2000 on our production servers and on all of them, the Recovery Mode on all databases created, after installation i.e, is set to "Full". Right now only baandb(baan database) is having the recovery mode set to "Simple". Is this another way of baan not approving of transaction log backup and restore?

When you suggested about reading "tuning advisory-document for sql-server", you meant the baan based one, right?

sk