sql - No waiting while Truncate Table -


I have an SSIS package that runs repeatedly after 1 hour. This package first reduces a table and then populates that table with new data. And this process takes 15-20 minutes. When this package runs, the data is not available to the users. So they have to wait till the package runs. Is there a way to handle this situation so that the user does not have to wait?

table. Instead, add audit columns with the data data type, split the table per hour split into this audit column, after loading with the new partition of the new partition, leave the old partition.

Ensure that users are directing the proper segmentation with the help of the query audit column

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -