i think you are trying to connect using "windows authentication". fpr this to work, the user curently logged on the machine where the client app runs, has to be able to connect to the sql server instance on the machine it tryies to connect to, and also to have the right to connect to the specified database.
a quick colution would be to add the "admin" user (that cannot login) to the machine running sql server, with the same password as the one on the client machine.
|