Prerequisites for running reorg rebuild

Before you run reorg rebuild on a table:

To set select into/bulkcopy/pllsort to true and checkpoint the database, use the following isql commands:

1> use master
2> go
1> sp_dboption pubs2, 
    "select into/bulkcopy/pllsort", true
2> go
1> checkpoint pubs2
2> go

Following a rebuild on a table: