This create table statement specifies an expected row size of 200 bytes:
create table new_titles ( title_id tid, title varchar(80) not null, type char(12), pub_id char(4) null, price money null, advance money null, total_sales int null, notes varchar(200) null, pubdate datetime, contract bit ) lock datapages with exp_row_size = 200