TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Result Set
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Priya Chavadiya (1)
Jobin S (1)
Sai Sherlekar (1)
Sudheendra Desai (1)
Pankaj Kumar Choudhary (1)
Jignesh Trivedi (1)
Nipun Tomar (1)
Related resources for Result Set
No resource found
Learn Common Table Expressions (CTE) in SQL
9/4/2024 6:25:07 AM.
Common Table Expressions (CTEs) in SQL are a powerful tool for simplifying complex queries. They allow you to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DE
Optimizing Performance with Dapper with .NET Core API
5/30/2024 9:56:30 AM.
Learn Dapper best practices for optimal database interaction in .NET applications. Explore techniques like using output parameters and handling multiple result sets in stored procedures. Enhance effic
Practical Introduction To Entity Framework: Day 4
3/6/2024 10:36:48 AM.
This content provides a detailed guide on returning multiple result sets or data sets in Entity Framework. It walks through the steps involved, including creating a normal stored procedure, adding an
Multiple Active Result Sets (MARS)
10/29/2020 6:54:50 AM.
This article gives you information about the Mars a feature supported by MSSqlServer 2005 and .Net 2.0/3.x, which is a feature to execute more than one query with one single connection to database.
Different Methods To Limiting Result Set In SQL Server
1/26/2016 1:31:33 PM.
In this article you will learn different methods to limiting ResultSet in SQL Server.
EXECUTE Statement Enhancement WITH RESULT SETS in SQL Server 2012
2/20/2014 2:07:36 PM.
This article explains the EXECUTE atatement enhancement in SQL Server 2012, "WITH RESULT SETS".
Connection Strings for SQL Server 2005
5/20/2012 1:59:18 AM.
SQL Server 2005 includes native support for managing XML data, in addition to relational data. It introduced MARS (Multiple Active Result Sets), a method of allowing usage of database connections for multiple purposes. It also introduced data mirroring and DMVs (Dynamic Management Views).