Viewing 2 posts - 1 through 2 (of 2 total)
Will convert the nightshift duration into float and write a between clause help?
Eg. something like:
between convert(float, convert(datetime, '8/23/2010 22:00:00'))
...
September 7, 2010 at 10:17 am
#1217426
If you haven't figured out how to do this. Here's the code --
Use tempdb
go
-- create the above table
IF EXISTS (SELECT name FROM sysobjects WHERE name = 'temp_model'...
September 1, 2010 at 9:32 am
#1215094