简体   繁体   中英

Azure SQL as a service linked services to an on-premise SQL Server

It would appear that there is no way to make use of linked serveries when running SQL as a services and then try and connect to a on premises SQL server. There is only a way to make use of linked services if both db's are in the cloud. Is there a work around other than moving on prem db to Azure and making use of data-factory

Arthur

If your goal is to connect on-prem SQL with an IaaS SQL, you need to install Data Management Gateway. For both on-prem and IaaS SQL, use OnPremisesSqlServer as the linked service type, then you can specify gatewayName. Refer to the document at https://docs.microsoft.com/en-us/azure/data-factory/data-factory-sqlserver-connector

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM