回复:急!SQL初级问题:
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