use Leo go create view dbo.vw_CURR_MONTH_BUDGET as select * from dbo.vw_BUDGET_RUNNING_BAL where BDT_DATE between dateadd(DAY, 1, EOMONTH(getDate(), -1)) and eomonth(getDate())