Viewing 2 posts - 16 through 17 (of 17 total)
Please explain with the output (Example) that actually wants to list...
November 15, 2005 at 6:44 am
#603889
SELECT IDENTITY(INT,1,1) AS SNO, Name,address into #tmp from <table name>
select * from #tmp
November 15, 2005 at 3:52 am
#603850