Viewing post 1 (of 1 total)
This might be kinda similar to one of the responses above. Cursor usage is bad ... but works..
---------------------------------------------------
SET NOCOUNT ON
DECLARE @val varchar(25)
CREATE TABLE Temp(ID int PRIMARY KEY IDENTITY(1,1),...
September 22, 2006 at 8:57 am
#662000