Hi, I want create temp table on the fly but I am having following problem. Please advise if any one has an new ideas.
following sql is working fine, I want to explan want I am looking for:
begin
create table #temp1
(issue_id int,
issue_name varchar(50),
pass_thru_filter int,
ps_issue_id int...