Issue
How to back up a full version of SQL (not express)?
Product Line
TAC Vista
Environment
- SQL 2005, 2008 full versions, i.e. Enterprise, Standard etc.
- TAC Vista 5.1.X
Cause
A customer may wish to backup the TAC Vista log database to prevent data loss if the SQL server crashes.
Resolution
There are 2 options available, depending on the TAC Vista SQL configuration the customer has configured.
- If the customer has selected "Typical" on the TAC Vista Server setup "SQL" tab, you can configure this through Vista workstation.
- Right-click on the Server object in Workstation and select "Properties".
- Select the "Log Backup" tab and configure the backup schedule there.
-
If the customer has selected "Custom" on the TAC Vista Server Setup "SQL" tab, this can be configured through SQL Management Studio (which is free to download from Microsoft, if the customer doesn't already have it).
-
Start SQL Management Studio and connect to the SQL server instance that is being used for TAC Vista.
-
Expand the SQL server in the tree (in SQL Management Studio) and locate the "Management" folder.
-
Expand that folder and locate the "Maintenance Plans" folder.
-
Right-click on the folder and either select "Maintenance Plan Wizard" or "New Maintenance Plan".
-
Configure as required.
-