Click here to Skip to main content
16,011,542 members
Articles / Web Development / ASP.NET

Split comma separated Ids to get batch of records through store procedure

1 May 2013CPOL2 min read 39.3K   8  
Some times we want to get batch of records from table with store procedure. In store procedure we pass Ids in parameter and get records against those Ids in SELECT statement. We have to split Ids to get records against those Ids.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.