How do you query a table in Sql Server so that ....

You have a EmployeeProjectAssignment table where Employees are associated with Projects. One employee can have many projects. The task is ...

Create a Sproc, which will take a string of project Ids, and return all the employees that are associated to every one of those projects??? It should be fairly easy but I am not able to figure it out????