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 |
barriwhite
Starting Member
1 Post |
Posted - 2005-12-29 : 09:08:14
|
Basic question of securityWe have an application which access to a specific database throw an ODBC system link.How to deny a user to use this ODBC link from another application (like MS Query), knowing that the ODBC offer to the user read/write rights.Another event:Is it possible from SQL Server 2000, to GRANT access on a TABLE to a USER only for a specific APPLICATION?thanks |
|
rockmoose
SQL Natt Alfen
3279 Posts |
Posted - 2005-12-29 : 10:58:23
|
Have you looked at "application roles" in BOL?rockmoose |
 |
|
|
|
|