Re: time conversion hiccup
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Mon, 8 Oct 2007 21:46:07 +0000 (UTC)
(tatata9999@xxxxxxxxx) writes:
Good News! Problem resolved. Culprit, 'WHEN (datediff(n,start,stop)/
60 > 0)' needs to be
WHEN (datediff(n,start,stop)/60.0 > 0)
Great to hear! Thanks for posting back and telling us. I'm taking the
liberty to not look at your scripts then.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Re: time conversion hiccup
- From: tatata9999
- Re: time conversion hiccup
- From: Erland Sommarskog
- Re: time conversion hiccup
- From: tatata9999
- Re: time conversion hiccup
- From: Ed Murphy
- Re: time conversion hiccup
- From: tatata9999
- Re: time conversion hiccup
- From: Erland Sommarskog
- Re: time conversion hiccup
- From: tatata9999
- Re: time conversion hiccup
- From: Erland Sommarskog
- Re: time conversion hiccup
- From: tatata9999
- Re: time conversion hiccup
- Prev by Date: Re: Joining SQL Results
- Next by Date: How to select a word substring in a coumn header from right to left
- Previous by thread: Re: time conversion hiccup
- Next by thread: SQL Timeout Errors - Can Anyone Help?
- Index(es):
Relevant Pages
|