Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Dumb Question

    You are explicity setting the value for @ss as ProductID

    Try something like the following

    Set @ss = (SELECT ProductID FROM SomeTable)

    Note that you may have to set a top 1 or...

Viewing post 1 (of 1 total)