Forum Replies Created

Viewing 15 posts - 106 through 120 (of 247 total)

  • RE: One size does not fill all

    Eric M Russell (3/6/2014)


    It's true that by coding batch processing logic within the application, your SQL code can be simplified and constructed in a more cross-platform fashion. Basic SELECT, INSERT,...

  • RE: One size does not fill all

    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...

  • RE: One size does not fill all

    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...

  • RE: One size does not fill all

    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...

  • RE: Design Steps for logical modeling of Dimensional DataMart

    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...

  • RE: Design Steps for logical modeling of Dimensional DataMart

    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...

  • RE: The Cloud of Destiny

    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. 😀

  • RE: How to read xml files from App.config file path?

    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...

  • RE: Trying to incorporate a Database Abstract Layer...

    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...

  • RE: When Windows don’t provide illumination

    "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...

  • RE: Better Coding, More Savings

    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...

  • RE: Better Coding, More Savings

    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...

  • RE: Add SQL Objects to TFS/ Version Control

    Well, we don't use VS 2012 yet and I've not tried this with VS 2012, but I'll give it a shot.

    1) Get Sql Server Data Tools! Download and install the...

  • RE: Add SQL Objects to TFS/ Version Control

    Any chance you can upgrade to Visual Studio 2010 or later? SQL Server Data Tools, which is available in 2010/2012 is pretty darn useful, and it makes database development much...

  • RE: The Optimists

    I find it interesting that nobody has mentioned that building software, and modifying it, has an associated cost -- somebody has to pay for it.

    When users ask for modifications to...

Viewing 15 posts - 106 through 120 (of 247 total)