Hi,
I have a situation where in I got to pass more than one value to a single parameter like I want to see all the employees of department 5,6 & 7 & so on, my query goes like this "Select firstname,lastname, title from employees where departmentid=@departmentid". In this variable @deparmentid I need to pass more than one value. is it possible? if it can, dude's pull it fast to me.