sybase transact sql
TranslateSQL 1.0
TranslateSQL is developed to be a handy tool which helps with converting an Oracle schema into an SQL build script for SQL-Server. more>>
TranslateSQL 1.0 is developed to be a handy tool which helps with converting an Oracle schema into an SQL build script for SQL-Server. Unlike the import wizard that comes with SQL-Server, it actually converts all the indexes, primary keys, foreign constraints, and check constraints. However, it does not copy the data in each of the tables, nor does it convert any PL/SQL code into transact-SQL.
AdventNet SwisSQL 3.2
SQLServer to Oracle migration tool more>> SwisSQL - SQL Server to Oracle Edition is an Automated Migration tool to convert stored procedures implemented in Microsoft SQL Server Transact SQL into equivalent Oracle PL/SQL code. It 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.
SwisSQL - SQL Server to Oracle Edition provides the following significant 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.
SwisSQL - Sybase to Oracle Migration Tool 3.0
SwisSQL - Sybase to Oracle Migration Tool - automated migration tool to convert Sybase Adaptive Server TSQL into PL/SQL more>>
It automates more than 90% of the Sybase Transact SQL code conversion into Oracle 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 Transact SQL procedures, functions, triggers, cursors, tables and views into Oracle PL/SQL.
- Support for conversion of Transact SQL In-Built Functions, SQL queries & all In-Built data types (including user-defined types).
- Support for conversion of both Microsoft SQL Server and
- Sybase Adaptive Server T-SQL Statements.
- Support for conversion of all Transaction features.
- Support for Cursor Declaration, OPEN, FETCH, CLOSE and DEALLOCATE Statements Conversion.
- Support for conversion of Temporary table feature into PL/SQL.
- Support for conversion of most of the @@ Global variables into equivalent PL/SQL implementation.
- Support for Result-Set Processing conversion from Transact SQL to PL/SQL.
- Support for T-SQL Label, Assignment, Control and Conditional Statements conversion.
- Generation of formatted, readable PL/SQL code with good comments.
- A user friendly Graphical user interface with support for
- One click conversion of Sybase transact SQL into PL/SQL.
- Fetching TransactSQL model from database directly and converting. Also supports conversion of source files from local directory.
- Project driven organization of converted code to ease maintenance.

Squel - Versabanq SQL Editor 0.5.3
Squel is a free alternative to SQL Studio, including: small, optimized, native code with extremely fast startup time; a handy sidebar that makes it easy to open your database objects, including more>> <<less
Quest Central for SQL Server 4.0
Quest Central® for SQL Server is an integrated database management solution designed to enable administrators to manage complex database environments and simplify everyday tasks. more>> <<less
AdventNet SwisSQL - Sybase to Oracle Migration Too 3.0
sybase to Oracle stored procedure migration more>> SwisSQL - Sybase to Oracle Edition is an automated migration tool to convert stored procedures implemented in Sybase Adaptive Server Transact SQL into equivalent PL/ SQL code. It automates more than 90% of the Sybase Transact SQL code conversion into Oracle 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. Features * Migration of Transact SQL procedures, functions, triggers, cursors, tables and views into Oracle PL/SQL. * Support for conversion of Transact SQL In-Built Functions, SQL queries & all In-Built data types (including user-defined types). * Support for conversion of both Microsoft SQL Server and * Sybase Adaptive Server T-SQL Statements. * Support for conversion of all Transaction features. * Support for Cursor Declaration, OPEN, FETCH, CLOSE and DEALLOCATE Statements Conversion. * Support for conversion of Temporary table feature into PL/SQL. * Support for conversion of most of the @@ Global variables into equivalent PL/SQL implementation. * Support for Result-Set Processing conversion from Transact SQL to PL/SQL. * Support for T-SQL Label, Assignment, Control and Conditional Statements conversion. * Generation of formatted, readable PL/SQL code with good comments. * A user friendly Graphical user interface with support for o One click conversion of Sybase transact SQL into PL/SQL. o Fetching TransactSQL model from database directly and converting. Also supports conversion of source files from local directory. o Project driven organization of converted code to ease maintenance<<less
Mentor SQL Server 0.3
Freeware SQL database engine including sourcecode.Includes features like index support and query optimization.ODBC driver on its way! more>>
Select to Excel 2
Execute SQL commands on any ODBC data source. more>> This small Excel macro allows you to execute SQL commands on any ODBC data source directly in Excel and will paste the results in an Excel sheet where you can sort, filter and further manipulate the data. Useful to quickly extract data from a database and manipulate it within excel. No need to copy and paste large sets of data from other programs to gain the full functionality of Excel.
Some ODBC databases do not have convenient SQL query tools. For example, I work with Transact ODBC (U/SQL) every day and their query tool does not allow you to copy results and paste it into Excel. I often need to extract some data for a client and email it to them in Excel. In the past I used to change a generic PHP page to give me the results in an HTML table, which I could copy into Excel. This works, until you need to extract a couple of hundred or thousand rows, in which case it takes a couple of minutes just to copy the HTML table into memory. With this macro, the results are immediately available in Excel.
Theres nothing fancy about this macro and it will only be useful to people who are comfortable with SQL and probably have the skills to develop something like this themselves. This is why I am giving it away for free and why the source code is available to you to alter as you wish. My experience though, is that if I find something useful, there will be other people whod also find it useful in their own day-to-day lives. Have a look at it. If you can use it, go ahead - otherwise, nothing lost.<<less

