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

double exclamation marks in haskell -

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

Qt Creator - Searching files with Locator including folder -