Viewing 2 posts - 1 through 2 (of 2 total)
Thanks. It really did work!
Where did you find such things out?
September 19, 2002 at 2:03 pm
#436914
I am working on some problems with dynamic SQL and came accross your discussion that involved dynamic SQL:
CREATE PROCEDURE ip_getauthors
@col varchar(50),
@keyword VARCHAR(1000) --Did this because some keyword sets are large.
AS
SET...
September 17, 2002 at 3:29 pm
#436714