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.