Unsolved
This post is more than 5 years old
23 Posts
0
1325
July 31st, 2007 01:00
MSSQL: making full backup every 24 hours.
Hi,
I am trying to make a backup of MSSQL from client side for some reasons. Although nsrsqlsv is set to incremental but it makes full backup up approximately every 24 hours with the following message.
[6704] [I ] 07/31/07 16:02:14 Last backup of database 'DB1' was not created using NMSQL Module.
Promoting the backup level to full.[6704] [I ] 07/31/07 16:02:15 Backing up DB1...
A strange thing is, the backup server is taking backup from many clients with same configuration but only a few clients are doing the full-backup.
I confirmed that recovery model of MSSQL is full. (If the model is not full it makes full backup every time not every 24 hours.)
The version of both of NW server and client is 7.4 Build 187, and MSSQL module is 5.0.0.154.
Please help.
Regards Yoshi
I am trying to make a backup of MSSQL from client side for some reasons. Although nsrsqlsv is set to incremental but it makes full backup up approximately every 24 hours with the following message.
[6704] [I ] 07/31/07 16:02:14 Last backup of database 'DB1' was not created using NMSQL Module.
Promoting the backup level to full.[6704] [I ] 07/31/07 16:02:15 Backing up DB1...
A strange thing is, the backup server is taking backup from many clients with same configuration but only a few clients are doing the full-backup.
I confirmed that recovery model of MSSQL is full. (If the model is not full it makes full backup every time not every 24 hours.)
The version of both of NW server and client is 7.4 Build 187, and MSSQL module is 5.0.0.154.
Please help.
Regards Yoshi
No Events found!


amediratta
2 Intern
•
2K Posts
0
July 31st, 2007 07:00
This one seems going straight...compares current modified date of SQL database with last backup date and backs up the database at level FULL even if incr. is set.
yoshi2
23 Posts
0
August 1st, 2007 00:00
bc9am
33 Posts
0
August 7th, 2007 08:00
For me I backup several databases on the same server, all of them apart from one db backup properly (incremental's when I ask for incremental), but one of them always does full backups.
It looks like this is caused by the database recovery mode being set to Simple rather than Full (in the Database Properties, and options tab).
yoshi2
23 Posts
0
August 27th, 2007 01:00
Sorry for the late reply since I was on holiday these days, and thank you for your reply.
The database recovery mode is Full (not Simple). According to some articles I needed to rebuild media database so I tried it but the problem still persists. hmm......
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 27th, 2007 06:00
Fatmosh1
1 Message
0
April 4th, 2008 06:00
Any other thoughts or insight would be appreciated.
Thanks!