If you want to move the Application Server Database from one database server (source) to another database server (destination) follow following steps.
•Shut down the Application Server Instance that accesses the database you want to move
•Using your favorite SQL Server management software make a backup of the Application Server Database on the source database server
•Transfer the backup files to the destination server
•Using your favorite SQL Server management software restore the database from the backup files to the destination database server.
•Follow the steps in Creating the accessing user to create the login for the Application Server.
•Give the accessing user the permissions to read and write everything in the Redbex Application Server Database
•Modify the instance configuration file of the Application Server Instance that accesses the moved database and point to the right database.