General SQL Parser 1.2.0
Parse SQL statements into a parse tree for further processing more>> Create parser for different databases such as MSSQL,Oracle to deal with different sql dialects. Syntax check, give the error token, position and hint message. Pretty print SQL statements with lots of configurable parameters, make it more readable. Modify all parts of input sql, then rebuild on the fly. Identify various database objects such as table, field, function in sqls. Create different visitors to visit parse tree for any purpose with the full control of all tree nodes. Export parse tree to xml string for further processing. Generate a list of TCustomSqlStatement objects which represent the corresponding SQL statements that have beed parsed. Parser can be instructed to ignore syntax error and continue. Continuously check multiple SQL Statements even if there are syntax errors in some of these statements. General SQL Parser is designed to deal with SQL statement used by different Database Such as Oracle,DB2,Informix,Sybase,Postgres,MySQL and so on. And we will make it conforms to most of the entry-level SQL92 Standard.<<less
DBScript 1.9
DBScript utility generates a SQL script based on a given database table more>>
Unlike BCP (a command-line utility for performing similar actions under Microsoft SQL Server and Sybase), however, this utility does give you the opportunity to deal with a subset of the table. You may specify a SELECT statement, and DBScript will only generate INSERT statements for those rows returned by your SELECT.

dbForge Data Compare for SQL Server 1.10
System Requirements: .NET Framework 2.0 SP1, 3.0, or 3.5 Enhancements: - ????????? ????? ????? ??? ?????????????, ? ??????? ??????? ????? ????????? ????????, ??????? ??? ?????? ????????? ????? ? more>>
System Requirements: .NET Framework 2.0 SP1, 3.0, or 3.5
Enhancements: - ????????? ????? ????? ??? ?????????????, ? ??????? ??????? ????? ????????? ????????, ??????? ??? ?????? ????????? ????? ? ??????? ?? ????? ????????????? ?????? - ????????? ????? ????? ??? ?????????, ??????????? ???????????? ??????? TIMESTAMP ?? ????? ????????? - ??????? ??????? ????????? ??????
<<lessEasy 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
Denki-SQL 1350
starting a SQL server database more>> Denki-SQL is a free and simple software allowing you, starting a SQL Server database, to generate stored procedures on the one hand (a T-SQL scripts), and of the classes of data on the other hand (a file by table).<<less

CodeUtility Universal SQL Query Tool 1.23
CodeUtility Universal SQL Query Tool - manage virtually any database easily more>> CodeUtility Universal SQL Query Tool is a powerful, multi-platform FREE query tool designed to enable users to connect to and manage virtually any database easily and reliably. Runs on Windows 95, 98, NT, 2000 and XP, MAC, Linux, HP-UX, AIX and Solaris as well as any JAVA enabled UNIX platform.
Product highlights include the following:
Easy to use, intuitive user interface
Connectivity via ODBC to any ODBC compliant database using system installed ODBC drivers
Connectivity via JDBC to Microsoft SQL Server, Oracle, IBM DB2, Sybase and MySQL
Visual query building wizards for creating Insert, Update and Delete statements
Dynamic parameter substitution for advanced query capabilities
Query editing tools and SQL syntax highlighting
Easy viewing of database objects, including database catalogs, schemas, tables, column definitions, system functions and stored procedures, etc
Results displayed in tabular or text form and may be easily exported to tab (\t), comma (,), star (*) or tick (`) delimited files<<less
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.