No announcements
Found 3958098 threads
-
0 Votes
Can I/Should I turn off logging on some tempdb transactions?
If other users are active, or if there are open transactions, this may not have any noticible effect.Answered | 6 Replies | 9070 Views | Created by DavidR100 - Tuesday, April 10, 2007 5:30 PM | Last reply by Arnie Rowland - Wednesday, April 11, 2007 9:58 PM -
0 Votes
Should I close off the transaction in EF ?
Click here to get sample code with explanation from similar thread Entity Framework 6 and Unit Of Work… Where, When transactions in ...Answered | 2 Replies | 80 Views | Created by Anonymous - Thursday, April 16, 2015 9:38 AM | Last reply by Anonymous - Saturday, April 18, 2015 5:57 AM -
4 Votes
How to manage transactions with EF 4.1 (and DbContext)?
Hi all, may I revive this thread?Answered | 4 Replies | 16248 Views | Created by jesuissur - Tuesday, May 10, 2011 4:11 PM | Last reply by darkroastjava - Wednesday, August 17, 2011 7:40 AM -
2 Votes
Transaction in EF
Calling BeginTransaction on that connection will limit the scope of your transaction to that connection only.Answered | 2 Replies | 4291 Views | Created by pramodh - Wednesday, October 29, 2008 4:09 PM | Last reply by pramodh - Thursday, October 30, 2008 8:31 AM -
0 Votes
Turn off Transaction Log?
You cannot "turn off" the transaction log.Answered | 5 Replies | 41792 Views | Created by Randy Minder - Wednesday, March 25, 2009 8:18 PM | Last reply by Mike_Walsh - Saturday, March 28, 2009 12:41 PM -
0 Votes
How should I implement transactions in my application?
Did I answer your question?Answered | 2 Replies | 5836 Views | Created by Stephanie L - Tuesday, July 14, 2009 2:40 PM | Last reply by Stephanie L - Wednesday, July 29, 2009 2:48 PM -
0 Votes
Sharing transactions with EF and other technologies?
Hello System.transactions do not care where the transactions are created from, I mean the technology which created the transaction; it could be the legacy ...Answered | 1 Replies | 4910 Views | Created by Sergio Castillo Checa - Thursday, December 3, 2009 8:28 AM | Last reply by UmeshMR - Friday, December 4, 2009 8:12 PM -
2 Votes
EF4 transaction isloation level
Heart- You should be able to start a transaction w/ ReadUncommitted IsolationLevel as follows: using (var ctx = new ...Answered | 2 Replies | 4518 Views | Created by HeartKiller - Monday, April 19, 2010 7:48 AM | Last reply by Tim Laverty- MSFT - Monday, April 26, 2010 9:42 PM -
0 Votes
Should I use SQL Server filestream data type with EF in this circumstance?
First, I think EF can work fine with FILESTREAM type in SQL Server.Answered | 2 Replies | 6619 Views | Created by dthouston - Tuesday, July 6, 2010 4:00 PM | Last reply by dthouston - Friday, July 9, 2010 12:36 PM -
0 Votes
What system tables should I rebuild with transaction and merge replication?
I do this for merge replication. not sure about transactional but I guess you need to reindex the transaction history table in distribution database.Answered | 6 Replies | 5272 Views | Created by TheBrick - Friday, July 31, 2009 4:05 PM | Last reply by John-Huang - Sunday, August 2, 2009 1:44 AM -
0 Votes
Reporting should be based on Transaction or Merge ?
If i need reporting only on Monthly or fortnight basis [15th of evry month] not on Daily basis, i will go for Merge Replication with ...Answered | 5 Replies | 3367 Views | Created by LearnerSql - Thursday, May 17, 2012 9:55 AM | Last reply by lindaEtechi - Friday, May 18, 2012 12:44 PM -
1 Votes
EF 5.0 DbContext Code First and transaction management
You should be able to use a TransactionScope and specify the IsolationLevel by passing a TransactionOptions enumeration to its constructor.Answered | 2 Replies | 2221 Views | Created by Yuri Budilov - Thursday, June 20, 2013 8:23 AM | Last reply by Yuri Budilov - Friday, June 21, 2013 2:11 AM -
0 Votes
Table with out primary key should be used in EF
We have table with out primary key, now we need to use it with EF.Answered | 1 Replies | 451 Views | Created by Harishkakani - Thursday, December 3, 2015 7:21 PM | Last reply by DA924 - Thursday, December 3, 2015 10:35 PM -
0 Votes
EFS
As the question is off topic here, I am moving it to theAnswered | 4 Replies | 1716 Views | Created by Siddharth.Sharma - Saturday, January 10, 2015 4:16 PM | Last reply by Just Karl - Tuesday, January 13, 2015 11:31 PM -
2 Votes
EF bug?
As I mentioned, when I rolled back EF from 6.1.1 to 5.0.0 it worked.Answered | 9 Replies | 1847 Views | Created by Kevison - Thursday, January 15, 2015 3:53 PM | Last reply by darnold924 - Monday, January 26, 2015 9:54 PM -
1 Votes
EF and design pattern
Danny Simmons has a very good review of some options using EF directly in his articles in MSDN Magazine: - N-Tier Application Patterns: ...Answered | 1 Replies | 4394 Views | Created by Kathy Samse - Monday, April 12, 2010 4:17 PM | Last reply by Diego B Vega [MSFT] - Tuesday, April 13, 2010 7:44 PM -
0 Votes
Distributed Transaction with WCF Services
In short our wcf service collect data using EF 3.5 SP1, compress the data and send it as a string base 64.Answered | 5 Replies | 11072 Views | Created by lvelayutham - Thursday, March 4, 2010 7:28 PM | Last reply by juanfbp - Wednesday, May 19, 2010 9:41 PM -
0 Votes
MySQL Nested Transactions are not supported
Hi, The response including code to manage your own transaction within the save pipeline is one way that should work to solve this issue.Answered | 3 Replies | 11237 Views | Created by equiptrace - Friday, August 5, 2011 11:12 AM | Last reply by Dan Seefeldt - Monday, August 22, 2011 8:15 PM -
2 Votes
LS and EF
Without wanting to play "smart guy" this is what I also expected.Answered | 2 Replies | 2751 Views | Created by Kostas Christodoulou - Wednesday, July 6, 2011 8:06 AM | Last reply by Kostas Christodoulou - Thursday, July 7, 2011 7:22 AM -
0 Votes
Transactions in SQLite in a WPF Application
About EF and SQLlite i dont think that the best choice lies there.Answered | 2 Replies | 4249 Views | Created by Dhananjay Kher - Wednesday, August 31, 2011 9:12 AM | Last reply by Dhananjay Kher - Wednesday, August 31, 2011 12:23 PM - Items 1 to 20 of 3958098 Next ›
No announcements