With the release of Entity Framework 6.1 the Fluent API can now be used to create indexes. It’s still pretty basic and will hopefully evolve to become more complete in future releases.
For all the examples below I’m using the following model
One thing to note here is that if your single column index matches the start of a multi column index the Entity Framework is smart enough not to create it as it’s already covered by the multi column one.
Multi Column Indexes
Unique Indexes
Clustered Indexes
What’s Not Possible Using Fluent API
As of Entity Framework 6.1.1
Include Fields
Sort Order (ASC,DESC)
Filtered Indexes
Whilst this is a big step forwards it still feels like a work in progress. I would hope to end up with a friendlier and more complete syntax for doing this something like…
I've grown up reading Tom Clancy and probably most of you have at least seen Red October, so this book caught my eye when browsing used books for a recent trip. It's a fairly human look at what's involved in sailing on a Trident missile submarine...
Question: Can a 2008 SQL instance be used as the witness for a 2005 database mirroring setup? This question was sent to me via email. My reply follows. Can a 2008 SQL instance be used as the witness for a 2005 database mirroring setup? Databases to be mirrored are currently running on 2005 SQL instances but will be upgraded to 2008 SQL in the near future.
In which Phil illustrates an old trick using STUFF to intert a number of substrings from a table into a string, and explains why the technique might speed up your code...
You may want to read Part 1 , Part 2 , and Part 3 before continuing. This time around I'd like to talk about social networking. We'll start with social networking. Facebook, MySpace, and Twitter are all good examples of using technology to let...
Last week I posted Speaking at Community Events - Time to Raise the Bar?, a first cut at talking about to what degree we should require experience for speakers at events like SQLSaturday as well as when it might be appropriate to add additional focus/limitations on the presentations that are accepted. I've got a few more thoughts on the topic this week, and I look forward to your comments.