使用动态数据库比较两个表

时间:2018-06-23 08:46:57

标签: sql sql-server stored-procedures compare dynamicquery

我在2个不同的数据库中有2个表(同名)

MY TABLES

我想比较这些表,这是我的程序

Varien_Object Object
(
    [_data:protected] => Array
        (
            [types] => Array
                (
                    [weee] => Mage_Weee_Block_Element_Weee_Tax
                )

        )

    [_hasDataChanges:protected] => 1
    [_origData:protected] => 
    [_idFieldName:protected] => 
    [_isDeleted:protected] => 
    [_oldFieldsMap:protected] => Array
        (
        )

    [_syncFieldsMap:protected] => Array
        (
        )

)

应该是这样的TEMP1 <-TEST_DB..TESTTABLE,TEMP2 <-TEST_DB2..TESTTABLE

但是TEMP1和TEMP2始终具有与第一个数据库(TEST_DB)中的TESTTABLE相同的值

MY RESULT

EXPECTED RESULT

似乎我无法在过程中在两个数据库之间切换,因此我尝试单独运行它,但仍然无法正常工作

0 个答案:

没有答案