databasevisual-studio-2010database-connectiondatabase-deployment

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!


Solution

  • 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.