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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -