I have a stored procedure on SQL Server Standard Edition trying to access a table on a second SQL Server (which is Personal Edition). I use the fully qualified path (server.database.dbo.object_name) but am getting error 18452 (login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection).
I have authentication set to 'SQL Server and Windows' on the Security tab under Properties for both servers.
Anyone have any suggestions?
TIA.
Brad
I have authentication set to 'SQL Server and Windows' on the Security tab under Properties for both servers.
Anyone have any suggestions?
TIA.
Brad