SQL Server 2012: Staging table entries not showing up in Integration Management

Answered SQL Server 2012: Staging table entries not showing up in Integration Management

  • Thursday, August 09, 2012 9:35 AM
     
     

    I have inserted the data into staging table

    INSERT INTO [MDS].[stg].[Import_Leaf]
               ([ImportType]
               ,[ImportStatus_ID]
               ,[Code]
               ,[TableName])
         VALUES
               (2
               ,0
               ,2
              ,'FPL')

    and ran the procedure 

    EXEC[stg].[udp_Import_Leaf]
    @VersionName = N'VERSION_1',
    @LogFlag = 1,
    @BatchTag = N'batch1'

    after running the procedure am able to see the data in [MDS].[mdm.[tbl_8_36_EN]] table but it is not showing up in  Integration Management

    I would greatly appreciate any help I can get on this use. Thanks in advance

                    

    Pavan K


All Replies