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 |
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2002-10-21 : 05:48:17
|
| when we connect to the sql server through the query analyser,It always asks for the server ip address/name,login name and password .when the second time I login through it ,it saves me this information and only asks for the password ,though I can change the server address and the login Id ,but is there any way that I can clear this content so that it won't appear next time i connect and it should also not list in the server drop box.thnxsharshal |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-10-21 : 08:12:23
|
| As far as I know that information is kept in the registry of the computer, you'd have to do some manual registry hacking to remove those entries. You might be able to create a .reg file that does it, but it would have to be patched manually each time you want to clear the box. |
 |
|
|
|
|
|