I want to find the exact month difference. for e.g. 6 Months difference from today, Consider Today and 6 Months before is 2018-01-14. If you see the dates 6 Months is over and it is 6 Months ,1 day.I want to display it as 7 months . i tried the below query but it returns complete months.
select DATEDIFF(MONTH,'2018-01-15 10:49:36.237',GETDATE())