Hi guys,
something that might be useful for SQL users;
i want to move data from one table in production out to our reporting server.
basically the contacts table.
so:
Code:SELECT * INTO ServiceCenter.dbo.contactsm1 FROM <server_name>.servicecenter_reporting.dbo.contactsm1
<server_name> of course being my reporting server name.
should be as easy as that, but i get the following error:
Msg 18456, Level 14, State 1, Line 1
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Which is odd, because the two servers are linked, and have specified logons to use for each other.
does anyone have any experience in this?
Thanks!!
cheers,
Lukus


Reply With Quote

Bookmarks