Hi Ashish and VDeevi,
Thanks for your notes - all of the CSF databases can be moved using the following process:
(a) Stop message flowing to all instances the connector, ideally this will be done be stopping the up-stream service(s).
(b) Stop the application pool in IIS, or use iisreset.
(c) Use SQL Server tools to attach/detach, or backup/restore, or even log-shipping to move the database to a new SQL Server machine.
(d) Verify, using SQL Server tools, that the database is intact and functioning.
(e) Change the connection string(s) in the connector configuration files.
(f) Restart the flow of messages to the connector by starting the up-stream service(s).
Many Thanks, Ashish and VDeevi!!
-Rob. |