Share via

Query Azure SQL DB from SQL Server 2016

Priya Jha 901 Reputation points
2021-01-27T12:50:29.327+00:00

How to query Azure SQL Database from SQL Server 2016 but by not using Linked Server

Azure SQL Database
SQL Server | Other

Answer accepted by question author

  1. Olaf Helper 47,616 Reputation points
    2021-01-27T14:16:40.937+00:00

    Why not vial Linked Server?
    What about OpenDatasource? https://learn.microsoft.com/en-us/sql/t-sql/functions/opendatasource-transact-sql?view=sql-server-ver15
    Or OpenRowset? https://learn.microsoft.com/en-us/sql/t-sql/functions/openrowset-transact-sql?view=sql-server-ver15

    What are you trying to achieve? If it's for copy data frequently, you can use SSIS packages.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.