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 |
|
atsik
Starting Member
7 Posts |
Posted - 2004-10-05 : 07:18:39
|
| I have one server with sql server 2000 and one server with windows xp,it is domain controller. in third computer is located our web-based intranet, through this can make queries and get files for printing from sql serveruser x = user who installed infosystem to sql serverproblem:when I changed user x password on domain then other domain users cannot get access to sql serverwhen I changed it back, all works againquestion:How can I change this password so that this infosystem works without problems? |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2004-10-05 : 07:22:38
|
| You have your SQL Server Services set to use this users account... Either change the user on the services or change the password to the new password... |
 |
|
|
|
|
|