| Author |
Messages |
|
MC
 |
| 09/16/2002 12:23 PM |
Quote
Reply
Alert
|
| Any advise on how to limit stored proc execution by the IP address of the client as well as the usual login/password? |
|
|
|
|
Chip Andrews
 |
| 09/17/2002 10:42 AM |
Quote
Reply
Alert
|
| There is no built-in support for this but you could do this at the network level rather than using SQL Server. You should be aware of the port SQL Server is using and restict clients by IP and TCP port using a firewall, IPSec, or other third party tools.
|
|
|
|
|
|