![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am looking for the method to extract U2 into the format SQL server can read and recognize MV-SMV format and convert to 3NF in SQL. The project purpose is to build a Data Warehouse and be able to pull the data daily, possibly only get the delta (change data capture) *or even to have data instantaneously (real time) available in SQL server. I am trying to avoid triggers on U2 side. They compromise the performance of base U2 account in our world. However, the base pull U2 into SQL daily will be just fantastic. |
#3
| |||
| |||
|
|
I am looking for the method to extract U2 into the format SQL server |
#4
| |||
| |||
|
|
I am looking for the method to extract U2 into the format SQL server can read and recognize MV-SMV format and convert to 3NF in SQL. The project purpose is to build a Data Warehouse and be able to pull the data daily, possibly only get the delta (change data capture) or even to have data instantaneously (real time) available in SQL server. I am trying to avoid triggers on U2 side. They compromise the performance of base U2 account in our world. However, the base pull U2 into SQL daily will be just fantastic. |
#5
| |||
| |||
|
|
Angela Ruzhansky wrote: I am looking for the method to extract U2 into the format SQL server can read and recognize MV-SMV format and convert to 3NF in SQL. The project purpose is to build a Data Warehouse and be able to pull the data daily, possibly only get the delta (change data capture) *or even to have data instantaneously (real time) available in SQL server. I am trying to avoid triggers on U2 side. They compromise the performance of base U2 account in our world. However, the base pull U2 into SQL daily will be just fantastic. See: nospamNebula-RnD.com/blog/tech/2010/01/sql-server-and-mv-part-1.html Please remove the NoSpam part. That's not a solution but I hope it will change your thinking to make a solution more obvious to you. There I describe a solution that I wrote which is now in production: It dynamically "discovers" a RDBMS schema and generates code to move data between that and a MV app. *The end-user site was running as an automated Windows Service but I think now they have it triggered as part of another batch process. *It's not generic enough yet to sell as a turnkey solution, but as-is it can still save any site weeks of development time. *Let me know if you're interested. That article also leads to another called "MV to Anything" which is related, and I hope worth your time. Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com Nebula R&D sells mv.NET and other Pick/MultiValue products worldwide, and provides related development services remove.pleaseNebula-RnD.com/blog Visit PickWiki.com! Contribute!http://Twitter.com/TonyGravagno |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Angela Ruzhansky wrote: I am looking for the method to extract U2 into the format SQL server can read and recognize MV-SMV format and convert to 3NF in SQL. The project purpose is to build a Data Warehouse and be able to pull the data daily, possibly only get the delta (change data capture) *or even to have data instantaneously (real time) available in SQL server. I am trying to avoid triggers on U2 side. They compromise the performance of base U2 account in our world. However, the base pull U2 into SQL daily will be just fantastic. See: nospamNebula-RnD.com/blog/tech/2010/01/sql-server-and-mv-part-1.html Please remove the NoSpam part. That's not a solution but I hope it will change your thinking to make a solution more obvious to you. There I describe a solution that I wrote which is now in production: It dynamically "discovers" a RDBMS schema and generates code to move data between that and a MV app. *The end-user site was running as an automated Windows Service but I think now they have it triggered as part of another batch process. *It's not generic enough yet to sell as a turnkey solution, but as-is it can still save any site weeks of development time. *Let me know if you're interested. That article also leads to another called "MV to Anything" which is related, and I hope worth your time. Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com Nebula R&D sells mv.NET and other Pick/MultiValue products worldwide, and provides related development services remove.pleaseNebula-RnD.com/blog Visit PickWiki.com! Contribute!http://Twitter.com/TonyGravagno |
#8
| |||
| |||
|
|
Angela Ruzhansky wrote: I am looking for the method to extract U2 into the format SQL server can read and recognize MV-SMV format and convert to 3NF in SQL. The project purpose is to build a Data Warehouse and be able to pull the data daily, possibly only get the delta (change data capture) *or even to have data instantaneously (real time) available in SQL server. I am trying to avoid triggers on U2 side. They compromise the performance of base U2 account in our world. However, the base pull U2 into SQL daily will be just fantastic. See: nospamNebula-RnD.com/blog/tech/2010/01/sql-server-and-mv-part-1.html Please remove the NoSpam part. That's not a solution but I hope it will change your thinking to make a solution more obvious to you. There I describe a solution that I wrote which is now in production: It dynamically "discovers" a RDBMS schema and generates code to move data between that and a MV app. *The end-user site was running as an automated Windows Service but I think now they have it triggered as part of another batch process. *It's not generic enough yet to sell as a turnkey solution, but as-is it can still save any site weeks of development time. *Let me know if you're interested. That article also leads to another called "MV to Anything" which is related, and I hope worth your time. Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com Nebula R&D sells mv.NET and other Pick/MultiValue products worldwide, and provides related development services remove.pleaseNebula-RnD.com/blog Visit PickWiki.com! Contribute!http://Twitter.com/TonyGravagno |
![]() |
| Thread Tools | |
| Display Modes | |
| |