how assign Variables in SQL Server Integration Services in oledb sourse.

  • Could you please tell how to aassigv varaible to below mentation code in oledb sourse.

    i am trying to bap but it was showing error

    declare @date datetime=?

    select * from policy

    where firstissuedate=?

  • This was removed by the editor as SPAM

  • thanks for your replay...

    i was tried as your told that why but it is not working..

    when i had selected parameter it is show error..

    declare @date datetime=(

    select * from policy

    where firstissuedate=? )

  • This was removed by the editor as SPAM

Viewing 4 posts - 1 through 3 (of 3 total)

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