i want to migrate unidata database which is multivalue to sql using dotnet code.IS this possible,one of the possibility is through SSIS but this will consume lot of time becouse we have to do ETL process to all the tables in DB .So was looking for a dot net code where i can connect to Unidatadb and migrate data to sql
migrate unidata database which is multivalue to sql using dotnet code
694 Views Asked by Ayesha At
1
There are 1 best solutions below
Related Questions in DATA-MIGRATION
- How to refactor code to fix deprecated list '.append' from a 159 lines of python code?
- Unable to import and export large data volume to or from cosmos DB container
- How can I migrate my flutter coded and firebase hosted app to a no-code platform?
- Import multiple zip files data through Azure DevOps pipeline
- Reorganizing a Legacy Django Project with Database Challenges
- Optimizing Data Migration from 10GB RDB File to Redis Cluster (3 Primary, 3 Replica)
- How migration from dynamoDB to postgress while both old and new system has active users working online?
- Migrating from Firebase Storage to CloudKit
- Problems appending to Excel
- Upload to Azure Migrate - Error AADSTS16000
- Export Entire Data from Dynamo DB table to S3
- Copying PostgreSQL Server to Another Server
- Workflow for copying tables from remote Postgres DB to another remote DB using Prisma ORM
- How to migrate the content with images from Drupal 8 to Drupal 9 for single content type automatically?
- spring batch RepositoryItemWriter doesnt write data to database
Related Questions in U2
- Writing to UniVerse Linked Server from SQL Server via ODBC
- Retain spaces before new line in output from RetrieVe or UniVerseSQL
- How to return exit code in UniData?
- In UniVerse SQL. How to get the Maximum actual Data Len of a column
- How to connect Spring boot application with U2 universe database?
- Is there a case statement for U2 universe database?
- Universe OCONV argument for zero-padding
- Attempted READ of key larger than file maximum key size
- Rocket Universe hung deleting multipart file
- Is there an R package for connecting to U2 / Universe / PICK?
- How to get the smallest date value using SELECT on TCL from a file?
- Posting Time value to Universe database from .NET Entity Framework
- Universe DB Connection via SSH
- Improper data type return when creating API request in Rocket Universe
- Connection using uniobject.NET connection to unidata account does not work and transaction fails
Related Questions in UNIDATA
- Authorization issue with NetCDF Java
- Unidata on Windows 2019
- Functions vs External Subroutines in Unidata/Universe
- In a Paragraph can we use the results of a SELECT statement in another SELECT criteria?
- How to return exit code in UniData?
- Rocket UniData/UniVerse: ODBC Unable to allocate sufficient memory
- Is there a way to check if a savedlist is empty in Unidata?
- How to upload file to Amazon S3 in UniBasic/UniData using the REST API, AWS Signature Version 4
- How to create netcdfFile without location ? JAVA
- VSCode : mvbasic extension on editing Unidata code with MV marks in code, ie CHAR(253), CHAR(254)
- UniObjects for Java how to open sessions to emulate connection pooling
- Execute Unidata Process from the shell command lines?
- pvlib-python forecast using GFS model server error - variable not contained in requested dataset
- CONVERTING MULTIVALUE TABLES IN UNIDATA
- Slow Connect via Open / OpenAsync .Net Provider Unidata
Related Questions in UNIOBJECTS
- UniObjects for Java how to open sessions to emulate connection pooling
- Connection using uniobject.NET connection to unidata account does not work and transaction fails
- What is the fastest way to GET a list of records from Universe DB file using C#.NET?
- How to use U2.Data.Client for .NET Core Web API?
- Is UniObjects supported in UniData 8.x?
- Getting a select list from an alternate index with selectMatchingAK return a "The RPC failed" error
- Universe 9+ system, UniObjects (not for .NET) - How to convert examples from VB 6 to C#
- Where clause not accepting parameterized value but accept hard coded value in linq
- UniData List all avaiable subroutines / All parameters
- migrate unidata database which is multivalue to sql using dotnet code
- How to generate and understand a list of field names in a UniData table
- Two queries related in UniObjects for .NET
- Can a remotely stored ASP app access a networked local machine?
- Unidata UniObjects for .NET - Write amendments back to unidata from modified table
- GetSchema() throws UciException "*HS.OLEDBINFO" is not in the CATALOG space"
Related Questions in U2NETDK
- Slow Connect via Open / OpenAsync .Net Provider Unidata
- Connection using uniobject.NET connection to unidata account does not work and transaction fails
- What is the fastest way to GET a list of records from Universe DB file using C#.NET?
- How to use U2.Data.Client for .NET Core Web API?
- UniSubroutine Exception
- U2 Toolkit for .Net Provider 2.2.2 Not Displaying in ADO.NET Connection Manager
- U2 Universe SQL SSIS issue with returning data for specific columns
- How to do fetch pages when querying universe database using .net sdk and sql
- Move UniVerse data into SQL Server 2014 using u2 Toolkit
- How can I prompt for a username and password for a connection string?
- migrate unidata database which is multivalue to sql using dotnet code
- UniObjects - Write vs WriteField Difference?
- What is the most efficient way to copy UniDataSet to SQL Server?
- Unable to update unidata from .NET
- Retrieve all records from universe database using universe basic subroutine
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You're probably getting downvoted because this is an awfully general question, and it's not particularly a programming question, but rather a big project.
One piece of advice is to flip things around and extract the information from the Unidata side "exploding" out the multivalues into flat tables that your ETL process can consume. And the challenge there (apart from writing Unibasic code) is identifying which multivalued fields are associated with each other. Unless you have very good documentation that can be tough to do.