阅读背景:

实时使用应用程序B中应用程序A的消费,消息传递和保存审计数据的最佳方法

来源:互联网 

My initial approach to this was to use a stored procedure in database of Application A, triggered on an insert to gather additional data and call a web-service, hosted by Application B to do the necessary mapping and persistence there. Application A and Application B may not be on the same machine. The initial requirement is to support a SQL Server database on Application A's side. A CLR stored procedure came to mind. However, it was felt that calling out to a web-service would have both severe performance implications in the SQL Server engine and also require elevation of permissions for the procedure that DBA's do not like to give.My initial approach to this was to use a stored




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: