I have a table weekendsummary , In this there is a field "MeetingDate" .
I want to write a T-SQl Code which gives me the Fiscal Year On the Basis of MeetingDate
i.e. if Meeting Date is --"2013-04-26 00:00:00.000" Then Fiscal Year Would be "2012-2013"
OR If meeting date is "2012-10-19 00:00:00.000" Then Fiscal Year Would be "2012-2013"
same for all the data in this table
Please suggest the T-SQL Code for this ????