Versions Compared

Key

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

...

How to use
Anchor
How-to-use
How-to-use

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.

...