Viewing 15 posts - 106 through 120 (of 251 total)
I'm not saying that you should debug the code, I'm saying that you should *insist* that the developers give you the queries being executed when a timeout occurs. Is there...
March 31, 2014 at 2:16 pm
tresiqus (3/31/2014)
March 31, 2014 at 1:12 pm
Eric M Russell (3/6/2014)
dmbaker (3/6/2014)
Eric M Russell (3/6/2014)
March 6, 2014 at 12:45 pm
Eric M Russell (3/6/2014)
March 6, 2014 at 10:00 am
DEK46656 (3/6/2014)
dmbaker (3/6/2014)
At the moment I would think the best approach would be is to design the database “correctly” and implement the GUI through something like MVC. Leave as...
March 6, 2014 at 9:26 am
At the moment I would think the best approach would be is to design the database “correctly” and implement the GUI through something like MVC. Leave as much of...
March 6, 2014 at 8:57 am
Entity Framework can do a "mass delete" by executing an arbitrary SQL statement. It's arguable as to whether that's actually EF since you're essentially "stepping out" of the framework to...
March 6, 2014 at 7:20 am
My apologies, it wasn't clear in your initial post that that this was the case and it's someting that seems to be often forgotten. I'm certainly glad to hear it...
January 9, 2014 at 7:14 am
Step 0 - Talk to the business
Are you sure you need a data warehouse at all? Discuss needs with your users and make sure you understand the business. If you...
January 9, 2014 at 6:54 am
My comments were aimed at two salacious points:
Did you mean "salient?" I suppose salacious would work, but it gives your post a whole different meaning. 😀
October 15, 2013 at 7:43 am
Can you post more details? Sounds like you're using .NET (since you mention app.config) but knowing what language you're coding would be helpful (e.g. c#? VB.NET?) as would what version...
September 13, 2013 at 7:22 am
I think that "database abstraction layer" isn't really what you think it is, or at least your view is incomplete. Microsoft's Entity Framework, as well as other ORM tools, are...
July 10, 2013 at 8:51 am
"When they need to construct a class in C#, they don't heave out a prosthetic GUI to do it. They just cut code"
Well, I think one could call Visual Studio...
June 10, 2013 at 6:44 am
patrickmcginnis59 10839 (5/13/2013)
dmbaker (5/13/2013)
vliet (5/13/2013)
Developers think row-based. They cannot work with set-based algorithms. Everyone who tells you otherwise hasn't worked together with developers.
Really? That's a pretty broad brush you're using...
May 13, 2013 at 9:39 am
vliet (5/13/2013)
Developers think row-based. They cannot work with set-based algorithms. Everyone who tells you otherwise hasn't worked together with developers.
Really? That's a pretty broad brush you're using there. I don't...
May 13, 2013 at 7:07 am
Viewing 15 posts - 106 through 120 (of 251 total)