Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Date query

Author  Topic 

abhit_kumar
Posting Yak Master

147 Posts

Posted - 2009-09-12 : 07:33:03
Hello All friends,

I have some problem in writing stored procedure for date related quereis.

There is two date field which is of mm/dd/yyyy format.

Suppose First date field = 02/21/2008
Second date field = 11/15/2009

Now i want to calculate number of days return based upon the condition as below:-

It will should retrun to split into the number of days in 2008 and the number of days in 2009.

And the number of days return for 2008 should be used for some other calc and number of days return for 2009 should be used for some different calc.

year 2008 period is = 01/01/2008 to 12/31/2008
year 2009 period is = 01/01/2009 to 12/31/2009

Please help me in respect of same.

Thanks,
Abhi

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2009-09-12 : 07:36:09
Cross post!
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=132694



N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -