mysql to ms sql conversion
EMS MS SQL Manager Lite 3.7.6.2
MS SQL Manager - easy-to-use freeware graphical tool for MS SQL/MSDE administration more>>
It has minimal required set of instruments for those users who are new to MS SQL server and need only its basic functionality.
EMS MS SQL Manager Lite is an SQL editor for database objects and an SQL manager.
It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their privileges, simply edit SQL queries.
Main features:
- Powerful and easy-to-use graphical user interface;
- Rapid database management and navigation;
- Easy management of all Microsoft SQL objects;
- Advanced data manipulation tools;
- Powerful security management;
- Excellent visual and text tools for query building.
Enhancements:
- Latest SQL Server versions support;
- Significantly improved user interface;
- Improved Database Explorer;
- New powerful data management tools.
SQL Companion 1
SQL Companion is released with an aim to ease your everyday SQL development. more>>
SQL Companion 1 is released with an aim to ease your everyday SQL development.This is the very first release of the tool. In order for the installation and the application to work you have to have MS SQL Client tools installed on your system. Currently only Microsoft SQL Server is supported. Future releases will support various SQL servers.
Major Features:
- Scripting for tables
- Stored procedures and functions
- Backup tables to files (using BCP)
- System stored procedures
- Scripts for insert, procedure, cursor, view table dependencies, and view SQL server error log.
Requirements:
- Microsoft SQL Server Client conectivity
- Windows 98/NT/2000/XP/2003 Server
MySQL Database Server 5.1.23
Manage business database applications. more>>
MySQL Database Server 5.1.23 brings you a powerful software which is designed for enterprise organizations delivering business critical database applications. It gives corporate developers, DBAs and ISVs an array of new enterprise features to make more productive developing, deploying, and managing industrial strength applications.
If you need a GUI for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL, MS Access, Excel, CSV, XML or other formats to MySQL.
MySQL Database Server delivers new enterprise features, including: ACID Transactions to build reliable and secure business critical applications. Stored procedures to improve developer productivity. Triggers to enforce complex business rules at the database level. Views to ensure sensitive information is not compromised. Information schema to provide easy access to metadata. Distributed transactions (XA) to support complex transactions across multiple databases. Version 5.1.23 supports MySQL Events.

MS SQL PHP Generator 9.12.0.3
MS SQL PHP Generator is considered as a convenient as well as effective MS SQL Server GUI frontend which enables you to generate high-quality PHP scripts for the selected tables, views and queries for the further working with these objects through the web. more>> <<less
SQL Maestro Group - MS SQL PHP Generator is a freeware but powerful SQL Server GUI frontend that allows you to ... MS SQL PHP Generator. MS SQL PHP Generator is aLicense:Freeware
apowerful MS SQL Server GUI frontend that allows you to generate high-quality MS SQL Server PHP ... MS SQL PHP Generator to convert your MS SQL Server databases into a working web application with
Sql Server Script 1
Sql Server Script 1 is a utility for database developers to transfer MS SQL Server data into SQL script. more>>
Sql Server Script 1 is a utility for database developers to transfer MS SQL Server data into SQL script. Application is very fast and easy to use. You can script SQL Server Data from individual table and from all tables in database.
Data UpLoader to MS SQL Server 8.17.0.2.10
supported database/file formats & writing more>> The Pervasive Data UpLoaders are the tools to use for reading data from virtually any source and loading data directly into a specific target database, application, or file format. Each Data UpLoader reads data from dozens of data sources - including databases, text files, spreadsheets, application exports, etc. - all via native connectivity and writes data to the selected target. The graphical tool gives you the power to view all the source data in its native format (before uploading!), so you can see the data you are working with. And that is only the beginning. A world class Source-to-Target drag-n-drop data field mapping UI is available (with online video training) to perform any needed data re-structuring before it is written into the Target. A full-blown data transformation capability is in the same mapping UI, with easy wizards for record filtering and data editing, reformatting, cleansing and manipulation on-the-fly so that only clean data is loaded into your target!<<less
Clarion Conversion Assistant 1.06
Writes conversion code to migrate applications from TPS to SQL or TPS to TPS or even SQL more>>
If you are changing from TPS to SQL, you need to write an application to bring all the data up from one to the other, and maybe even some field names have changed on the way.
This utility does it all for you, writing an entire nice conversion application including change documentation and more!
AdventNet SwisSQL Oracle to SQL Server Migration 2.6
Oracle to SQLServer Migration Tool more>> SwisSQL - Oracle to SQL Server Edition is an Automated Migration tool to convert Oracle PL/SQL stored procedures into equivalent Microsoft SQL Server Transact SQL code. It automates more than 90% of the Oracle PL/SQL code conversion into Transact SQL with very minimal manual intervention. SwisSQL migration tool removes the time consuming error prone manual effort involved in typical migration projects and provides greater productivity benefit<<less

