I am importing data every hour. There is a dynamic process where dynamically staging tables are created and data is loaded.I have a small table where i am storing the start time end time and processed . This small table where
we never query just trying to store the information of the file gets deadlocked every time. The table is not very important as we do not have to query the data right away .
How to update this table without it being locked.?