About 69 results
Open links in new tab
  1. Use BULK INSERT or OPENROWSET (BULK...) to import data to SQL …

    Jun 18, 2025 · Find out how to use Transact-SQL statements to bulk import data from a file to a SQL Server or Azure SQL Database table, including security considerations.

  2. BULK INSERT (Transact-SQL) - SQL Server | Microsoft Learn

    Mar 20, 2026 · The column names supplied must be valid column names in the destination table. By default, the bulk insert operation assumes the data file is unordered. For optimized bulk import, SQL …

  3. Bulk Copy with bcp Utility - SQL Server | Microsoft Learn

    Apr 22, 2026 · The bulk copy program (bcp) utility bulk copies data between an instance of SQL Server and a data file in a user-specified format.

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

    Nov 18, 2025 · SQL Server supports exporting data in bulk from a SQL Server table and importing bulk data into a SQL Server table or nonpartitioned view.

  5. Configure bulk import operations for SQL Server on Linux (preview)

    Jun 12, 2026 · Learn how to configure and use the bulkadmin server role or the ADMINISTER BULK OPERATIONS permission for bulk data import in SQL Server on Linux.

  6. Bulk operations in Microsoft Entra ID (Preview)

    Jun 18, 2026 · The new bulk operations experience in Microsoft Entra ID provides enhanced capabilities for managing Groups, Devices, Administrative Unit and Role assignments. This service enables bulk …

  7. Saving Outlook emails in bulk - Microsoft Q&A

    Feb 24, 2026 · How can I save several outlook emails at once as separate files including any attachments?

  8. PowerRename Utility for Windows - Bulk File Renaming Tool

    Nov 19, 2025 · PowerRename is a Windows utility that enables bulk file renaming with regex support. Rename multiple files at once, preview changes, and undo operations easily.

  9. bulk - Microsoft Style Guide | Microsoft Learn

    Jun 24, 2022 · This article outlines use of the word bulk per Microsoft style guidelines, with examples.

  10. Bulk edit list item properties | Microsoft Support

    Select two or more items or files in a list or library. Select the information icon on the command bar to open the details pane. Enter one or more new values in the Bulk edit properties area. Save to apply …

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

    Apr 4, 2023 · Use bcp to export data from anywhere in a SQL Server database that SELECT works. Bulk export data from a table or from a query and bulk import from a file.