Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Suggestions on How to Improve Delete

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles