No announcements
Found 1618329 threads
-
0 Votes
EF6 Code First - Stored Proc - Search
We have a EF 6 code first solution and we now need to create an advanced feature. Obviously a stored proc and full-text search is ideal. However, I have ...Answered | 1 Replies | 550 Views | Created by DapperDev_ - Friday, June 10, 2016 8:57 AM | Last reply by Zhanglong Wu - Monday, June 13, 2016 1:41 AM -
0 Votes
vba code in stored proc
Hi, Is it possible to manipulate Excel file using Stored proc? This is what the stored proc does: 1) ...Answered | 2 Replies | 593 Views | Created by jipS_79 - Tuesday, October 28, 2014 3:59 PM | Last reply by jipS_79 - Tuesday, October 28, 2014 4:15 PM -
0 Votes
EF6 model first move to code first?
Hi JimPEvans, EF 6.1.3 tooling allows creating a Code First model from the database. The following link is a short video and a walkthrough showing the ...Unanswered | 1 Replies | 305 Views | Created by JimPEvans - Friday, January 29, 2016 8:53 PM | Last reply by Zhanglong Wu - Monday, February 1, 2016 2:35 AM -
0 Votes
EF6 Code First - External Enums
>Can the same thing be done using Code First? If you mean that you have separate assembly which contains all the enumerate types and you want to use theseAnswered | 1 Replies | 509 Views | Created by wsharp07 - Wednesday, September 17, 2014 8:58 PM | Last reply by Fred Bao - Thursday, September 18, 2014 2:12 AM -
0 Votes
Search Stored Proc
: Incidentally, if you wish to perform your original search, but by avoiding the undocumented stored procs, then you can use the following:Answered | 12 Replies | 5910 Views | Created by Anterian - Wednesday, February 28, 2007 8:10 PM | Last reply by Anterian - Thursday, March 1, 2007 1:11 PM -
0 Votes
SQLite + VS2012 + EF6 + Code First
code-first Entity Framework model for SQLite database. I have installed Entity Framework 6.1Unanswered | 2 Replies | 2573 Views | Created by Shell Fox - Thursday, March 27, 2014 8:02 AM | Last reply by Alexander1111111 - Wednesday, April 2, 2014 5:41 AM -
0 Votes
Value instead of NULL [EF6 Code First]
I'm using EF6 Code First. Say, I have a table called "Consumer" with two columns: 1) Id, int, primary key, not ...Answered | 2 Replies | 2281 Views | Created by JohnyL - Thursday, November 29, 2012 11:46 AM | Last reply by JohnyL - Thursday, November 29, 2012 12:15 PM -
0 Votes
Trying to create a GetList method that calls a stored proc C# (EF6 DB first)
I am using EF6 DB first with a class library that has a DataModel.edmx in it. I have a customers table and created a stored proc in the database and updated model ...Answered | 5 Replies | 721 Views | Created by Hunter Trak - Monday, May 19, 2014 3:36 AM | Last reply by Arushi Agrawal - Tuesday, May 20, 2014 4:19 AM -
0 Votes
EF6 Invalid Object Name Code First Plural
similar thread regarding it: http://stackoverflow.com/questions/20457187/ef6-code-firstAnswered | 2 Replies | 2943 Views | Created by Iggy Panel - Saturday, December 7, 2013 6:18 AM | Last reply by Iggy Panel - Monday, December 9, 2013 2:13 AM -
0 Votes
stored proc within stored proc
Tha'ts pretty straight forward to create stored procs that calls another stored proc create proc ...Answered | 3 Replies | 5290 Views | Created by prikshna - Monday, February 7, 2011 6:19 AM | Last reply by Lekss - Monday, February 7, 2011 6:39 AM -
0 Votes
EF6 Code first inheritance from relationship
I need to create a TPH inheritance on an existing database using EF6 and Code first Table ...Answered | 4 Replies | 790 Views | Created by mimi82 - Monday, February 23, 2015 1:59 PM | Last reply by Fred Bao - Wednesday, March 4, 2015 9:11 AM -
1 Votes
Set IGNORE_DUP_KEY = ON with EF6 Code First
Hello, I want to use EF6 Code first to set IGNORE_DUP_KEY = ON for a primary key. I find that annotations and fluent API can't achieve it. Since this should be a ...Answered | 4 Replies | 2245 Views | Created by Johnny Qian - Saturday, November 30, 2013 8:06 AM | Last reply by Johnny Qian - Monday, December 2, 2013 6:52 AM -
0 Votes
Stored Proc - Calling a Remote Stored Proc
Amos, I believe you forgot to add .dbo. in the remote stored proc invocation, if you add that things will start working. Unless the name has 4 parts remote ...Answered | 2 Replies | 7001 Views | Created by Amos Soma - Thursday, August 24, 2006 2:36 PM | Last reply by Amos Soma - Thursday, August 24, 2006 8:48 PM -
0 Votes
Stored Procedure in Code-First
We have an MVC code-first EF 6 solution implemented and we now need to create an advanced search feature within our database. We would like to use Full-Text Search ...Answered | 1 Replies | 423 Views | Created by DapperDev_ - Wednesday, June 8, 2016 1:51 PM | Last reply by davidbaxterbrowne - Wednesday, June 8, 2016 2:41 PM -
0 Votes
Switch Azure DB to EF6 code first
Hello. When translating our project to EF6 code first , we are faced with the following problem ...Answered | 4 Replies | 653 Views | Created by Dmitriy Prokhorov - Wednesday, August 31, 2016 1:04 PM | Last reply by Dmitriy Prokhorov - Friday, September 2, 2016 12:26 PM -
0 Votes
Stored Proc - Calling a Remote Stored Proc
a remote stored proc named 'Data_Add': Exec [Server1.abcd.myserver.com\SQLServer2005,1563].DatabaseName.Data_Add 1,'Hello Moto' When I attempt ...Answered | 2 Replies | 6960 Views | Created by Amos Soma - Thursday, August 24, 2006 2:34 PM | Last reply by Amos Soma - Thursday, August 24, 2006 5:54 PM -
1 Votes
Stored proc source code control?
identify you want to point to, by feeding in the details you have the option to absorb the entire schema (tables, views, stored procs) into the database project. Here on you can ...Answered | 4 Replies | 2570 Views | Created by edm2 - Monday, March 12, 2012 3:55 PM | Last reply by John Qiao - Wednesday, March 14, 2012 6:47 AM -
0 Votes
EF6 Code-First and WPF Combo Box
can post a new thread with relative code/message in the EF forum for getting suitable help.Unanswered | 2 Replies | 319 Views | Created by RMillsFe - Thursday, October 27, 2016 2:00 AM | Last reply by Yong Lu - Monday, October 31, 2016 6:06 AM -
0 Votes
Recompiling / refreshing stored proc
Hi, I have a problem with a stored proc in SQL 2000. This stored proc works fine but after like an hour, it doesn't respond anymore and I need to go to the ...Unanswered | 1 Replies | 2321 Views | Created by Crushermike - Wednesday, July 23, 2008 5:35 PM | Last reply by siva.k - Monday, August 25, 2008 9:33 AM -
0 Votes
EF6 Code-First and WPF Combo Box
https://social.msdn.microsoft.com/Forums/en-US/home?forum=adodotnetentityframework Make sure that you always include all relevant code snippets that areAnswered | 2 Replies | 380 Views | Created by RMillsFe - Wednesday, October 26, 2016 2:40 PM | Last reply by RMillsFe - Thursday, October 27, 2016 2:01 AM - Items 1 to 20 of 1618329 Next ›
No announcements