This procedure describes how to extract Redwood CPS data on a MSSQL Server. Before starting a new conversion project, you need to set up tables and export the data from the Redwood CPS environment. After extracting data, you can then define a new conversion project.
To extract Redwood CPS data:
redwood_MsSQL_export -U <username> -P <password> -S <database server> -D <database/schema name> [-T <table names list>
EXAMPLE: -T table1,table2,table3
NOTE: Once you run the command, a batch script exports the table from the Redwood MSSQL server.
Parent Topic |