...
After following the deployment instructions , the user can call the dbo.QueueExport proc to queue the tables to be exported. Upon execution, the proc will insert a pointer for all the active exports at that time into the PTG_ExportQueue table, where the records will await for the next time the job runs, exports the rows and marks the rows as exported in the PTG_ExportOut table.
User Guide
Anchor | ||||
---|---|---|---|---|
|
Here’s the following steps on using this tool. (Missing reference images)
Ensure the Export Job has been deployed and scheduled.
Ensure the Export Queues are set up and enabled.
Populate and configure your Benchmark tables
Run ‘Exec dbo.QueueExport’
Wait for the job to pick up the queues and create the files.
How to set up
Anchor | ||||
---|---|---|---|---|
|
You’ll need to create an export queue for the exporter job to pick up the tables you want to export. You may use the Insert script on TFS as a starting point to write all the table’s export queues.
...