How to convert Dynamic property task in SSIS?

  • Hi,

    I have DTS package which is passing query(given below) thru Dynamic property task to ActiveX script....Here value of [ ] value.

    "if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[ ]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)

    DROP TABLE [dbo].[ ]

    GO

    SELECT * INTO [dbo].[ ]

    FROM SG_POS_Template

    WHERE 1 = 0;

    GO"

    I have also attached activex code in this post .....please any body help me how to convert this in SSIS???

  • Right click on SSIS Packages and enter MIgrate DTS 2000 Package option.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply