Viewing 4 posts - 1 through 4 (of 4 total)
Looks like I'm kind of late to the party, but wrote some blog posts a few years back that walk through a few possible options.
September 5, 2014 at 7:14 am
I've been trying figure out how to do this too, and the best workaround I could think of outside of writing your own calendar control was exactly what JeffRush mentions...
July 3, 2013 at 2:03 pm
I always just write a UDF that splits the comma seperated values, and then use 'IN' instead of '=' in my compare.
UDF looks like this.
/****** Object: UserDefinedFunction [dbo].[Split] ...
April 21, 2009 at 11:50 am
Just making sure I'm not the only one who missed this because of the typo. boo
February 23, 2009 at 7:06 am
Viewing 4 posts - 1 through 4 (of 4 total)