Unable to connect mssql through db replication

0
I am trying to connect mssql through db replication,but it is showing invalid port no,though i had given the correct port no
asked
1 answers
0

Amresh,

To work with MSSQL you need to configure the server first by enabling TCP. Check for more on: https://technet.microsoft.com/en-us/library/hh231672(v=sql.110).aspx

Perhaps you can create a project database aswell on the MSSQL server, that will help you configuring it correctly.

Kind regards.

answered