hi
i need to load data from oledb source to oledb destination
what i want is select * from emp where date between @user:startdate and @user:end
here start and enddate is varibale
if i use sql commnad i am not able to use my variables.
if i use sql commnad from variable then also its not working