Here is the step-by-step procedure about how to backup Citrix database on SQL 2005 server.
Note: Do not use DSMAINT BACKUP builtin Citrix command. This command is only used if you want to take backup of MS Access or MSDE database.
Backup up database
Steps
The backedup database can be restore any time if you feel datastore has been corrputed. To do so perform the following steps.
Note: Do not use DSMAINT BACKUP builtin Citrix command. This command is only used if you want to take backup of MS Access or MSDE database.
Backup up database
Steps
- Log into the database server and open Microsoft SQL Server Management Studio.
- Navigate to the Citrix/XenApp database. Here I am using the database named "XenApp".
- Right Click on the database --> Tasks --> Back Up
- Select the backup type. The default is Full. I prefer to use Full database backup as the database size is very small.
- Click on Option. Keep the default options. To schedule the backup job click on Script and then select Script action to job.
- Go to Schedule and click on New to create a backup schedule.
- Click OK thrice to start and schedule the backup process. Once database backed-up successfully, you will get the following notification.
- The default backup location is C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\
The backedup database can be restore any time if you feel datastore has been corrputed. To do so perform the following steps.
- To restore, Right Click on Database and then select Restore Database.
- Select the To Database and From Database from the drop-down list. Here I have selected XenApp as this is the database I want to restore.
- Go to Option and select Overwrite the existing database. Click OK to start the restoration procedure.
- After restoration is successfully completed, you will get the following message. Click OK to close the message.
No comments:
Post a Comment