Re: Fw: How to check which port is used by MS SQL?
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Igor Korot wrote: > Subject says it all. Is there such utility, either from MS or *nix side? On the Windows side, that's an administration question. On the client side, it's a matter of knocking on doors: how does any client know on which port any service is running? By trying them in turn. ISTR writing a shell script around tsql one time to discover the port a server was using, because that was *easier* than asking the sa. HTH. --jkl