Hi,
I have a huge table that is growing very fast (500000 row per day )
I need to keep data in this table for only the last 3 months and to move each day before that to CSV file in a daily schedule.
do you I have to use SSIS, if yes how if no what is the best practice way to do this?
Note: I have to avoid the lock on this table because of many transactions per sec.
thank you.