Viewing 2 posts - 1 through 2 (of 2 total)
thx for the input
here is a stored proc that seemed to do the trick for me
I got it from --> http://www.swynk.com/sqlscripts/misc7-2.asp
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
/*
Pivot Table...
August 27, 2002 at 2:19 pm
#435473
could someone please elaborate on what a "Set based approach" would be?
I have a stored proc that uses a similar algorithm to this one ...i.e. loops through a recordset and...
August 27, 2002 at 7:32 am
#435426