No announcements
Found 2194496 threads
-
1 Votes
stored procedure not working EF 4.0
short video to see how to do inserts, updates andAnswered | 6 Replies | 2860 Views | Created by yesganesh - Thursday, December 22, 2011 12:52 PM | Last reply by Allen_MSDN - Monday, December 26, 2011 7:46 AM -
0 Votes
Stored Procedure in EF
Hello - I am fairly new in EF. My question is about store procedure and > custom entity. My scenario is I have storedAnswered | 2 Replies | 5430 Views | Created by maridob - Friday, September 17, 2010 9:37 PM | Last reply by Michael Sun [MSFT] - Wednesday, September 22, 2010 5:44 AM -
1 Votes
Stored Procedure Not Working
I can't figure out why this stored procedure is not doing what I expect it to do. I have taken the screen shots of the table, data, procedure and the ...Answered | 3 Replies | 655 Views | Created by Kensino - Friday, November 22, 2013 9:52 PM | Last reply by Kensino - Friday, November 22, 2013 10:36 PM -
0 Votes
Stored Procedure not working
hi, the stored procedure is working now without error but the problem is that nothing changes in the table. this is how I call the ...Answered | 7 Replies | 826 Views | Created by Hassan Maskeen - Thursday, June 5, 2014 2:59 AM | Last reply by Hassan Maskeen - Friday, June 6, 2014 4:41 AM -
0 Votes
CLR Stored Procedure not working
procedure. But while executing the stored procedure it is not printing eventhogh it is showing the successfull completion message. This exe is working ...Answered | 2 Replies | 8824 Views | Created by Saji dk - Friday, June 4, 2010 1:16 AM | Last reply by Saji dk - Monday, June 7, 2010 1:32 AM -
0 Votes
EF and stored procedure weirdness
. The stored procedure is mapped to a function and it returns to an Entity that was created just to hold the results. I thought this was working just fine but a tester ...Unanswered | 2 Replies | 2849 Views | Created by MarkTR - Tuesday, December 1, 2009 10:26 PM | Last reply by MarkTR - Friday, December 4, 2009 9:28 AM -
1 Votes
First stored procedure not working
@RC = [dbo].[DoSomething] @invalue, @outvalue OUTPUT DECLARE @PrnLine nvarchar(4000) PRINT 'Stored Procedure: dbo.DoSomething' SELECT @PrnLine = ...Answered | 2 Replies | 4916 Views | Created by steve48 - Sunday, February 14, 2010 10:34 PM | Last reply by steve48 - Monday, February 15, 2010 12:09 AM -
0 Votes
stored procedure with EF 4.1
need to pass parameters to this stored procedure and call it from MVC3 > controller action using EF 4.1 code first approach and return theAnswered | 4 Replies | 4519 Views | Created by sparrow37 - Thursday, June 30, 2011 6:50 PM | Last reply by Rune Gulbrandsen - Thursday, June 30, 2011 8:24 PM -
1 Votes
Stored Procedure execute from C# not working
procedure that - deletes rows, updates or inserts rows, does not return a value? The sql connection is working. No exceptions returned. c# code ...Answered | 2 Replies | 6872 Views | Created by JenGri - Wednesday, February 4, 2009 9:29 PM | Last reply by JenGri - Wednesday, February 4, 2009 11:02 PM -
0 Votes
ExecuteNonQuery not working within CLR Stored Procedure
It turns out that the problem was with how SQL Server manages the connections in a CLR stored procedure. It does not allow you to have more than one ...Answered | 8 Replies | 4313 Views | Created by Stylin Trucks - Wednesday, October 4, 2006 7:24 PM | Last reply by Stylin Trucks - Thursday, October 5, 2006 7:49 PM -
0 Votes
EF complaints on a SELECT Stored Procedure.
coming from stored procedures. Therefore Entity Framework use convention to map the data coming from stored procedure to Entity in CSDL; and whenever names don’t map ...Answered | 4 Replies | 3883 Views | Created by King Kikapu - Wednesday, January 21, 2009 11:52 AM | Last reply by King Kikapu - Friday, January 23, 2009 8:43 AM -
0 Votes
Stored procedure where clause not working properly
Thanks for your suggestion. I didn't know you could do that. I found out that the stored procedure was working correctly and the real problem was in my C# ...Answered | 3 Replies | 5064 Views | Created by Roddo144 - Saturday, May 24, 2008 6:13 PM | Last reply by Roddo144 - Sunday, May 25, 2008 4:52 PM -
1 Votes
Can't generate EF model from stored procedure
My stored procedure does not result in an insert operation. It returns a single dataset from the last SELECT statement. The INSERT is for a temp table which is used only ...Proposed | 7 Replies | 2040 Views | Created by ALevyInROC - Friday, December 5, 2014 10:09 PM | Last reply by darnold924 - Tuesday, December 16, 2014 2:33 PM -
0 Votes
Disabling stored procedure enumeration in EF Provider
Hi, I initially want to exclude stored procedure enumeration for my EF provider. What i did was i commented theAnswered | 2 Replies | 3988 Views | Created by Synergex - Wednesday, June 18, 2008 9:51 AM | Last reply by Jeff Reed - MSFT - Wednesday, June 18, 2008 9:23 PM -
0 Votes
Problem with calling stored procedure in EF
procedure into the ConceptualEntityModel by right click and select the Update model from database. I did not do the stored procedure ...Answered | 3 Replies | 13869 Views | Created by peter 9 - Friday, September 16, 2011 6:04 AM | Last reply by Alan_chen - Sunday, September 18, 2011 5:57 AM -
1 Votes
CASE in Stored Procedure Not Working
Why is this not working? SET NOCOUNT ON; SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED SELECT ... dbo.Components.*, CASE ...Answered | 3 Replies | 662 Views | Created by mmmtbig - Saturday, February 28, 2015 5:28 PM | Last reply by Vaibhav.Chaudhari - Saturday, February 28, 2015 5:44 PM -
2 Votes
Stored Procedure not Working in VB.NET
Hello All, I'm trying to call a stored procedure in SQL using VB.Net. I'm sure I'm missing something because is not working when I call it. I'm ...Answered | 19 Replies | 2461 Views | Created by Leo J. D - Sunday, February 3, 2013 7:33 PM | Last reply by Cor Ligthert - Wednesday, February 6, 2013 1:06 AM -
0 Votes
SSIS Stored Procedure - Parameterisation not working!
Thank you John, I will look for that setting. Re; Parameterisation, I am expecting to see the stored procedure appear once in the cache, with the usecount column ...Unanswered | 2 Replies | 3230 Views | Created by r5d4 - Tuesday, May 19, 2009 9:57 PM | Last reply by r5d4 - Tuesday, May 19, 2009 11:26 PM -
0 Votes
Stored procedure not responding.....
columns appear at the end in the rows (result) in text file but not as I put in the select statement of stored procedure when getting the result from the front end coded in ...Answered | 3 Replies | 4583 Views | Created by vahdam_mn - Thursday, March 23, 2006 1:46 AM | Last reply by Skippy1313 - Thursday, March 23, 2006 9:39 PM -
0 Votes
EF returns OUTPUT parameter, but not Stored Procedure Output
String's Database Server name. The Stored Procedure call using EF doesn't work anymore. To make it worse (or) more weird, it is ...Answered | 4 Replies | 7881 Views | Created by Soe Tun - Tuesday, January 19, 2010 6:53 AM | Last reply by Soe Tun - Monday, March 1, 2010 6:10 PM - Items 1 to 20 of 2194496 Next ›
No announcements