Hi @ San-5300,
Welcome to the microsoft TSQL Q&A forum!
Please try:
SELECT Src FROM yourtable
WHERE Src BETWEEN CAST(DATEPART(yyyy,GETDATE())-1 AS VARCHAR)+
CAST('-04-01'AS VARCHAR) AND GETDATE()
In addition, we recommend that you post questions on the TSQL and SSIS forums so that you can get more professional help.
If you have any question, please feel free to let me know.
Regards
Echo
If the answer is helpful, please click "Accept Answer" and upvote it.