About 17,000 results
Open links in new tab
  1. OPENROWSET (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 29, 2025 · OPENROWSET is an alternative to accessing tables in a linked server and is a one-time, ad hoc method of connecting and accessing remote data. An OPENROWSET T …

  2. Using OPENROWSET to read large files into SQL Server

    Apr 21, 2020 · OPENROWSET is a T-SQL function that allows for reading data from many sources including using the SQL Server’s BULK import capability. One of the useful features of …

  3. Using OPENROWSET (Remote Data Function to access data)

    OPENROWSET is a special Transact-SQL statements that help you write queries against remote data sources. It allows you to execute a pass-through query against an OLE DB data source.

  4. sql-docs/docs/t-sql/functions/openrowset-transact-sql.md at live ...

    OPENROWSET is an alternative to accessing tables in a linked server and is a one-time, ad hoc method of connecting and accessing remote data. An OPENROWSET T-SQL command …

  5. OPENROWSET - Transact-SQL Reference Documentation

    The OPENROWSET function can be referenced in the FROM clause of a query as though it is a table name. The OPENROWSET function can also be referenced as the target table of an …

  6. Optimize Data Access: Using External Data Sources with OPENROWSET

    Oct 5, 2024 · OPENROWSET is a powerful and flexible function in Azure Synapse Analytics that allows users to query data from various external data sources.

  7. SQL Reference - OPENROWSET

    OPENROWSET is a table-valued function in SQL Server that allows accessing data from remote data sources or files directly in SQL Server Management Studio. This function provides an ad …

  8. How To Use OPENROWSET in SQL Server - Database Tutorials

    May 11, 2019 · You can use OPENROWSET as a one-time alternative to the linked server as follows. You must type the instance name that you want to access instead of …

  9. OPENROWSET, Dynamic SQL & Error Handling - Deb the DBA

    Feb 13, 2023 · OPENROWSET is a functionality that allows you to access data sources outside your current server. This could be reading from an Excel file or calling another SQL Server …

  10. excel - OPENROWSET or OPENDATASOURCE Example to get …

    May 6, 2017 · There are plenty of examples around showing how to use OPENROWSET and OPENDATASOURCE to open queries against tables on remote SQL servers, and to get data …