How would one get SQL Server 7 SP3 running on Windows NT 4 SP6a to bind and listen to multiple IP addresses ? The server uses two IP addresses, 192.168.1.11 and 213.110.x.x, and I'd like it to bind to both, so that I can access it by specifying either address in my programs.
Right now, it only binds to the primary address, 213.110.x.x
Thanks !