Forum Replies Created

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

  • RE: Table Variables

    i see. thanks. im using temp table instead.

  • RE: Table Variables

    Guys,

    is it possible to use table variabel in dynamic sql, for example how to make this query works ?

    DECLARE @xyz TABLE (

    CustID varchar(50),

    CustName varchar(50)

    )

    insert into

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