Development
Whats the goal,
- To update BI_Table hosted in mssql server latest version (>= 2022 )
- The rows comes from B&F Papers$Shipment LInes Tables hosted in mssql older version (2014) which hosted in hybrid connection
REQUIREMENTS(Ubuntu)
- MSSQL VERSION 2014 <= 2017
- MSSQL VERSION >= 2022
steps
- Create a view table vv_BiTable
-
Populate it with initial data from joined tables
- B&F Papers$Sales Shipment Line
- B&F Papers$Customer
- B&F Papers$Item
- B&F Papers$ Shipment Headers
Note: This is a one time job only. This tables come from NavDatabase(MSSQL 2014 VERSION)
-
If not exists, Create table BI_table in database with MSSQL 2022
- Run the scheduled job(aka cron job). See illustration