Some of you may remember at the end of last year I said I would be keeping my eye on a company called SQL Farms. Today I have my first update on their progress. They've got an editor that has tons of ...
After finishing my first SQL courses, I continued my journey by diving deeper into SQL — and the next big topic I encountered was joining data. This is one of the most important (and often confusing) ...
Another SQL question that's confusing me today. I don't think that can be done in SQL alone; look into the DBMS's procedural language or the language used to render the data. Conceptually this could ...
LINQ with Entity Framework has become so common that, when I'm looking at a client's code I'm finding some pretty scary-looking LINQ queries running against Entity Framework. Since I'm a big fan of ...
Hopefully someone has a little experience with this. <BR><BR>Here is the setup:<BR>I've got an old access database that stores purchasing information from a system we used for the past 10 years. There ...