The presence of a dependent foreign key will prevent truncation of the table. I think I'll use that to my advantage.
-----------------------------------------------------------------------------
PRINT 'Creating Tables'
CREATE TABLE TestTruncate(I INT IDENTITY(1,1), x CHAR(1),...