Microsoft
Software
Hardware
Network
Question : Help on calculating days in SQL script
The following script:
select (convert(numeric(17,2),dat
ediff(y,st
rtdate,get
date()))) from table
where the column strtdate value is 7/13/1988, the result that gives is:
8031.00 days
However, when I use Excel to cal the difference between 7/13/1988 and 7/9/2010, that value is 8030.00 days
Am I missing something from my script? I have to compare the SQL results with the Excel result and they are different
Answer : Help on calculating days in SQL script
I ran that in Excel 2007, and it worked fine :)
Are you regional settings for dates set at m/d/yyyy (as mine are), or d/m/yyyy?
BTW, I get the same answer if I use =TODAY()-"13 Jul 1988"
Random Solutions
extract max value with adjacent column data
google site comparison tool
SBS 2008 move data feature crashes
Decommissioning a xenserver / removing from xencenter pool
Should I use HTTPWebRequest or TCP sockets to retrieve XML from HTTPS link
Unable to receive email forwarded into Lotus Domino 8 from Exchange Server 2007
MAcbook Pro refuses to connect via ethernet but works via wifi
Outlook 2010 Calendar synchronisation problems
return double array in Delphi call to c++
I would like to have 2 links on a page and then use Jquery to fade in a external page from either link.