Stored Procedures

Batch queries, Multiple Result Sets and Parameterized Queries in ADO.NET

Requesting SQL Server for multiple results is a very common scenario while programming. Instead of asking for records with a single SELECT statement, you may find yourself want to retrieve multiple results in a single Query. For example, consider that… Read More ›