decrypt sql procedure
New Procedure 1.0
This VB 5/6 add-in creates new Subs and Functions withuser defined name, basic error handler, Header Box, and Creation Date. Try it out its free! more>>
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>>
Stored Procedure Wizard 1.2
Stored Procedure Tool for SQL Server. Create Stored Procedures for your database more>>
Build your own Stored Procedure and templates. Templates use Errorhandling, Debuginfo and comment options. Live update possible for getting latest templates. The tool is freeware and still under developement. Any ideas, suggestions or comments are welcome.
License:Freeware
FastQuery for SQL Server 2.0
Are you tired of using Enterprise Manager to connect to remote SQL Server databases, and finding it is unbearably slow? Look no further!! more>>
With great features, such as:
* Automatic source code generation to execute procedures.
* Advanced visual Query Builder for more complex SQL statements.
* Easy-to-use Stored Procedure wizard, including CURSOR statements.
* Create and manage table triggers.
* One-click backup and restore databases.
* Export tables to XML / Excel files.
* Perform text searches on stored procedures.
These are just a small number of features in FastQuery. To see how this product can help speed up your development time, download a demo version and try it out for youself.
Requirements: .NET Framework 1.1, MSDE/SQL Server 2000, MDAC 2.7
Whats new in this version: N/A
<<lessStored Procedure Class Wizard 1.0
Stored Procedure Class Wizard (SPCW) is a development tool that lets you generate class files (.cpp and .h) more>>
Note that running SPCW against MS SQL Server or Sybase SQL Server
production databases is NOT recommended.
Following are the steps for generating class files:
Step 1:
=======
Choose from the menu.
Step 2:
=======
Select the procedure name for which you want to generate class files.
Microsoft SQL Server and Sybase SQL Server specific:
For procedures that return result set columns, choose
from the menu before generating the class files.
Step 3:
=======
Choose from the menu to generate .cpp and .h
recordset files.
Whenever you add/modify a procedure, choose from the
menu and then repeat step 3 (steps 2 & 3 in the case of MS SQL Server
and Sybase SQL Server).
To connect to another data source, first disconnect the current connection
and then connect.
Add the following lines to StdAfx.h:
#include // MFC database classes
#define ODBC_DSN_INFO _T("ODBC;DSN= ")

Password Decryptor v 1.0
Decrypt your password behind the **** (asterisks) mask. more>>
Add Procedure With Code Add-In 1.0
There is already a utility that comes with VB 5.0 to add a procedure to your code. The problem I have with it is that you always have to type in generic error handling code with each procedure. I have more>>
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.
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
SQL Load Test 1.0
Generates a Visual Studio 2005 Unit Test from a SQL Server Profiler trace more>> Generates a Visual Studio 2005 Unit Test from a SQL Server Profiler trace
The SQL Load Test was designed to generate a Visual Studio 2005 Unit Test from a SQL Server Profiler trace. The tool extracts all the SQL statements and stored procedure calls from the trace and turns them into a single Visual Studio Unit Test, which can then be configured as a Visual Studio Load Test.
The tool does not interact with the database itself when it generates the test code and so it can be used "offline".
The generated code needs to be customised to include a connection string to the database under test. The generated code also includes hooks to allow the user to customise the parameters that are passed to the SQL statements and stored procedures, so that variability can be introduced into the data to prevent caching from giving artificially high performance figures.
The tool is intended to be used in conjunction with a client program that exercises the database. A trace of the clients SQL Server activity is captured using the SQL Server Profiler. This represents a test scenario, which is then processed by the tool to produce a Unit Test that replays the scenario.
The tool requires a trace to be collected using the SQL Server Profiler tool. The tool assumes that the trace only contains records pertaining to a single client session. So it is important to ensure that the trace is set up to only collect trace records generated by the activity of the client being used to generate the scenario.
It is therefore advisable to run the client on a machine from which no other activity on the SQL Server database is being generated, and to set the SQL Server Profiler filter accordingly.
System requirements:
- SQL Server 2005 SDK and the SQL Server 2005 Management Tools are installed.
Version restrictions:
- Only supports code that operates against a single database with a single connection.
- Prepared statements are not supported.
- The tool cannot (yet) configure and capture the trace for you, it requires you to use the SQL Profiler yourself to get a trace. With SQL 2005 it is possible to automate this.
- Not (yet) integrated into Visual Studio or the DB Pro edition.
- The tool has only been tested in an English environment, it is unlikely to work correctly in other environments, particularly with dates. In a future version this could be resolved by requiring the ExistingConnection event class, which lists language and date format.
- The tool does not support the XML data types.
- InputOutput parameters that are initialised with a NULL cannot be distinguished from Output-only parameters, so they are treated as Output only.
- When the trace passes a NULL to a binary parameter (e.g. image, binary, varbinary) the generated code will generate a runtime error. The generated code needs to be modified to pass SqlBinary.Null. The custom code generation extensibility point can be used to work around this.
- Positional parameters passed to SQL statements (as opposed to stored procedure calls) are not supported.

