I need to change my recovery model from Full to Simple on SQL Server 2014 Enterpriese. What is the correct procedure? This is my environment and plan to change the configuration as below. In my understanidng, if I succeed to
change it to simple recovery mode, it will be automatically start to cutting off trunsaction log, and the log won't be enlarged like when it does not take trunsuction log backup in full recovery mode. If
there is any my misunderstanding and plan, pleaase correct me. Any advices will be greatfuly appreciated. Thank you...
-----------------------------
My Environment
-----------------------------
-SQL Server 2014 Enterprise
-Recovery Model = Full
-Full backup is scheduled in SQL Server Agent as weekly
-Differential backup is schedule in SQL Server Agent as daily
-Trunsuction log backup is schedule in SQL Server Agent as every 12 hours.
-----------------------------------
Configuration change plan from Full to Simple Recovery Model
-----------------------------------
(1) Announce users about downtime for maintenace.
(2) Execute full backup just in case.
(3) Disable those 3 SQL Server Agent jobs.
(4) Change Recovery model from Full to Simple.
(5) Reboot the SQL Server