2

I want to know which port number uses a dbproj(Database Project) in visual studio 2010 to deploy a database in a remote server or how can I find that info thanks!

Jawen
  • 1,416
  • 1
  • 14
  • 26

1 Answers1

4

It depends on the connection string. A default connection uses 1433, but you can specify a different port number by using a comma after the host name.

cjk
  • 45,739
  • 9
  • 81
  • 112