Jawen
Jawen

Reputation: 1444

Port number that SQL database project uses for deploying database

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!

Upvotes: 2

Views: 1824

Answers (1)

cjk
cjk

Reputation: 46425

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.

Upvotes: 4

Related Questions