Hi,
I have a CQ system, which is running SQL Server 2005 as its database server. now I want to export the databases and setup another testing environment based on existing CQ system. the future CQ testing system will sit in another machine.
Here are the proposed steps:
1) cqload to export schema
2) create empty schema repository in SQL server 2005, which is running in testing server.
3) cqload to import schema to testing server.
4) create empty user database in SQL server 2005 in testing server.
5) ???
Please help to continue the steps and share the experience with me. Much appreciated for your kindness.