sql server - Logging from multiple databases -
i have usp_x calling others sps different databases , log execution details in single table in database usp_x resides.
i thinking someway raise events different invoked sps, of course, not possible in sql server.
any ideas how can implemented without send connection details invoked sps?
does worth use service broker in case?
Comments
Post a Comment