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

  • 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=? )

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

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