windows – DTCPing和DTCTester有什么区别?

前端之家收集整理的这篇文章主要介绍了windows – DTCPing和DTCTester有什么区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我之前使用过DTCTester来诊断MSDTC问题.但是,我只是注意到DTCPing似乎做了同样的事情.这两者有什么区别?

据我所知,到目前为止,DTCPing需要在客户端和服务器上运行,而DTCTester只需要从客户端运行.还有其他差异吗?

安装BizTalk Server时测试DTC设置非常常见,因此从BTS文档开始,从 http://msdn.microsoft.com/en-us/library/aa561924.aspx开始

Use the DTCTester utility to verify
transaction support between two
computers if sql Server is installed
on one of the computers. The DTCTester
utility uses ODBC to verify
transaction support against a sql
Server database. For more information
about DTCTester see How to Use
DTCTester Tool.

Use DTCPing to verify transaction support between two computers if sql Server is not installed on either computer. The DTCPing tool must be run on both the client and server computer and is a good alternative to the DTCTester utility when sql Server is not installed on either computer. For more information about DTCPing,see How to troubleshoot MS DTC firewall issues.

原文链接:https://www.f2er.com/windows/364378.html

猜你在找的Windows相关文章