Getting your database schema under source control is an important part of any development process as your solution isn't just the finely crafted code you've built, it's also the database schemas it uses. There are a variety of ways of bringing your schema
Read More...