Main > Free Download Search >

Free mssql stored procedure software for windows

mssql stored procedure

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6118
PostgrSQL Stored Procedure Generator 0.2

PostgrSQL Stored Procedure Generator 0.2


PostgrSQL Stored Procedure Generator is an application written in PgSQLto generate stored procedures around tables. more>> <<less
Download (36.4KB)
Added: 2009-04-08 License: Freeware Price:
downloads
Stored Procedure Wizard 1.2

Stored Procedure Wizard 1.2


Stored Procedure Tool for SQL Server. Create Stored Procedures for your database more>>
Stored Procedure Tool for SQL Server. Create Stored Procedures for your database. Select between default SPs, Custom SPs and Template SPs. Include default SPs for SELECT KEY, SELECT FROM, INSERT SINGLE RECORD, DELETE KEY, UPDATE KEY and UPSERT KEY.
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.
<<less
Download (311KB)
Added: 2006-03-15 License: Freeware Price:
1462 downloads
 
Other version of Stored Procedure Wizard
Stored Procedure Wizard 1.2Stored Procedure Tool for SQL Server. Create Stored Procedures ... Create Stored Procedures for your database. Select between default SPs, Custom SPs and
Price: $na
License:Freeware
Download (41KB)
1383 downloads
Added: 2006-03-31
Stored Procedure Class Wizard 1.0

Stored Procedure Class Wizard 1.0


Stored Procedure Class Wizard (SPCW) is a development tool that lets you generate class files (.cpp and .h) more>>
Stored Procedure Class Wizard (SPCW) is a useful development tool that allows you to generate class files (.cpp and .h) derived from MFC?s CRecordset for stored procedures. Currently SPCW supports Microsoft SQL Server (6.5 and above), Sybase SQL Server (10.0 and above), Sybase SQL Anywhere (5.5 and above), and Adaptive Server Anywhere (6.0 and above) and can be extended to any database.
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= ")
<<less
Download (283KB)
Added: 2006-01-14 License: Freeware Price:
1396 downloads
New Procedure 1.0

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>>
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!
<<less
Download (270K)
Added: 1999-06-01 License: Freeware Price:
3804 downloads
Microsoft SQL Server 7.0 Patch: Extended Stored Procedures Vulnerability Update

Microsoft SQL Server 7.0 Patch: Extended Stored Procedures Vulnerability Update


Microsoft SQL Server 7.0 Patch: Extended Stored Procedures Vulnerability Update is designed to be a patch which eliminates a security vulnerability in Microsoft® SQL Server® 7.0 and Microsoft SQL Server 2000. more>> <<less
Download (228.5KB)
Added: 2000-11-28 License: update/patch Price:
downloads
Microsoft SQL Server 2000 Patch: Extended Stored Procedures Vulnerability Update

Microsoft SQL Server 2000 Patch: Extended Stored Procedures Vulnerability Update


Microsoft SQL Server 2000 Patch: Extended Stored Procedures Vulnerability Update offers you a patch designed to eliminate a security vulnerability in Microsoft® SQL Server® 7.0 and Microsoft SQL Server 2000. more>> <<less
Download (228.5KB)
Added: 2000-11-28 License: update/patch Price:
downloads
SQL Server Compare 1.0

SQL Server Compare 1.0


SQL Server Compare is an easy-to-use tool that compares 2 SQL Server database schemas and list differences. Compares tables, stored procedures, indexes, triggers, users, views and record counts more>>

SQL Server Compare 1.0 is an easy to use and useful software which can compare 2 SQL Server database schemas and list differences. Compares tables, stored procedures, indexes, triggers, users, views and record counts. You can view or save SQL scripts of differing objects.

<<less
Download (2.1MB)
Added: 2002-06-02 License: Freeware Price:
160 downloads
SQL Load Test 1.0

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.

<<less
Download (229KB)
Added: 2008-09-30 License: Freeware Price: FREE
388 downloads
FastQuery for SQL Server 2.0

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

<<less
Download (15.97MB)
Added: 2008-09-07 License: Freeware Price:
412 downloads
007 Write All Stored PWL Passwords 1.0

007 Write All Stored PWL Passwords 1.0


Display all passwords stored in your PWL file. more>>
WASP will display all passwords of the currently logged in user that are stored in the Microsoft PWL file. It allows the convenient management (i. e. supervision and/or deletion) of this file to improve the security/privacy of your PC. It is also very useful for educational purposes about computer security.
<<less
Download (1433K)
Added: 1999-12-07 License: Freeware Price: $0.00
1922 downloads
Add Procedure With Code Add-In 1.0

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>>
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 written an add-in that you can add to VB 5.0 that will add a procedure to your code (much like the one already in VB 5.0, but it will also insert some error handling code for you.)
<<less
Download (23K)
Added: 1998-09-06 License: Freeware Price:
4070 downloads
Simple SQL Server Monitor 1.0 Alpha

Simple SQL Server Monitor 1.0 Alpha


Monitor the CPU usage and I/O operations of all the processes running in a SQL Server instance more>> Monitor the CPU usage and I/O operations of all the processes running in a SQL Server instance

