I am trying to catch sql error raised when I execute a stored procedure on a linked server. Both Servers are running SQL Server 2005.
To prove the issue I have creat
This returns the error information locally:
EXEC ('your.fullyqualified.storedprocname') AT YOUR_LINKED_SERVER;