回复:急!SQL初级问题:

来源: 2005-10-03 13:33:42 [旧帖] [给我悄悄话] 本文已被阅读:

Create table to receive the data
Use the following steps to create a table to receive the data that the XML Bulk Load component processes.
1. Create a database named MyDatabase in SQL Server.
2. Open SQL Query Analyzer, and then change the database to MyDatabase.
3. Create a Customer table in MyDatabase by running the following SQL statement in Query Analyzer