Results 1 to 3 of 3

Thread: transaction and performance

  1. #1
    Join Date
    Apr 2006
    Location
    Paris
    Posts
    7

    transaction and performance

    hi guys,

    I have a stupid question:

    I want to use transaction in a stored procedure which is extracting data from a ERP software system and writes to a compression table. The reason for this is making sure that the data in the compression table is not inconsistent if the stored procedure fails.

    Depending on the volume of data, the extraction can take quite some time (20 minutes).

    Are transaction going to alter in any way the performance of the ERP software system?

    Thanks a lot,

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Dec 2004
    Posts
    502
    If I understand your question correctly, the answer is no.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •