HI,
we have installed SQL 2008 on server 2 and application is installed on server 1.
We are able to create DB using our application using SQL credentials on remote server, but if we try to create DB on remote server using windows authentication we are encountering following error.
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
the windows credentials are domain Admin users, also added as the machine admin group.
We are able to created DB with our application using windows authentication (domain user) on same server.