Got a question a while ago how to solve a problem that involved a SQL stored procedure containing the use of βINβ whose data you submitted to the procedure. This was solved as many solve it, with dynamic SQL. This can be likened to building your SQL query from strings in your SP and then […]