Listing 1: Creation Script for the Largerow Table USE tempdb CREATE TABLE largerow (a int identity, b char(8000) default 'No data' )