How to: Bulk Copy by Using a Format File (ODBC)

새 설치: 2006년 4월 14일

To bulk copy by using a format file

  1. Allocate an environment handle and a connection handle.

  2. Set SQL_COPT_SS_BCP and SQL_BCP_ON to enable bulk copy operations.

  3. Connect to Microsoft® SQL Server™.

  4. Call bcp_init to set the following information:

    • The name of the table or view to bulk copy from or to.
    • The name of the data file that contains the data to copy into the database or that receives data when copying from the database.
    • The name of a data file to receive any bulk copy error messages (specify NULL if you do not want a message file).
    • The direction of the copy: DB_IN from the file to the table or view.
  5. Call bcp_readfmt to read the format file describing the data file to be used by the bulk copy operation.

  6. Call bcp_exec to execute the bulk copy operation.

참고 항목

개념

Using Data Files and Format Files

관련 자료

How to: Bulk Copy with the SQL Server ODBC Driver (ODBC)

도움말 및 정보

SQL Server 2005 지원 받기