Hi Guys,
Any suggestions on how to improve this Delete?
delete was causing tempdb log to grow, also would UPDATE be faster than Delete , there are around 31 million records to delete...thanks
DECLARE @return_value int
EXE
Any suggestions on how to improve this Delete?
delete was causing tempdb log to grow, also would UPDATE be faster than Delete , there are around 31 million records to delete...thanks
DECLARE @return_value int
EXE