I have this team
sqlcmd.exe -E -i "C:\joe-db-scripts\joe-db-tasks.Install.sql"
and I need to add a specific non-standard port 32001. How do I do this? I was thinking of some kind of flag like -p or something, but I don't know the syntax.
sql sqlcmd
Trace
source share