Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SQL Query based on date and time

    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'))

    ...

  • RE: Sumof previous columns (in pivot table)

    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'...

Viewing 2 posts - 1 through 2 (of 2 total)