I'm trying to create a transform data task using the following query:
select * from Code_Authorizations_phi where Authorization_pkey in (Select
pkey from Code_Authorizations where dir_pkey = ?)
When I click the 'parameters' button or 'Parse Query' button I get the
following error:
Error Source: Microsoft OLE DB Provider for SQL Server
Error Description: Parameter Information cannot be derived from SQL
Statement with Sub-select Queries. Set parameter information before preparing
command.
Is there anyway that I can use a parameter as part of this sub-query?