Search
Home
Articles
Backup
Books
Certification
FAQ
Products
Replication
Scripts
Seminars
Training
TSQL

MSDN Fourms
Fort Worth SSUG
Oklahoma City SSDG

Resume

Champion Valley Pens

TestBase 3.0 1 2 3 4 5 6 7 8 9

You will normally send output directly into the database.  However, you have the option to send it to a text file instead.  The text file option can be useful if you are generating several million rows of data since a bulk insert will be much faster that several million insert statements and not have as large of an impact on the transaction log.  It can also be useful if you want to generate a single test bed to work from for multiple tests and wish to reset the database after each test.

testbase-07.gif (9185 bytes)

I now want to add in my child tables of tbt_orders and tbt_orderdetails.  Right click on tbt_customers and select New Child Table.

testbase-08.gif (16013 bytes)

TestBase 3.0 1 2 3 4 5 6 7 8 9

Michael R. Hotek

All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.