In terms of performance, truncate is minimally logged and delete is logged for the transaction, regardless of the recovery model of the database. With that in mind, yes, there is still a difference and truncate will, depending on the amount of data involved, run faster.
↧