By tag: DB
0
kicks
Two Major Milestones for RoundhousE and UppercuT
UppercuT now supports SVN, TFS, and GIT for versioning assemblies. RoundhousE is environment aware so it can run environment specific scripts. Check it out for more information, screen shots, etc...
0
kicks
Don't forget about composite primary keys -- many programmers do!
When you define more than one column as your primary key on a table, it is called a composite primary key. And many experienced and otherwise talented database programmers have never used them and may not even be aware of them! Yet, composite primary keys are very important when designing a good, ...
0
kicks
The problem isn't the poor database model; It's that external code is
Dealing with poorly designed databases is a simple and common fact of life for programmers. It happens, sometimes due to lack of experience or education, or sometimes because business requirements were never analyzed properly or they changed. It's hard to avoid poor database designs, but it takes on...
0
kicks
Ways to revert a database to pre-Test state after Unit testing
A few ways on how to revert a database to pre-testing state after test completion
0
kicks
Relational Databases 101
Learn the fundamentals of Relational Database Management Systems (RDBMS). Excerpt: The Microsoft Books Online (BOL) documentation seems to fall a bit short in this important subject, so this chapter might be helpful for those who need a more complete understanding of how to create a best-practice re...