gregdodd.me
Can I Rollback a Truncate?
There’s a common belief that you cannot rollback a truncate statement in SQL Server, but is that true? We can find out with a pretty simple test. First, we need a table we can truncate. Obvio…