I am migrating an access db to SQLSERVER with enhancements: .net UI, brand new design, more functionality, more data etc.
I have the dbschema/layout from the users. They have given foreigh keys to every table. The current access will be used only to import in existing data. the data is not very large.
Should I have the every foreign key as refrential constraint or maintain the integrity via apps.
what are the pros and cons on having these setting at the db level ?
I am building this and will be maintaining it: would like to have an optimum solution, as some times the best is not feasable.
I have the dbschema/layout from the users. They have given foreigh keys to every table. The current access will be used only to import in existing data. the data is not very large.
Should I have the every foreign key as refrential constraint or maintain the integrity via apps.
what are the pros and cons on having these setting at the db level ?
I am building this and will be maintaining it: would like to have an optimum solution, as some times the best is not feasable.