Home | Previous Page | Next Page   Basics of Database Design and Implementation > Implementing a Relational Data Model > Populating the Database >

Performing Bulk-Load Operations

Inserting hundreds or thousands of rows goes much faster if you turn off transaction logging. Logging these insertions makes no sense because, in the event of a failure, you can easily re-create the lost work. The following list contains the steps of a large bulk-load operation:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]