Hi,
in a my stored procedure I need to use the DELETE statement, and I cannot use TRUNCATE TABLE, in order to deleting rows with a specific year. The table source has more tens of millions of rows and when I use the DELETE statement I need to deleting some ten of millions of rows.
Any ideas, please?
Thanks