Viewing 3 posts - 1 through 3 (of 3 total)
Finally, got back to it and your suggestion worked!!! It was very slick!
Thank you so much!!!!!!!:-D
August 27, 2009 at 11:38 am
that was for test purposes, the (1,2,4,8) comes in as a string. I use a "where-in" clause not the hard code.
August 25, 2009 at 5:36 pm
Sorry for not getting back sooner....
Here's the actual sproc:
ALTER PROCEDURE
[Out].[programs_programsearch_select_by_various]
@CountryIDs varchar(max) = NULL,
@OptionIDs varchar(max) = NULL,
@SubjectAreaIDs varchar(max) = NULL,
@LanguageOfInstructionID int = NULL,
@GPA decimal(4,2)=null,
@MinLanguagePrerequisiteQrtrs int = null,
@ClassLevelIDs varchar(MAX) =...
August 25, 2009 at 4:14 pm
Viewing 3 posts - 1 through 3 (of 3 total)