SELECT *
FROM Posts
WHERE Tags IN ('TRUNCATE TABLE')

may
25
2016

TRUNCATE TABLE misconceptions

TRUNCATE TABLE in SQL Server is well known for what it does as feature, but how it actually works is easily misunderstood, and for long time, the same…

Continue Reading »