Controlled Lookup Data (aka Reference Data) - TechRepublic
General discussion
December 5, 2012 at 07:52 AM
sqldeploy

Controlled Lookup Data (aka Reference Data)

by sqldeploy . Updated 13 years, 6 months ago

Controlled Lookup Data is when data is tightly coupled to the application. If the data is not there, you have problems. So how do we check to see if data is still there?

The simplest way is to add a procValidate (Stored Procedure) to check
that all the lookup data is still there.

Have a nice day!

This discussion is locked

All Comments