Welcome to YLOAN.COM
yloan.com » Data Recovery » Filter data while migrating between databases
Games Personal-Tech Data Entry registry cruise torrent mac code virus storage uninstaller systems cisco bugs wireless codes maintenance dell update communication trojan atlanta Data Backup Data Storage Data Protection Data Recovery Anti-Virus Windows Linux Software Hardware Mobil-Computing Certification-Tests Computers & Internet Internet

Filter data while migrating between databases

Filter data while migrating between databases


Data migration is becoming a more frequent job of a database administrator. And many DBAs face the problem how to migratea part of database table to another format. Intelligent Converters released new version of data conversion tools offering smart and flexible solution for such tasks. Now our products allow to filter data during the conversion process via SQL SELECT-queries. Using this feature you can choose particular columns, select data subset or just rename columns in the destination table. Below there are some examples of using queries for different purposes. All these queries use MySQL syntax, but it could be easily translate to any other dialect of SQL. Assume that we have MySQL table "Table1" defined as below:

Table1(

ID INT NOT NULL AUTO_INCREMENT,

FName VARCHAR(50),

LName VARCHAR(50),

Birthday DATE,

Notes TEXT

);

Example 1. This query demonstrates how to select and rename certain columns:

SELECT FName as FirstName, LName as LastName FROM Table1

Example 2. The following query extarcts data subset from the table:

SELECT * FROM Table1 WHERE ID > 1000

Example 3. This query skips records containing NULL values:

SELECT * FROM Table1 WHERE Notes IS NOT NULL

As you can see, SELECT-query filter is a powerful feature that allows you to precisely control the data for converting. With this feature it is so easy to arrange incremental conversion and migrate exact data you wish. It would be definitely useful for daily backup tasks and similar procedures requiring partial data migration. Please visit our official site for the further information about products and technologies:

http://www.convert-in.com
Problem In Accessing Table With Utf-8 Data In Mysql Effective way of Data recovery for MP4 files How To Recover Lost Data From External Hdd? Recovering Data Post System32 Corruption Mac OS X Extended Recovery after Hard Drive Formatting Recovery of the files and folders from trash Mac If You Need To Be Able To Extract And Export Data From A Wide Variety Of Different Database Formats, Microsoft Access Database: Getting Familiar with It How can protect your data that is commercially exposed? Advantages of Using Microsoft Access Database System The tar4ibd binary is a specially patched version of tar that understands how to handle InnoDB/XtraDB data files correctly: * It includes Seven Steps To Photo Recovery Recovering Access Database After Append Query Failure
print
www.yloan.com guest:  register | login | search IP(18.222.230.215) Noord-Holland / Amsterdam Processed in 0.007702 second(s), 7 queries , Gzip enabled , discuz 5.5 through PHP 8.3.9 , debug code: 32 , 1837, 165,
Filter data while migrating between databases Amsterdam