Viewing post 1 (of 1 total)
Yes we can add.
after temp table creation we have to use this query
alter table #temp1
add id int IDENTITY(1,1) NOT NULL
November 12, 2008 at 6:38 am
#897472