The Simple SQL Server Monitor application was designed to monitor the CPU usage and I/O operations of all the processes running in a SQL Server instance.
This application basically runs the sp_who2 stored procedure and displays the results in a friendlier manner.
It will also display a past performance graph using Microsoft Excel.
You can use this tool to quickly check how busy is a SQL Server instance, and it only requires execute access to the sp_who2 stored procedure.
System requirements:
- Microsoft .NET Framework Version 2.0 Redistributable Package
- Microsoft SQL Server 2005 Management Objects Collection (part of the Feature Pack for Microsoft SQL Server 2005)
- Optional: Microsoft Excel (to display the past performance graph)

<<less
Download (25KB)
Added: 2008-09-30 License: Freeware Price: FREE
388 downloads
Robust SQL Server Compare 1.2.1

Robust SQL Server Compare 1.2.1


Compare two sql server databases on any local or remote servers. Has the ability to filter on any phrase in the stored procedures, views, tables or functions more>>

Robust SQL Server Compare 1.2.1 provides you a useful databases and network tool which has the ability to filter on any phrase in the stored procedures, views, tables or functions. You can choose to show all objects or just ones that are not equal. You also have the option to ignore comments and empty lines when running a comparison. This ignore option will allow only the objects that are truly different to appear.

<<less
Download (11.6MB)
Added: 2006-09-16 License: Freeware Price:
57 downloads
MSSQL Blocks 1.2.5.15

MSSQL Blocks 1.2.5.15


MSSQL Blocks is a useful software which is intended to show blocking and blocked processes on several servers in tree view more>>
MSSQL Blocks is a useful software which is intended to show blocking and blocked processes on several servers in tree view. It uses ADO to get sysprocesses information and shows it in comfortable treeview style. It is easy to find blocking processes on several servers.
<<less
Download (530KB)
Added: 2006-08-02 License: Freeware Price:
1190 downloads
DreamCoder for PostgreSQL Freeware 2.0

DreamCoder for PostgreSQL Freeware 2.0


Powerful tool for PostgreSQL PL/pgSQL development. more>>

DreamCoder for PostgreSQL Freeware 2.0 offers you a powerful and easy-to-use tool which can develop and manage a PostgreSQL database server. This tool is ideal for people who are learning about the database and who need basic server functionality. It is a free powerful Integrated Development Environment (IDE) for PostgreSQL Databases. With the intuitive DreamCoders GUI increase your code quality and reduce the development process time.

Major Features:

  1. Supports all versions of database server (8.0,8.1,8.2,8.3):
    • Supports the latest PostgreSQL 8.3 version
  2. Data Handling Add, view, edit, search, group, sort and filter data:
    • Ability to copy and paste data directly from Excel
    • Ability to delete selected records
    • Able to export data into SQL inserts
    • Able to create master detail relationships between an unlimited number of tables
    • Utility to manipulate LOV
    • Advanced filter data constructor
  3. Advanced visaul query builder and text:
    • Advanced SQL editor with autocomplete, syntax highlighting, code folding, objetcs description, code proposal and parameters management
    • Run scripts
    • Auto replacement of parameters
  4. Options for exporting and importing data:
    • Simple data export data to a table
  5. Database Monitoring:
    • System Monitor
    • Built and executed queries History
    • Complete options for modifying IDE behavior
    • Complete options for modifying SQL editor behavior
  6. IDE customization options:
    • Complete options for modifying data grid behavior
  7. Connection:
    • Connection manager
    • Direct connection
    • Characterset Encodings (UTF8, GB2312, BIG5, Hebrew, Greek, etc.)
  8. Editor:
    • SQL editor
    • Script execution
    • SQL autocomplete
    • SQL autocomplete list
    • Object description (F4)
    • SQL output
    • SQL folding support
    • Macros,Bookmark
  9. Powerful database tools:
    • Object navigator
    • Parameter manager
    • Project manager
    • Generate table SQL
    • Blob viewer
    • List value for foreing key
  10. Advanced data export and import:
    • Single table data export

Enhancements:

  • SSH tunneling
  • SSH tunneling allows to set key
  • New SSL options
  • New database data synchronization
  • Enhanced Database structure synchronization
  • Export manager redesign
  • New clone table option
  • New transfer data option
  • Stored procedure test option
  • Enhanced script execution
  • New error manager window
  • Autocomplete for stored procedures
  • New database statistics option
  • Enhanced session monitor
  • New optimize tables optiion
  • New reinex option

Requirements:

  • 300-megahertz (MHz) Pentium II-compatible processor or higher, 600 - megahertz (MHz) or faster.
  • Microsoft Windows NT4, Microsoft Windows 2000, Microsoft Windows 2000 Server, Microsoft Windows XP, Microsoft Windows 2003 Server, Microsoft Windows Vista.
  • 256 MB RAM or higher, 1024 MB recommended.
  • 48 MB of disk available to complete installation.
  • Super VGA (800x600) or higher, VGA (1024x768) recommended.
  • Possibility to connect to a local or remote PostgreSQL server.

WareSeeker Editor

<<less
Download (9.5MB)
Added: 2009-05-29 License: Freeware Price: $0.00
20 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5