Forum Replies Created

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

  • RE: interesting sql problem

    your idea wont give me a and b, but all a,b and d.

    you solve this part, then next part will continue.

    and this is not homework but work

  • RE: How to use Trigger with dynamic column name

    Thanks Telammica. This is what I have done..

    CREATE TRIGGER t_Amendment

    ON Amendment

    FOR INSERT

    AS

    DECLARE @stringval varchar(30)

    select @stringval = inserted.[Description]

    ...

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