by David | Feb 15, 2012 | Database, Debugging, Development
Ever tried to build complex joins using Linq with Entity Framework and finally ending up with something you just suspect might be a hell of a lot less efficient than possible? In that moment it might prove useful to get the clean actual SQL your Linq query actually...
by David | Feb 8, 2012 | Database, Development
I´ve been frustrated about the lack of intellisense in SQL Server Management Studio, I´m using the 2008 R2 version which I later found should have this. Looking around I found that apparently the SP 1 of Visual Studio 2010 breaks this intellisense, no wonder I never...