![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am converting data from a multi-dimensional database which means that many of the columns are in-effect sub-tables that have delimited values. As a result for each of these columns I need to create/insert/update a table. Does DTS have a function that will do this? Thanks |
#3
| |||
| |||
|
|
I am converting data from a multi-dimensional database which means that many of the columns are in-effect sub-tables that have delimited values. As a result for each of these columns I need to create/insert/update a table. Does DTS have a function that will do this? Thanks |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Allan Thanks for your response. The DB product has been around for many years and is called Advanced Revelation. It's architecture is based on the Pick operating system. Unfortunatley I am new to SQL coding so not sure where to start in terms of a completely hand-rolled solution. Taking this from a different approach, if you had an ASCII file that consisted of a single comma delimited row vs a file that had multiple rows, how would parse the string values into SQL table rows? Thanks again! |
#6
| |||
| |||
|
|
Are the rows to go into the same DB and table? Different? |
#7
| |||
| |||
|
|
Alan Are the rows to go into the same DB and table? Different? Rows are coming from an exported ASCII file and into a new, SQL table as follows: ASCII export file: ------------------- Row1 Row2 Row3Val1, Row3Val2,Row3Val3.... Row4 New SQL table: ------------------ Row3Val1 Row3Val2 Row3Val3.... Will the new version of DTS be released as part of the next major SQL Server upgrade or separatly and do you have any ETA? Thanks again |
![]() |
| Thread Tools | |
| Display Modes | |
| |