Deadlock when trying to update a table while Selecting

  • I have a scenario where a job runs and performs the following action:

    Truncate table B.

    Insert into table B by selecting * from table A.

    Table B is then moved to a reporting database.

    This job runs for several minutes.

    At the same time the job is running, users are attempting to update Table A.

    They are receiving deadlocks because of the select statement.

    Any suggestions on the best option to prevent this issue?

    Thanks.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply