![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm using ssis 2005 - I'm trying to create an ole db coomand which uses parameters in sub-qyery: SELECT vwContactInteraction.iContactID, vwContactInteraction.iInteractionID, 1 AS iSiteID FROM nice_interactions.dbo.vwContactInteraction AS vwContactInteraction WHERE (vwContactInteraction.iContactID IN (SELECT TOP (100000) WITH TIES iContactID FROM nice_interactions.dbo.vwContact WHERE (dtModifyDate > ?) AND (dtModifyDate = ?) ORDER BY dtModifyDate)) Is there a way to do it - I'm keep getting the "Parameter information cannot be derived from SQL Statment" ???? |
#3
| |||
| |||
|
|
From table1 Where parm1 in |
![]() |
| Thread Tools | |
| Display Modes | |
| |