There are some limitations to restore the whole web applicartion using SQL restore but we can use DB associated with Web Application using SQL tools
To restore databases associated with a Web application by using SQL Server tools
- The account must be a member of the sysadmin fixed server role.
- All stored procedures must be finished before a restore if any procedure is running stop SharePoint Timer service and wait for several minutes for any currently running stored procedures to finish.
- Do not restart the service until after you restore the databases.
- Now we are all set open SQL management studio and expand Database server
- Select the DB you want to restore > Right Click > Tasks > Restore > Database.
- In the Restore Database dialog box, specify all required information
- Open Options.
- In the Restore options section, select only Overwrite the existing database
- Recovery state section specify details as per your requirements
- Click OK
No comments:
Post a Comment