开发者

SQL Server ETL process transaction logs

开发者 https://www.devze.com 2022-12-19 01:57 出处:网络
is it ok to set recovery mode simple in a staging db for an ETL process... The customer is not even doing a regular backup! So what\'s the point in keeping t开发者_运维百科he transaction logs...

is it ok to set recovery mode simple in a staging db for an ETL process... The customer is not even doing a regular backup! So what's the point in keeping t开发者_运维百科he transaction logs...

I propose to organize a daily backup after the bulk import and that's it...

Anything against this plan? Also the transaction logs were at 80gb after 3 weeks...

cheers


Yes, I would use simple mode. In fact, I do...

The data does not require "point in time recovery" so make life easier for yourself. Do you even need a full backup?

0

精彩评论

暂无评论...
验证码 换一张
取 消