Thanks for the reply Tom,
Their network is totally separate to mine, so they are not a trusted domain, nor can I see their domain from mine.
I have since found out that it was because there were users from two doamins granted access to SQL Server, and this meant that the query above always...
Hi all,
I have done a query:
use master;
select name, loginname from syslogins where name = "foo"
and it has failed on a customer machine, but not my machine.
the reason is that in sql 7.0, the sysxlogins table is queried using suser_name(suser_id(name))
This function is returning...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.