Question : I don’t have much experience designing databases and I have this case that I stumbled upon where I […]
Tag: entity-framework
Remove some auto created indices from Entity Framework?
Question : I’m using Microsoft’s Entity Framework. It automatically creates indices for every foreign key, but in many cases, I […]
Help with designing a multi relational schema / domain model
Question : I am in the process of developing a web application with asp.net MVC. I am using Entity Framework […]
Can I grant multiple remote LocalService accounts access to a SQL Server database?
Question : I am designing a multi-environment Windows-based software product that will extensively employ Windows services running as LocalService to […]
Is this a step in the right direction for normalization? SQL ‘inheritance’ and Many-to-Many relationships
Question : Context: So, this is kind of a compound question, but they go together, and definitely wouldn’t make sense […]
Remove some auto created indices from Entity Framework?
Question : I’m using Microsoft’s Entity Framework. It automatically creates indices for every foreign key, but in many cases, I […]
Inserts via Entity Framework on server take about double the time than locally
Question : I’m inserting lots of data into SQL Server with many of them having foreign key dependencies. Meaning if […]
SSIS Package Execution From Visual Studio Unit Test [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
Entity Framework SaveChanges fails due to a trigger
Question : Trying to implement Entity Framework for an existing database (SQL Server 2012). I have a VB application running […]
Multiple roundtrips vs cross joins
Question : I have a feeling the answer is “it depends on…”, but I’m wondering if there’s a concrete answer. […]