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

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

c# - How to use process.StartInfo.Arguments in command prompt? -