About 151,000 results
Open links in new tab
  1. Bulk Copy with bcp Utility - SQL Server | Microsoft Learn

    The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files. Except when used with the queryout option, the utility requires no …

  2. Import & export bulk data with bcp - SQL Server | Microsoft Learn

    Apr 4, 2023 · This topic provides an overview for using the bcp utility to export data from anywhere in a SQL Server database where a SELECT statement works, including partitioned views.

  3. bcp ユーティリティを使用した一括コピー - SQL Server | Microsoft Learn

    bcp ユーティリティを使うと、多数の新規行を SQL Server テーブルにインポートしたり、データをテーブルからデータ ファイルにエクスポートしたりできます。

  4. Create a format file with bcp (SQL Server) - SQL Server

    Nov 30, 2023 · When you bulk import into a SQL Server table or bulk export data from a table, you can use a format file as a flexible system for writing data files. Format files require little or no editing to …

  5. bcp による一括データのインポートおよびエクスポート - SQL Server

    このトピックでは、 bcp ユーティリティ を使用して、SQL Server データベース内の SELECT ステートメントで指定できる任意の場所 (パーティション ビューを含む) からデータをエクスポートす …

  6. Bulk Import and Export of Data (SQL Server) - SQL Server

    Nov 18, 2025 · Bulk exporting refers to copying data from a SQL Server table to a data file. Bulk importing refers to loading data from a data file into a SQL Server table. For example, you can export …

  7. 使用 bcp 工具進行大量複製 - SQL Server | Microsoft Learn

    bcp 公用程式可用來將大量新資料列匯入 SQL Server 資料表,或是將資料表的資料匯出成資料檔案。 除了搭配 queryout 選項使用之外,此公用程式不需要任何 Transact-SQL 方面的知識。

  8. Bulk copy data with bcp to SQL Server on Linux - learn.microsoft.com

    Jan 22, 2025 · This article shows how to use the bcp utility to bulk copy data between an instance of SQL Server on Linux and a data file in a user-specified format. You can use bcp to import large …

  9. 使用 bcp 实用工具进行大容量复制 - SQL Server | Microsoft Learn

    使用 bcp 实用工具可以将大量新行导入 SQL Server 表,或将表数据导出到数据文件。 除非与 queryout 选项一起使用,否则使用该实用工具不需要了解 Transact-SQL 知识。

  10. Use Unicode Character Format to Import & Export Data - SQL Server

    The Unicode character data format allows data to be exported from a SQL Server instance by using a code page that differs from the code page used by the client.