Hello,
I performed a test on my side and I was able to reproduce the issue.
I logged on as a local user of client machine and tried to connect to SQL
Server 2005 in a test domain.
1. Logged on as local user, and connectted to SQL 2005 server via a SQL
login, it worked fine
2. Created the domain user with same user name/password and I can connect
to SQL Server properly via Windows authentication.
3. Logged on as different local user, and add the ipc$ share "net use
\\<server>\ipc$ /user:test\testusr1 password", and it succeeded.
4. Tried to connect to SQL 2005 via Windows authentication, I receveied
"The user is not associated with trusted sql server connection". In event
log I found the exact error message "SSPI handshake failed with error code
0x8009030c while establishing a connection with integrated security"
Based on my experience, this seems to work in SQL 7. I think this design
change here is for security purpose since using existing security channel
here may cause some security risks. I agree that it will be overhead to add
each user to the remote domain, and please rest assured that I have
forwarded your feedback to the product team. Also, I encourage you submit
via the link below and our product team would like to hear your voice:
http://lab.msdn.microsoft.com/productfeedback/default.aspx
Another option is to use "Run as" feature in Windows, you may right click
the Management studio->Run as, and try to run the application as remote
domain to see if it works for you.
If you have further questions or concerns, please feel free to let's know.
Thank you.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================