New project setup:
- Add project information into table [dbo].[ Airport] (even if the project is not an airport project)
- Add information into table [dbo].[ProjectAirport] if there are many sub-projects in the parent project (e.g. Avinor is a parent project that tracking 17 airports)
Update data:
Steps below could be done orderly by using any automation tool or by manual:
- Insert interview tracking data to table [dbo].[RespData]
- Execute stored-procedure [dbo].[sp_InsertInterview] with appropriate parameters.
- Execute stored-procedure [dbo].[sp_MultiInsertInterview] with appropriate parameters.