Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><em>Another solutions is -</em> <strong>Backing Up and Restoring Database</strong></p> <p><strong>Back Up the System Database</strong></p> <p>To back up the system database using Microsoft SQL Server Management Studio Express, follow the steps below:</p> <ol> <li><p>Download and install Microsoft SQL Server 2008 Management Studio Express from the Microsoft web site: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=7593">http://www.microsoft.com/en-us/download/details.aspx?id=7593</a></p></li> <li><p>After Microsoft SQL Server Management Studio Express has been installed, launch the application to connect to the system database. The "Connect to Server" dialog box displays. In the "Server name:" field, enter the name of the Webtrends server on which the system database is installed. In the "Authentication:" field select "Windows Authentication" if logged into the Windows machine using the Webtrends service account or an account with rights to make changes to the system database. Otherwise, select "SQL Server Authentication" from the drop-down menu and enter the credentials for a SQL Server account which has the needed rights. Click "Connect" to connect to the database.</p></li> <li>Expand "Databases," right-click on "wt_sched" and select "Tasks" > "Back Up..." from the context menu. The "Back Up Database" dialog box displays. Under the "Source" section, ensure the "wt_sched" is selected for the "Database:" and "Backup type:" is "Full." Under "Backup set" provide a name, description and expiration date as needed and then select "Add..." under the "Destination" section and designate the file name and path where the backup will be saved. It may be necessary to select the "Overwrite all existing backup sets" option in the Options section if a backup already exists and is to be overwritten. </li> <li><p>Select "OK" to complete the backup process.</p></li> <li><p>Repeat the above steps for the "wtMaster" part of the database.</p></li> </ol> <p><strong>Restore the System Database</strong></p> <p>To restore the system database using Microsoft SQL Server Management Studio, follow the steps below:</p> <ol> <li><p>If you haven't already, download and install Microsoft SQL Server 2008 Management Studio Express from the Microsoft web site: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=7593">http://www.microsoft.com/en-us/download/details.aspx?id=7593</a></p></li> <li><p>After Microsoft SQL Server Management Studio has been installed, launch the application to connect to the system database. The "Connect to Server" dialog box displays. In the "Server type:" field, select "Database Engine" (default). In the "Server name:" field, select "\WTSYSTEMDB" where is the name of the Webtrends server where the database is located. WTSYSTEMDB is the name of the database instance in a default installation. In the "Authentication:" field select "Windows Authentication" if logged into the Windows machine using the Webtrends service account or an account with rights to make changes to the system database. Otherwise, select "SQL Server Authentication" from the drop-down menu and enter the credentials for a SQL Server account which has the needed rights. Click "Connect" to connect to the database.</p></li> <li><p>Expand "Databases," right-click on "wt_sched" and select "Delete" from the context menu. Make sure "Delete backup and restore history information for databases" check-box is checked.</p></li> <li><p>Select "OK" to complete the deletion process.</p></li> <li><p>Repeat the above steps for the "wtMaster" part of the database.</p></li> <li><p>Right click on "Databases" and select "Restore Database..." from the context menu. In the "To database:" field type in "wt_sched". Select the "From device:" radio button. Click on the ellipse (...) to the right of the "From device:" text field. Click the "Add" button. Navigate to and select the backup file for "wt_sched". Select "OK" on the "Locate Backup File" form. Select "OK" on the "Specify Backup" form. Check the check-box in the restore column next to "wt_sched-Full Database Backup". Select "OK" on the "Restore Database" form.</p></li> <li><p>Repeat step 6 for the "wtMaster" part of the database.</p></li> </ol> <p>Courtesy - <a href="http://kb.webtrends.com/articles/How_To/Backing-Up-and-Restoring-the-System-Database-using-MS-SQL-Management-Studio">http://kb.webtrends.com/articles/How_To/Backing-Up-and-Restoring-the-System-Database-using-MS-SQL-Management-Studio</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload