Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ideapod

  1. ideapod

    name column of syslogins table returns different values

    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...
  2. ideapod

    name column of syslogins table returns different values

    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...

Part and Inventory Search

Back
Top