164
votes
52answers
7k views
Do you source control your databases?
I feel that my shop has a hole because we don't have a solid process in place for versioning our database schema changes. We do a lot of backups so we're more or less covered, but it's bad practice to …
122
votes
53answers
7k views
Storing Images in DB - Yea or Nay?
So I'm using an app that stores images heavily in the DB. What's your outlook on this? I'm more of a type to store the location in the filesystem, than store it directly in the DB.
What do you think …
121
votes
22answers
5k views
Database Development Mistakes Made by App Developers
What are common database development mistakes made by application developers?
63
votes
37answers
3k views
Why do we need entity objects?
Ok, I realize I might be downvoted into oblivion for this question, especially given my stance on the matter, but I really need to see some honest, thoughtful debate on the merits of the currently …
54
votes
23answers
2k views
Why are database features being ignored, and instead reinvented in the middle tier?
What are the top reasons (apart from "database independence") that most IT projects today seem to ignore the wealth of features that exist in modern database engines such as Oracle 11g and SQL Server …
53
votes
25answers
5k views
How do I version my MS SQL database in SVN?
I've been wanting to get my databases under version control. Does anyone have any advice or recommended articles to get me started?
I'll always want to have at least some data in there (as alumb …
52
votes
7answers
3k views
When and why are database joins expensive?
I'm doing some research into databases and I'm looking at some limitations of relational DBs.
I'm getting that joins of large tables is very expensive, but I'm not completely sure why. What does the …
50
votes
11answers
1k views
How should you build your database from source control?
There has been some discussion on the SO community wiki about whether database objects should be version controlled. However, I haven't seen much discussion about the best-practices for creating a …
45
votes
51answers
3k views
What’s your #1 way to be careful with a live database?
For my customer I occasionally do work in their live database in order to fix a problem they have created for themselves, or in order to fix bad data that my product's bugs created. Much like Unix …
45
votes
19answers
2k views
Good reasons NOT to use a relational database?
Can you please point to alternative data storage tools and give good reasons to use them instead of good-old relational databases? Imo most applications rarely use full power of SQL, it would be …
39
votes
24answers
3k views
What is the best way to avoid SQL injection attacks?
I've provided a solution for Python... please flesh this out with examples for other languages.
37
votes
5answers
6k views
What database does Google use?
Is it Oracle or MySQL or something they have built themselves?
36
votes
5answers
2k views
How do you recommend implementing tags or tagging
I've heard of a few ways to implement tagging; using a mapping table between TagID and ItemID (makes sense to me, but does it scale?), adding a fixed number of possible TagID columns to ItemID (seems …
35
votes
15answers
1k views
Asking to see employer’s code/database in an interview
I've been asked to write code/design things in an interview. Sometimes even to provide code samples. Very reasonable and very wise (always surprised when this DOESN'T happen)
I had a job a year or …
33
votes
16answers
4k views
Hidden Features of MySQL
I've been working with Microsoft SQL Server with many years now but have only just recently started to use MySQL with my web applications and I'm hungry for knowledge.
To continue with the long line …
