Facing problem while connecting to SSMS server from Azure data factory

Harsh Gupta 1 Reputation point
2022-09-15T14:46:17.687+00:00

@sql-server Team,

We are facing a problem while connecting to SSMS Server from Azure Data factory pipeline activity/dataset.
We are not sure to put exact format of - server_name, database_name , user_name, and authentication_type.

Can you please help us to frame the proper inputs for above mentioned 4 fields?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,687 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 32,336 Reputation points MVP
    2022-09-16T05:58:38.387+00:00

    Hey,
    241762-image.png

    There are 2 Auths for SQL server: SQL and Windows

    SQL Auth :
    241666-image.png

    Windows Auth :
    241764-image.png

    Always prefer Windows Auth as it is more secure

    And you would need a self hosted IR

    1 person found this answer helpful.

Your answer

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