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 - 2004-04-27 : 09:00:44
|
| Anhtuan writes "How to disable sql query tool or any reomte query tools from client PC to access server database ?" |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2004-04-27 : 09:27:32
|
| Uninstall themDamian |
 |
|
|
MuadDBA
628 Posts |
Posted - 2004-04-27 : 17:12:24
|
| You don't. If someone has a valid username to connect to the SQL Server, they can download any of a million query tools and do just that, query. To prevent this, you need to make sure your security is set up properly (ie use application roles, don't give out a lot of usernames/passwords, etc) |
 |
|
|
|
|
|