Search Results

1
vote

What’s wrong with foreign keys?

I echo the answer by Dmitriy - very well put. For those who are worried about the performance overhead FK's often bring, there's a way (in Oracle) you can get the query optimiser advantage …
0
votes

How to deploy complex SQL solutions through an installer?

You never throw a users data out. One possible option is to try and create the unique index. If the index creation fails, let them know it failed, tell them what they need to research, and provide …