在sql server 上建立mysql 链接服务器,但rollback不起作用

解决方案 »

  1.   

    insert into后,直接rollback不起作用呀。
      

  2.   

    You don't need to open so many threads - it won't make any different. You can't use distributed transaction with MySQL because it does not support XA standard. As I said in the other two threads, you will need to implement your own XA wrapper DLL for MySQL in COM+ if you want to use MySQL as part of a MSDTC managed distributed transaction.
      

  3.   

    用 ssis 可以实现 但事务模式必须是选择 Supported 上一级的模式也是这个