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???