Forum Replies Created

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

  • RE: SQL Query Process Order Help

    Yep that was it... Used a create table and casted it as an int and all is good in the hood! Thanks for the help! Don't know...

  • RE: SQL Query Process Order Help

    Actually that might be it.. I am inserting a space in the table and then updating it, but that space isn't declared as an int...

    Select a.EventID

    ,a.Dates

    ,a.LogTime

    ,a.TriggerDisplayName

    ...

  • RE: SQL Query Process Order Help

    the StepID is being pulled via an update statement

    Update##UpdateTest

    SetStep = b.StepID

    From##UpdateTest a, ##TriggerMap b

    where a.ProcessID = b.ProcessID

    and a.TriggerDisplayName = b.TriggerName

    and b.StepRequired = 1

  • RE: SQL Query Process Order Help

    The step is being pulled in from another table and Its an Integer.. Below is a sample of the table that the step is being pulled from..

    Create Table...

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