I have successfully configured Self-Hosted Integration Runtime
in Azure Data Factory
on Azure Portal
as well as Self-Hosted IR Node
on my local machine and linked service
connects successfully to my local sql server
from Azure Portal
but when I test connection within IR connection manager on my local machine to connect to local sql server
it gives me this error
can anyone help
The problem is Server name with single back slash. I copied Server name from ssms which uses
R\SQLEXPRESS
but then i checked the connection string that Self-Hosted on Azure is using to connect to on premise SQL Server
it uses double back slashes
R\\SQLEXPRESS