SQL Server: Why We Should Prefer Database to Implement Data Integrity

added by lionofdezert
2/22/2011 12:58:22 PM

136 Views

Developers like to implement domain and referential constraints to implement data integrity on application side and forget that implementing such constraints on database their can help OPTIMIZER to select optimum query plan.


0 comments