Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

You may use the Insert script on TFS as a starting point to write all the table’s export queues.

C:\TFS\Conversion\Integration_Pipeline\Export Job\Stored Proc\Insert Script.sql

...

Solution
Anchor
Solution
Solution

...