I need to setup two IVR servers and I plan to store a special-time database (a new table) on CallManager Servers (using Sql). Normally I only create the script to query DB from single server ie: subscriber. But if the subscriber server down, the ivr won't able to give correct prompts. Is there a way I can make that sql db/table to be copied over to another server so that I still have redundancy. Thank you.