EMS MS SQL Manager Lite 2005 (ver. 2.4)
EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL more>>
Key Features:
- Microsoft SQL 2005 Support;
- Powerful and easy-to-use graphical user interface;
- Rapid database management and navigation;
- Easy management of all Microsoft SQL objects;
- Advanced data manipulation tools;
- Powerful security management;
- Excellent tools for query building.
AdventNet SwisSQL - Oracle to SQL Server 3.1
Automated migration tool to convert Oracle PL/SQL to SQL Server Transact SQL more>>
It automates more than 90% of the Oracle PL/SQL code conversion into Transact SQL with very minimal manual intervention. SwisSQL migration tool removes the time consuming, tedious and error prone manual effort involved in typical migration projects and provides great productivity benefit with high quality output and short turnaround time.
Significant Features of AdventNet SwisSQL - Oracle to SQL Server:
- Migration of Oracle PL/SQL packages, procedures, functions, triggers, cursors, tables and views into Transact SQL.
- Supports conversion of PL/SQL In-Built Functions, SQL Queries & all In-Built data types (including user-defined types).
- Supports conversion of most of the Oracle built-in packages including DBMS_OUTPUT, DBMS_SQL etc.,
- Supports conversion of complex query constructs like START WITH and CONNECT BY.
- Supports conversion of PL/SQL cursor variables, attributes & implicit cursors into Transact SQL.
- Supports conversion of Oracle SQL queries into equivalent Transact SQL Queries including Theta joins, DECODE, ||? operator and others
- Generates formatted, readable Transact SQL code with very good comments
- Provides an ease to use Graphical user interface with support for single click driven migration.
- The tool supports two modes of conversion: (i). It could fetch PL/SQL model directly from database and convert them (ii) Supports conversion of PL/SQL source files loaded from local directory.
SwisSQL - SQL Server to Oracle Migration Tool 3.2
SwisSQL - SQL Server to Oracle Migration Tool - automated migration tool to convert SQL Server Transact SQL to Oracle PL/SQL more>>
SwisSQL - SQL Server to Oracle Migration Tool automates more than 90% of the Transact SQL code conversion into PL/SQL with very minimal manual intervention.
SwisSQL migration tool removes the time consuming, tedious and error prone manual effort involved in typical migration projects and provides great productivity benefit with high quality output and short turnaround time.
Main features:
- Migration of SQL Server Transact SQL procedures, functions, triggers, cursors, tables and views into PL/SQL.
- Supports conversion of Transact SQL In-Built Functions, SQL queries & all In-Built data types (including user-defined types).
- Supports conversion of all Transaction features.
- Supports conversion of Temporary table feature into PL/SQL.
- Supports conversion of most of the @@ Global variables into equivalent PL/SQL implementation.
- Support for Result-Set Processing conversion from Transact SQL to PL/SQL.
- Generates formatted, readable PL/SQL code with very good comments.
- Provides an ease to use Graphical user interface with support for single click driven migration.
- The tool supports two modes of conversion: (i). It could fetch Transact SQL model directly from database and convert them (ii) Supports conversion of Transact SQL source files loaded from local directory.
System requirements:
- 128 MB RAM
- PIII 800 MHz
- 50 MB hard disk space

MySQL Query Analyzer 1.0
Free, powerfull and simple to use tool for creating SQL scripts for MySQL. more>> MySQL Query Analyzer is a free, powerfull and simple to use tool for creating SQL scripts for MySQL database engine.<<less

AdventNet SwisSQL - Oracle to SQL Server Migration Tool 2.5
SwisSQL - Oracle to SQL Server Edition is an Automated Migration tool to convert Oracle PL/SQL stored procedures into equivalent Microsoft SQL Server Transact SQL code. It automates more than 90% of t more>>
Log Monitor 0.2
Log Monitor is a MySQL profiler and a generic file monitor more>>
The LogMonitor application leverages the MySQL logging mechanism. It monitors the general query log file produced by the MySQL server on a schedule and displays the latest activity on the screen.
Important Note:
The application can very easily be used to monitor any kind of log file. In other words, you can tell the application to monitor a text file whose content changes in time. When the content changes, the new lines are displayed on the screen.
Easy SQL Scripter 3.6
This application scripts the database data and schema. You can select the schema tables and objects to include in the script more>> This application scripts the database data and schema. You can select the schema tables and objects to include in the script
Easy SQL Scripter will script the database data and schema. You can select the schema tables and objects with data to be included into the script.
Note: Use the next serial number for free:DEPLOY-0BE4X-GLPNZ-OCEHW-4I29B
Main features:
- Script database schema and data as Transact SQL statements
- Preview each object script before generation
- Wildcard objects filter
- Data row filter
- Detect object dependencies and ensure correct creation order
- SQL viewer with syntax highlighting and regions
- User-friendly wizard to guide you through the process
- Full support SQL 2005 objects
- SQL Management Studio 2005 plug-in
System requirements:
- .NET Framework 2.0
- MS SQL Server 2005, MS SQL Server 2000, MS SQL Express or MSDE
- 512 MB RAM
- 10 MB Hard disk space
