Forum Replies Created

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

  • RE: Group By with Cast

    Forgive the commented out lines. I'm still tweaking it. Query where the Cast under Group By doesn't work followed by the one that does work.

    SELECT

    SOIL.COMPANY_CODE

    , SOIL.ORDER_NUMBER

    , SOIL.ORDER_LINE_NUMBER

    , SOIL.ORDER_SEQUENCE...

  • RE: Return all characters to the right of a colon in a column

    I tried that with this command and receive a "Invalid length parameter passed to the SUBSTRING function."

    SELECT

    REVERSE(LEFT(REVERSE(PART_CODE), CHARINDEX(':', REVERSE(PART_CODE))-1))

    FROM...

  • RE: Unable to update SQL Client Tools on SQL 2005 to SP3

    Hi, I've looked at the sql tools setup log and couldn't find an error that looked right. The file is about 22 MB so I could've overlooked something. ...

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