Moving Database Servers
all
i have moved production db's.
recovery mode = simple.
xxxxx.mdf - 1.8gb
xxxxx.ldf - 800mb
when run full log file not reduce in size, normal?
i have quite large db's still move , set correctly.
ps, quite new have manage db's.
thanks
-graham
all
i have moved production db's.
recovery mode = simple.
xxxxx.mdf - 1.8gb
xxxxx.ldf - 800mb
when run full log file not reduce in size, normal?
i have quite large db's still move , set correctly.
hello graham,
since database in simple recovery cannot take transaction log backup.point here in simple recovery log truncations happen after checkpoint , after when log file grows 70 % of size.800 mb of log file not big file since data file 1.8 g log seems little on me.but seems normal.
full backup never truncates log transaction log backup does.
please mark reply answer or vote helpful, appropriate, make useful other readers
SQL Server > SQL Server Database Engine
Comments
Post a Comment