I want to tighten security by forbidding 'sa' logins unless they're from the local subnet. Is there a way to list somewhere the acceptable subnets certain users can connect from in SQL server 2000 or SQL server 2008?

Thanks!

Isaac

link|improve this question

feedback

1 Answer

In SQL 2008, you can use logon triggers. Read all about it here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.