Visual Importer ETL
DB Software Laboratory announces new release of Visual Importer ETL, the visual integration software for the Windows platforms. The vendor, the world’s leading innovator in data integration and management technologies, today has announced the release of Visual Importer ETL, the latest version of the visual integration software for the Windows platforms. The application combines ETL and design capabilities all within one environment, significantly simplifying the creation and deployment of complex data warehouses and marts.
Comparing to previous release there are four major improvements:
- Massive performance gains
- Support for Unicode
- Better integration for Oracle databases
- Support for MySQL, PostgreSQL and Interbase/Firebird
We put a lot of effort into optimizing data import engine of “Visual Importer ETL” and as a result, it is much smaller, efficient and faster now. For example loading delimited text file into MS SQL Sever via BCP 500000 lines.
- Visual Importer ETL Standard version 4.9.0.0
2229 records per second
3 minutes and 44 seconds to load the data
- Visual Importer ETL Standard version 4.9.3.0
14347.58 records per second
34 seconds to load the data
Another important change is the ability to load data from Utf8, Utf16BE, Utf16LE files with or without BOM. There is also full support for international characters for ODBC connections, MS SQL Servers and Oracle databases.
“Visual Importer ETL” features a well-organized, straightforward program interface and simplified navigation, requiring no specialized programming skills in database deployment. By completely automating all stages of data processing, the application eliminates the need for any regular intervention and upkeep.
Below are some of the most significant “Visual Importer ETL” features:
- Easily extract and transform data from one database or file to another;
- Ultra-fast processing of input data;
- Comprehensive Error log;
- Rejected records file;
- Integrated Expressions builder;
- Calculations during loading process;
- Pivot tables loading;
- Mapping editor;
- Package designer
And here is what one of the customers think about the latest release: “‘I just transferred 10,000,000 million records from the main SQL Anywhere database over the network into a PostgreSQL database without a hitch…Thank you…You guys rock!”
Pricing and Availability
Visual Importer ETL runs under Windows NT4.0/2000/XP/2008. Its price starts from $100 for standard version. Registered customers are entitled to free updates and technical support. The 30-day fully functional evaluation version of the program is available for free at http://www.dbsoftlab.com
Related Links
Product page: http://www.dbsoftlab.com/ETL-Tools/Visual-Importer-Professional.html
Download page: http://www.dbsoftlab.com/Download-ETL-Tools/View-category.html
Company page: http://www.dbsoftlab.com/
Categories: News, Press Releases Tags: mysql, php, sql, visual importer
Learn how to work with SQL
SQL Server is a client-server RDBMS that uses T-SQL to send requests between a client and SQL Server.Normally, client applications are called as Front-end and SQL Server is regarded as back-end. Users may not interact with SQL Server directly. Instead, they communicate through a GUI application built using Visual Basic, Visual C++, Java, C#, HTML. SQL Server can be deployed on the web via Microsoft Active Server Pages.
Classification of T-SQL Statements
T-SQL statements are classified into three. They are
Data Definition Language (DDL)
Data Manipulation Language (DML)
Data Control Language (DCL)
Data Definition Language
With the help of DDL statements, you can create and alter database objects like Tables, Rules etc like Create Table, Drop Table, Alter Table. We will examine these in a another tutorial.
Data Manipulation Language
DML statements enables you to change data and retrieve information from tables like Select, Insert, Update and Delete
Data Control Langauge
DCL statements allows you to set, change permissions for security purposes like Grant, Deny and Revoke.
In order to apply T-SQL statements, you have to learn SQL syntax. For example, to create a database and a table, you have to apply the syntax for creating the same. For each and every purpose, database operations there are syntaxes. Having said this, now you may ask a question where to apply these syntaxes.
Well. SQL Server provides a tool called SQL Server Query Analyzer with which you can effectively code SQL syntaxes. It supports color coding and lot of other features. Also, SQL Server provides another utility called osql. It runs from the command prompt. That means you can control clients activities from the DOS prompt.
Categories: Programming Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, multiform application in C#.Net, sql, sql server