Toad for SQL Server 4.5.0.854
Toad for SQL Server 4.5.0.854 is powerfully effective tool built around a single integrated SQL, T-SQL, and Procedure Editor. more>> <<less
dbForge Data Compare for SQL Server 1.00
dbForge Data Compare for SQL Server 1.00 s a fast, easy-to-use tool for accurate comparing and synchronizing data of Microsoft SQL Server databases more>> <<less
ThinkUI SQL Client 1.0.0
ThinkUI SQL Client will improve the productivity and will help reduce the tedious nature of software development more>>
Supported Databases (Using either JDBC 2.0 or JDBC 3.0):
- Oracle Database
- IBM DB2
- IBM Cloudscape / Apache Derby
- Microsoft SQL Server
- MySQL
- PostgreSQL
Main features:
- Support for any Java 1.4 supported platform
- Support for any database using JDBC 3.0 (except for SQL create table query generation)
- Support for read only access to a database (to prevent accidental data modifications)
- Support for Logging output a file or console (with runtime control of logging
- Meta Data Browser, SQL Query, & Data Object Editor
- Database meta data tree browser (schemas, tables, views, sequences, indices, constraints, triggers, procedures)
- Table column meta data grid browser (column name, type, size, nullable, default etc.)
- SQL query (auto generate SQL create, select, insert, update queries from table meta data)
- Table data grid browser with multi column sort (any combination of ascending and descending)
- Right-click menu support to zoom to related foreign key records and certain column values
- Graphical user interface for data entry of all tables (object viewer with support for apply and copy as new)
- (supports edit of table rows grid as well as selected row from arbitrary SQL query with a single table)
- Object viewer automatically display parent-child data with picklist and zoom to related records support
- Graphical user interface for executing stored procedures
- Data model capture and customization (import from specified database into internal database)
- List all related tables (performed recursively to find all dependent tables)
- Support for saving SQL queries into a local repository for later reuse. The queries can be associated with a default DB connection to allow convenient execution using the SQL query viewer. The queries are grouped under a particular Project and is limited to 1024 characters.
- Code generation of various artifacts using Velocity templates and database meta data
- Meta data retrieved from database table, view, stored procedure, imported data model, and SQL query
- (supports single table/view queries as well as multi table joins)
- Template files can be easily modified (Javadoc available for code generation API)
- Generated code can be saved to file (with full package folder path) or copied to clipboard for easy copy & paste
- Template parameter values are stored as user preferences for efficient code generation
System requirements:
- Java Runtime Environment (JRE) version 1.4 or later
- Required JDBC drivers for your databases

WinCrypto 2.0
Helps to encrypt and decrypt sensitive information. more>> The Application helps to encrypt and decrypt sensitive information. Well known RC4 encryption algorithm is used by WinCrypto application. The WinCrypto is optimized well and works extremely fast. The application is compatible with Win98SE / Me / NT / Win2000 / XP / Win2003.<<less
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