These files will create the tables and data for the ADOPerf database.
It will not create the database for you.  I created a database of 20Mb,
but only 13Mb was used.  Set both the Bulk Copy and Truncate Log on Checkpoint
options, so that data can be added without filling the transaction log.
These options should be turned off once the data is imported.

ADOPerf.sql will create the tables, and two stored procedures that can
be used to create the data.  This is quite slow, so you can use the supplied
data and bcp it in.  ImportData is a batch command that will do this for you.
You should edit this command and change the server_name to point to your
SQL Server, and change the user and password if necessary.