Viewing 2 posts - 1 through 2 (of 2 total)
i see. thanks. im using temp table instead.
November 23, 2006 at 7:32 pm
#673746
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
November 22, 2006 at 11:15 pm
#673638