SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Hide this message
Your VM Perplexities Called, and They Need You to Read This.
Virtualization can give you enormous flexibility with future workloads and can be a key enabler for other areas, like cloud computing and disaster recovery. So, how can you get a handle on the performance challenges in your virtual environment and manage deployments without erasing the potential upside? Learn the four key areas you need to be focusing on to help deliver a healthy and well-performing data center.
Get your free white paper.
Updated: October 16, 2017
This article shows you how to back up and restore scheduled tasks.
1. Make a backup of C:\Program Files\SolarWinds\Patch Manager\Server\scheduled.
2. Open MSSQL Studio and navigate to the EminentWare database.
3. Create a new Table (default name dbo.Table_1).
4. Under the tables folder find the dbo.ewbatchtask table.
5. Make a copy of this table in any way you feel comfortable.
For example:
USE EminentWare
INSERT INTO dbo.Table_1
SELECT * FROM dbo.ewbatchtasks
6. Back up the database and keep it offline.
1. Restore the database table.
USE EminentWare
SELECT * FROM dbo.Table_1
INSERT INTO dbo.ewbatchtasks
2. Restore the scheduled folder to C:\Program Files\SolarWinds\Patch Manager\Server\scheduled.
3. Open Patch Manager.