If I run this simple statement on SQL 2005 SP3, I get a result set back
SELECT * FROM servername.dbname.dbo.tablename
However, If I run this same statement on SQL 2008 R2
I get the following error.
Msg 18456, Level 14, State 1, Line 1
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Can anyone explain why I might be getting this error?