Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-12 : 09:56:02
|
| Lonnie writes "Is there a stored procedure that is called during the login process that I can latch into? I want to restrict access to a specific server to using a custom written app and deny everyone else.Thanks." |
|
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2002-07-12 : 10:23:16
|
| You would do this through SQL Server's standard permissions mechanism; there's no need to write custom code (nor is that a possibility anyway to the best of my knowledge).Jonathan Boott, MCDBA |
 |
|
|
|
|
|