// archive

Tag: Database Projects

  • Visual Studio Database Projects and the Problem with Reference Data (Part Two)

    #sql-server

    Visual Studio Database Projects and the Problem with Reference Data (Part Two)

    In my previous post, I discussed the difficulties of saving reference data in a Visual Studio Database Project. In this post, I’ll go over the architecture of one way this problem can be solved. While doing some research on this topic I ran across this StackOverflow question “How do you store static data in your…

  • Visual Studio Database Projects and the Problem With Reference Data (Part One)

    #sql-server

    Visual Studio Database Projects and the Problem With Reference Data (Part One)

    I’ll be honest. I wasn’t a fan of Visual Studio Database Projects. I still believe that designing databases using a data modeling tool like ER/Studio or ERwin is the very best way to build a database. But after taking a hard look at the Database Project project template I’ve changed my tune. There are some…