No announcements
Found 1918451 threads
-
4 Votes
Multiple Result Sets Using in SSRS
Hi, Thank you for your Reply. i change my stored procedure Result Set Order.Now its working Fine.Answered | 3 Replies | 20571 Views | Created by Raju Malla - Thursday, March 11, 2010 12:14 PM | Last reply by BI Analyst - Wednesday, November 7, 2012 9:53 AM -
0 Votes
How to return the result set of multiple select statements as one result set?
Hi All, I have multiple select statements in my stored procedure that I want to return as one result set for ...Answered | 2 Replies | 1131 Views | Created by Developer life - Tuesday, September 23, 2014 10:17 PM | Last reply by Developer life - Wednesday, September 24, 2014 4:28 AM -
0 Votes
storage procedure returning multiple result sets
Hi JoseVillalobos, There are a couple of nice articles about this topic: Walkthrough: Multiple Result Sets from Stored ...Answered | 1 Replies | 2252 Views | Created by JoseVillalobos - Sunday, August 19, 2012 2:14 AM | Last reply by Carlos Sardo - Sunday, August 19, 2012 7:51 PM -
0 Votes
multiple result sets in a dataset.
The important part here is not the code; but that I do not want to rewrite/touch the SP, and I just need to retrieve that result set, but the ...Answered | 1 Replies | 644 Views | Created by maca128 - Tuesday, January 5, 2016 12:16 PM | Last reply by Visakh16 - Tuesday, January 5, 2016 12:23 PM -
1 Votes
Returning multiple result sets from a procedure
You may refer this linkAnswered | 1 Replies | 880 Views | Created by G Srikar Reddy - Friday, February 28, 2014 3:31 PM | Last reply by Chongtham Rajen Singh - Friday, February 28, 2014 5:16 PM -
0 Votes
Execute Sql task (SSIS) with result set of multiple columns and multiple rows
Make sure that your query is returning only one row and the ResultSet property is set to Single Row.Answered | 5 Replies | 16882 Views | Created by SSQLL - Monday, November 25, 2013 4:05 PM | Last reply by Jim Young (Level6 Productions) - Monday, November 25, 2013 5:03 PM -
0 Votes
How to send Multiple Result sets to excel destination
Hi Team, I have a stored procedure which produces Mutiple result sets as output.Answered | 1 Replies | 2756 Views | Created by nmittapalli - Friday, September 9, 2011 10:59 AM | Last reply by Jamie Thomson - Friday, September 9, 2011 11:51 AM -
0 Votes
Working with procedures that Return multiple result sets
TSQL is not capable of handling multiple result sets.Answered | 8 Replies | 5846 Views | Created by Computermike - Wednesday, July 27, 2016 2:00 PM | Last reply by Chris Sijtsma - Wednesday, July 27, 2016 8:06 PM -
0 Votes
SQL that generates multiple result sets
Reporting Services will only look at the first result set.Answered | 1 Replies | 5345 Views | Created by Tamim Sadikali - Thursday, March 10, 2011 5:52 PM | Last reply by Russ Loski - Thursday, March 10, 2011 6:23 PM -
0 Votes
Multiple result sets support in Entity Framework 5.0?
There are two ways that you can use to access more than one result set from a stored procedure in Entity Framework.Answered | 1 Replies | 1761 Views | Created by itai2211 - Tuesday, November 20, 2012 7:47 PM | Last reply by Alexander Sun - Thursday, November 22, 2012 2:27 AM -
0 Votes
Report Control and Multiple Datasets/Result Sets
I have a set of four datasets for eight different product line.Answered | 3 Replies | 993 Views | Created by blairv - Wednesday, February 19, 2014 1:23 AM | Last reply by Alisa Tang - Friday, February 21, 2014 1:41 AM -
0 Votes
Stored Procedure Returning Multiple Result Sets and converting them into HTML OR XML
The following is the required informatión: Signature of the stored procedure (procedure name, parameter names and parameter's type)Structure of ...Answered | 12 Replies | 3889 Views | Created by Tauhid S - Tuesday, September 2, 2014 9:37 AM | Last reply by Jesús López - Thursday, September 4, 2014 3:11 PM -
0 Votes
SQL Query with multiple result sets
Essentially, if you add a property called multiple with a value of true to the query object, the result will be an array of result sets.Answered | 2 Replies | 804 Views | Created by FrancisO5 - Friday, April 29, 2016 9:17 AM | Last reply by Dale A Anderson - Friday, April 29, 2016 10:50 PM -
0 Votes
How to export the Multiple Result sets to Excel Sheet
If the result sets are having same structure, you can add a prefix column to flag each set (R01, R02, R03, R04) and union them into one result set.Answered | 2 Replies | 7143 Views | Created by nmittapalli - Friday, August 12, 2011 11:15 AM | Last reply by SqlRockss - Friday, August 12, 2011 1:42 PM -
0 Votes
EF and Store Procedure returning multiple result sets of complex types
results sets from the stored procedure when they are complex types.Answered | 4 Replies | 4835 Views | Created by Iceonovich - Thursday, November 10, 2011 8:11 PM | Last reply by Iceonovich - Monday, November 14, 2011 9:30 PM -
0 Votes
Combing multiple result sets from SELECT
Badii, I was planning to use a single SELECT statement, but as I mentioned, I could generate a result set for one month with a single SELECT statement.Answered | 4 Replies | 4457 Views | Created by Igor_Proper - Wednesday, November 10, 2010 10:05 PM | Last reply by Igor_Proper - Thursday, November 11, 2010 9:47 PM -
0 Votes
Combining Multiple Rows in a Result Set
Here is a sample of the results: PAT_ID VS_ID PYMT ADJ CHRG ...Answered | 5 Replies | 4290 Views | Created by ansonee - Monday, June 1, 2009 4:19 PM | Last reply by ansonee - Monday, June 1, 2009 8:43 PM -
1 Votes
Trying to Get information from multiple Result sets
= '2010-03-01' and jc_daterecAnswered | 1 Replies | 4793 Views | Created by Jacques444 - Tuesday, March 9, 2010 8:23 AM | Last reply by Dave Ballantyne - Tuesday, March 9, 2010 8:42 AM -
0 Votes
Stored procedure returning multiple result sets
The best solution would be to have it do the first select, then the second only if the first returns no results.Answered | 7 Replies | 1270 Views | Created by NickLiveTech - Thursday, June 5, 2014 8:46 PM | Last reply by Erland Sommarskog - Friday, June 6, 2014 1:54 PM -
0 Votes
Handling multiple result sets from a sp
hi, simply make SET NOCOUNT ON ; the first command in your stored procedure.Answered | 6 Replies | 4556 Views | Created by msoyturk - Wednesday, June 8, 2011 9:19 AM | Last reply by msoyturk - Thursday, June 9, 2011 7:05 AM - Items 1 to 20 of 1918451 Next ›
No announcements