|
1
|
How to set recovery model on many databases on multiple instances automatically? |
Solutions
Description
The script is used to set recovery mode on many databases on multiple instances automatically.
Questions (2)
|
|
-
you cant do this via a single script but yes you can easily change the recovery model of all user DBs on a single server.1 Posts | Last Post October 24, 2012
-
Written October 24, 2012you can't do this via a single script, but yes you can easily change the recovery model of all user DBs on a single server. May be after this you can register all your servers in SSMS centralised server and run the script at once on all registered servers. Let me know if you want me to provide that statement.
-
-
-
Written October 21, 2012Three recovery models exist: simple, full, and bulk-logged. Each recovery has its own features. Based on the recovery goals and requirements for the database and whether we can manage log backups, we could set the optimal recovery model for the databases. The script is used to set recovery mode on many databases on multiple instances automatically. Related threads http://social.t
echnet.microsof t.com/Forums/en -US/sqlsetupand upgrade/thread/ 9f371b72-cae4-4 823-9101-154318 5da4ab http://social.m sdn.microsoft.c om/Forums/en-US /sqldisasterrec overy/thread/45 ce9589-e81b-4d5 4-aa22-962d94d4 0bc9 #AIOSF
-
Download Windows Server 2012