I know in DB2 that import use the transaction logs and loads don't.
As such, loads are much faster, but then you have to run some extra steps at the end to ensure referential integrity.

Maybe there is some utility in SQL Server 2000 like LOAD? BCP maybe?

Or some option on a utility?