I have a SQL Server Desktop Engine installed in my machine.
SQL server listens on all interfaces; just one supported. Since our application is using the MS-SQL server locally it shouldn't be listening on all interfaces but just 127.0.0.1. when i chcke the event viewer and check the event entry:
19013 :
SQL server listening on 172.21.0.5:1433, 172.20.1.5:1433, 127.0.0.1:1433.
my requirement is the sql server should listen only one interface ie 127.0.0.1:1433. how to stop listening the unwanted ones
thanks in advance
Javid
SQL server listens on all interfaces; just one supported. Since our application is using the MS-SQL server locally it shouldn't be listening on all interfaces but just 127.0.0.1. when i chcke the event viewer and check the event entry:
19013 :
SQL server listening on 172.21.0.5:1433, 172.20.1.5:1433, 127.0.0.1:1433.
my requirement is the sql server should listen only one interface ie 127.0.0.1:1433. how to stop listening the unwanted ones
thanks in advance
Javid