![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I got a project to move data from D3NT server to MS SQL server. What are the tools within D3NT to dump the data so we can move it to SQL? Any help would be greatly appreciated. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I got a project to move data from D3NT server to MS SQL server. What are the tools within D3NT to dump the data so we can move it to SQL? Any help would be greatly appreciated. |
#5
| |||
| |||
|
|
Hi Jason, I got a project to move data from D3NT server to MS SQL server. What are the tools within D3NT to dump the data so we can move it to SQL? Any help would be greatly appreciated. While I am very curious about what your bid was based upon when you acquired this project, Dawn is making it way too complicated. |
|
Here's how you do it: In D3, drop to TCL and issue the command: :EXPORT.ALL output format: MSSQL7 to: C:\TEMP\D3.ALL.DUMP Then from the command line: C:\TEMP\> MSSQL /Uusername /Ppassword < D3.ALL.DUMP If your MS SQL Server version is 6.x, use that for your output format. There you have it. All of the data will now reside in the appropriate MSSQL tables and all BASIC programs and PROCs will be converted into stored procedures. |
|
You will might have to manually convert the menus. |
#6
| |||
| |||
|
|
Hi Jason, I got a project to move data from D3NT server to MS SQL server. What are the tools within D3NT to dump the data so we can move it to SQL? Any help would be greatly appreciated. While I am very curious about what your bid was based upon when you acquired this project, Dawn is making it way too complicated. Here's how you do it: In D3, drop to TCL and issue the command: :EXPORT.ALL output format: MSSQL7 to: C:\TEMP\D3.ALL.DUMP Then from the command line: C:\TEMP\> MSSQL /Uusername /Ppassword < D3.ALL.DUMP If your MS SQL Server version is 6.x, use that for your output format. There you have it. All of the data will now reside in the appropriate MSSQL tables and all BASIC programs and PROCs will be converted into stored procedures. You will might have to manually convert the menus. If you run into any problems there are many competent consultants here who will be happy to help. What's your budget look like? |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
None of this is provided in stock D3. Are you referring to some third-party product, or maybe another MV platform? Jason: There is no fast or easy way to migrate to SQL for someone who is unfamiliar with MV. If you want a free migration from MV then do some reading and you can do it for free. Otherwise you can pay someone for their knowledge and/or services. While I'm not wild about converting someone out of MV, and I hope no one else is very eager to do so either, I'll convert all of your data to SQL tables for a reasonable T&M service fee. From and To schemas help, otherwise you're going to get a best guess for field names and data typing. The project would be done the fastest if you let someone convert the data in the fastest way possible and then you use stored procedures to move the data from intermediate files into your final schema. If you insist on doing this yourself, then research AccuTerm and OSFI as two possible alternatives - that's about all the free advice I can muster on this. As a side note, in most situations where MV is being replaced, it is done for the wrong reasons and with the wrong expectations. Here are some invalid reasons for migration: - it doesn't do windows or we want a web-based front-end - our MBA management doesn't like green screen - the owner's son just got a degree and says MV is old - our VAR is clueless (get another VAR, not new software) - our stockholders want us on something more modern Many of us here can cite a number of examples of companies that migrated for these reasons and they failed dismally to migrate to something that satisfied their business needs. Most of them had some lead manager who didn't have a clue about what they were coming from or going to, but they could sell the idea of how good things were going to be on the other side. That person is usually gone after the first couple million dollars are wasted. If you have found another application that does what you want, you're using it in a production environment and you're happy with the software and the support, then congratulations and I sincerely wish you well. If your strategy is to migrate from MV to some other application and you're only now asking how to do it, then it sounds like the project has already been mismanaged and you're in for a real tragedy. You might want to consider getting someone new for project management in addition to some migration services. Good luck. Tony TG@ removethisNebula-RnD.com |
#10
| |||
| |||
|
|
Hi Jason, I got a project to move data from D3NT server to MS SQL server. What are the tools within D3NT to dump the data so we can move it to SQL? Any help would be greatly appreciated. While I am very curious about what your bid was based upon when you acquired this project, Dawn is making it way too complicated. Here's how you do it: In D3, drop to TCL and issue the command: :EXPORT.ALL output format: MSSQL7 to: C:\TEMP\D3.ALL.DUMP Then from the command line: C:\TEMP\> MSSQL /Uusername /Ppassword < D3.ALL.DUMP If your MS SQL Server version is 6.x, use that for your output format. |
|
There you have it. All of the data will now reside in the appropriate MSSQL tables and all BASIC programs and PROCs will be converted into stored procedures. You will might have to manually convert the menus. |
|
If you run into any problems there are many competent consultants here who will be happy to help. What's your budget look like? |
![]() |
| Thread Tools | |
| Display Modes | |
| |