Software Index
Related Topics
Popular Trends
Trending Topics
 

Extended Stored Procedure

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Sndmail.DLL
Win32 DLL.
Contains Microsoft® SQL Server extended stored procedure – xp_sndmail.
xp_sndmail – is alternative to xp_sendmail unlike which allows to send e-mail messages by means of only SMTP protocol, without use MAPI and MS Outlook.
Copy Sndmail.dll to the ...
October 14th 2006 Shareware    4k
Extended Stored Procedure class for VC++
Write Extended Stored Procs for SQL Server with ease: * Control over input/output procedure parameters. * Return an arbitrary number of recordsets.* And more...
August 26th 2004 Shareware    40k
Extended Stored Procedure component for Delphi 5,6,7
Write the Extended Stored Procs for MS SQL Server with ease: * Control over input/output procedure parameters. * Returning of arbitrary number of recordsets. * Real world code: work as a part of the complex accounting system, 7x24.
November 23rd 2011 Demo    71k
Stored Procedure Proxy Generator
The Stored Procedure Proxy Generator is designed to radically simplify solving the problem of complexity of preparing to call database stored procedures from external code. Based on the information taken from the specified database it builds .NET-assembly with a set ...
September 12th 2003 Shareware    812k
File Management extended stored procedures for MS SQL Server
Extended stored procedures for File Management extends the T-SQL functionality with capabilities of:* Work with files and directories;* Read and write files line-by-line or by arbitrary data blocks;* Export and import BLOB data from the disk files to the table ...
October 3rd 2003 Commercial    65k
File Utility extended stored procedures for MS SQL Server
Extended stored procedures for File Management extends the T-SQL functionality with capabilities of: * Work with files and directories; * Read and write files line-by-line or by arbitrary data blocks; * Export and import BLOB data from the disk files ...
August 26th 2004 Shareware    65k
DecryptSQL
Do you have such kind experience that you can not view the complete SQL Script because of "WITH ENCRYPTION" when you view the Stored Procedure, View, Trigger or Function of MS SQL2000 and MS SQL2005? If yes, the DecrypSQL can ...
November 6th 2006 Shareware  5 stars 532k
Lattice.SPGen Stored Procedure and Code Generator
Lattice.SPGen is a template-based stored procedure and code generator that supports Microsoft SQL Server, Oracle, IBM DB2 UDB, PostgreSQL and MySQL.TaIt processesTaany tables and views in the databaseTathat you select andTagenerate stored procedures scripts of insert, update, delete, select (single ...
August 3rd 2011 Shareware    235k
Lattice.SPGen Stored Procedure Generator
Lattice.SPGen is a stored procedure generator that supports Microsoft SQL Server, Oracle and IBM DB2 UDB. Lattice.SPGen will process each table and view in the database which you selected and created stored procedures to insert, update, delete, select (single or ...
September 3rd 2011 Shareware    241k
SQL7Print
Prints Microsoft SQL Server 7 schema object definitions, including dependencies and permissions, for Database Roles, Defaults, File Groups, FullText Catalogues, Log Files, Rules, Stored Procedures, System Datatypes, Tables, Transaction Logs, User Defined Datatypes, Users, Views, Backup Devices, Logins,Languages, Remote Servers, ...
August 4th 2005 Shareware    4,029k
SQL2000Print
Document schema of your Microsoft SQL Server2000 database by printing it in your own custom style. You can print Database Roles, Defaults, File Groups, FullText Catalogues, Log Files, Rules, Stored Procedures, System Datatypes, Tables, Transaction Logs, User Defined Datatypes, Users, ...
August 4th 2005 Shareware    3,965k
MySQL Maestro
MySQL Maestro is the premier MySQL admin tool for database management, control and development.

MySQL Maestro provides you with the ability to perform all the necessary database operations such as creating, editing, copying, extracting and dropping database objects. It supports ...
December 21st 2006 Shareware  5 stars 8,875k
FastQuery for SQL Server
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 ...
December 5th 2005 Freeware    16,354k
EazySQL
Generates ready to use SELECT, INSERT, UPDATE, DELETE and VIEW SQL Statements and SQL Stored Procedures from table structures of MS SQL Server 2000 and 2005. Supports Optimistic Concurrency Control for Update, Foreign-Keys, etc. Connects Local as well as Remote ...
May 14th 2006 Demo  5 stars 356k
SQLServerPrint 2005
Document your Microsoft SQL Server 2005 database by printing its objects (tables, views, Stored Procedures, etc.) in your own custom style. The printed output can be exported to HTML, PDF and RTF format to enable it to be incorporated into ...
June 17th 2006 Shareware  5 stars 4,897k
SwisSQL - SQL Server to Oracle Migration Tool
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 80% of the Transact SQL code conversion into ...
October 24th 2007 Shareware  5 stars 15,106k
OxyGen Code Generator
Generates source code for the Data Access & Business Layers of a typical .NET application. Outputs include Stored Procedures for the Data Layer, a data provider class for the Data Access Layer along with data transfer objects. For the Business ...
August 21st 2008 Shareware  5 stars 2,530k
ExcelFile Viewer
With Excel File Viewer you can open, view and
save/export/convert MS Excel workbooks on any computer, even if
you don't have the MS Excel installed.
Additionally your may load the Lotus 1-2-3 and QuattroPro spreadsheets.

This application don't use any ...
May 23rd 2009 Shareware    744k
AdeptSQL Workshop
The complete IDE for creating and managing databases from SQL scripts, including macro preprocessor, syntax-oriented editor, schema decompiler/synchronizer and debugger. Works with MS SQL Server v.7.0 or 2000.
February 3rd 2002 Commercial  5 stars 1k
Database Workbench
Database Workbench is a fully featured developer and administration tool for Oracle, InterBase, Firebird, MySQL, NexusDB and Microsoft SQL Server.

Includes Diagramming, Object Editing, Query & Performance Testing Tools, also includes Schema Compare, Schema Migration, DataPump and Test Data Generator tools.

Very ...
January 12th 2004 Shareware  5 stars 13,406k
Related Scripts
Automating Stored Procedure Parameters with XML
Automating Stored Procedure Parameters with XML is a tutorial which explains you about passing the XML information as the parameter of the stored procedure. In this tutorial the author passes the XML input parameter with the help of the XmlTextReader ...
December 11th 2005 Freeware     
Create a Stored Procedure using ASP
From this tutorial the developers can create a new stored procedure called countproducts which is used for counting the quantity of products in a table. It uses SQL statements to create this count stored procedure and it is an useful ...
December 20th 2005 Freeware     
Create an ASP SQL Stored Procedure
This article instructs the database developers about stored procedure and the techniques to be followed by the users for generating their own ASP based SQL stored procedure. Stored procedure is actually used for separating the database functionalities from displaying records.
December 5th 2005 Freeware     
Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control
Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control is a tutorial which shows you an efficient and easy way to perform custom paging of datagrid control in ASP.NET. You can enable the custom paging by setting ...
December 17th 2005 Freeware     
Hit counter Using Stored Procedure
This is an online database tutorial which helps the developers to use stored procedure on their project for displaying and editing hit reports on their web page. It uses SQL server as backend to store data and also the users ...
December 9th 2005 Freeware     
Optional SQL Stored Procedure Parameters
This article is helpful for the users who want to manage their database table and also it gives important notes to the users i.e- it explains about optional SQL stored procedure parameters with simple prototype in perceivable form to the ...
December 6th 2005 Freeware     
Paging through Records using a Stored Procedure
In this article the author narrates about how to page through recordsets on a web page. The main advantages of this stored procedures are it can make good look pages and page loads for clients are much faster. The author ...
December 2nd 2005 Freeware     
QUICK TIP: Getting Identity without Stored Procedure
Getting Identity without Stored Procedure is a tutorial which explains you about getting the value of the identity field for the newly added record of the database table. In this tutorial author describes the procedure cleary with an example code.
December 12th 2005 Freeware     
Retrieving Recordsets From an Oracle Stored Procedure
This article is mostly helpful for database managers which guides them how to access data from Oracle database using stored procedures. This tutorial briefly gives instruction about how to call the stored procedure from ADO, how to populate the stored ...
December 17th 2005 Freeware     
Select Random Row Using Stored Procedure
From this article database administrators can easily retrive their own records which is stored on multiple rows in a database table. It uses stored procedure to retrieve their records. Initially it creates temporary table to store query result and then ...
December 4th 2005 Freeware     
Related Code
Stored procedure to track database file grwoth over a period of time
It is important to track database file growth, as it helps you understand the rate at which your database is growing, so that you can plan ahead for your future storage needs. This procedure shows you the percentage by which ...
October 17th 2009     1k
ADO.NET Express Pro 1.2.0
ADO.NET Express is an add-in for Visual Studio 2003 that generates class methods for calling stored procedures and executing common types of SQL statements. It supports C#/VB and SQL Server/Oracle. ADO.NET Express looks similar to Server Explorer. You can add ...
February 8th 2006     398k
ASPLib2001
This is a general purpose ASP library that will help you with most of the common tasks in ASP programming. DB support: general routines (ever wanted to get a recordset with one line of code? use table name, view name, ...
April 27th 2006     43k
Compute Age
This PL/SQL stored procedure returns a person's age in whole years. It returns the number of whole years between two dates, and will also validate a date. Includes a stored function version.
May 3rd 2006     2k
Calendar
Calendar is a PL/SQL stored procedure that displays a 12-month calendar for the input year upon SQL*Plus execution. (This is a modified version of Sergio Rueda's 7/25/2002 "calproc.sql" Planet Source Code submission).
May 3rd 2006     2k
New Software
Popular Software