摘要:
;with long_queries as ( select top 20 query_hash, sum(total_elapsed_time) elapsed_time from sys.dm_exec_query_stats where query_hash <> 0x0 group by q 阅读全文
摘要:
最近需要对接SAP接口,发现几个小问题总结下 1、RFC调用使用WEB程序部署时容易出现错误 IDestinationConfiguration ID = new RFC_SetUp(); RfcDestinationManager.RegisterDestinationConfiguration( 阅读全文