Forum Discussion
Authentication to load data from on prem sql server to Lakehouse using copy activity
Is windows authentication supported for copying data using fabric copy activity from an on prem sql server via on prem data gateway? The Microsoft document mentions basic authentication as the supported type for data pipelines to connect to sql server, although it's not clear whether basic authentication would work with an on-prem gateway.
- Anonymous2 years ago
Thanks for the reply from NandanHegde , please allow me to provide another insight:
Hi NandanHegde ,
First confirm the connection method supported by the currently connected sql server instance and make sure that the local data gateway is on.
Then switch the connection information in the configuration copy activity to the windows authentication method, once the credential information provided is correct, then you can successfully connect to the local sql server data source.
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- NandanHegde
Super User
You can use windows auth to access On Prem SQL servers :
basic auth is SQL auth
- AnonymousNot applicable
Thanks for the reply from NandanHegde , please allow me to provide another insight:
Hi NandanHegde ,
First confirm the connection method supported by the currently connected sql server instance and make sure that the local data gateway is on.
Then switch the connection information in the configuration copy activity to the windows authentication method, once the credential information provided is correct, then you can successfully connect to the local sql server data source.
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.