Main > Free Download Search >

Free sql server stored procedures script

sql server stored procedures

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2626
Paging With SQL Server Stored Procedures In ASP.NET 1

Paging With SQL Server Stored Procedures In ASP.NET 1


This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you more>> This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you simply show only first page with 10, 20 or 30 records and enable navigation buttons like Next or Previous if user wants to see other pages.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
10 downloads
How To Use SQL Server Reporting Services 1

How To Use SQL Server Reporting Services 1


This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks. more>> This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
Using Stored Procedures with MSSQL and ASP.NET 2.0 2.0

Using Stored Procedures with MSSQL and ASP.NET 2.0 2.0


If you havent used MSSQL stored procedures before with SQL Server and in your ASP.NET 2.0 pages then you need to read this article. In this article I will list down basic questions like the following :what is a stored procedure? How can I create a more>> If you havent used MSSQL stored procedures before with SQL Server and in your ASP.NET 2.0 pages then you need to read this article. In this article I will list down basic questions like the following :what is a stored procedure? How can I create a stored procedure? How can I use it from within my ASP.NET 2.0 web pages? And how can I return an output parameter value to my ASP.NET web page? A stored procedure is a script of SQL code that is stored in your database under a given name. The SQL code for the stored procedure may contain programming logic (using T-SQL IF and CASE statements for example) and SELECT, INSERT, UPDATE or DELETE statements as well. There are many benefits using stored procedures instead of writing pure SQL code. 1. Reduce Network Usage between WebServer and Database Server. 2. Code Reuse. 3. Faster in performance . 4. Enhance Security as you can only give your user execute permission on your stored procedure.<<less
Added: 2007-11-14 License: Other Price: $0.00USD
14 downloads
SQL Server Optimization For ASP.Net Developer 1

SQL Server Optimization For ASP.Net Developer 1


This tutorial contains a list of SQL Server optimization tips for ASP.NET Developer. These tips should be your common habits when building efficient, scalable web applications. more>> This tutorial contains a list of SQL Server optimization tips for ASP.NET Developer. These tips should be your common habits when building efficient, scalable web applications.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
14 downloads
PHP SQL Server (MSSQL) Query Analyzer 0.3

PHP SQL Server (MSSQL) Query Analyzer 0.3


PLEASE REVIEW AND EDIT CAREFULLY This is a web-based tool for running queries on a SQL database. more>> <<less
Added: 2009-06-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
SQLView (DotNetNuke Module) 4.0.1

SQLView (DotNetNuke Module) 4.0.1


Features include: - specify sql query as a select from a table, view or stored procedure - sorting ascending/descending on each column - customizable formatting for the grid, header row, even row and odd row - display an additional header and/or more>> Features include: - specify sql query as a select from a table, view or stored procedure - sorting ascending/descending on each column - customizable formatting for the grid, header row, even row and odd row - display an additional header and/or footer comment - token replacement for PortalId, ModuleId, TabId and UserId, plus QueryString parameters - restriction of any sql text with INSERT, SELECT INTO, DELETE, UPDATE or DROP statement (this option may be disabled with a web.config setting) - optional OLEDB connection string option if you dont want to query the default portal database - includes MS SQL and Access Data Provider<<less
Added: 2004-10-07 License: Freeware Price: $0.00USD
11 downloads
SQL Server Tutorials - Getting Started with Transact-SQL Statements 1.0

SQL Server Tutorials - Getting Started with Transact-SQL Statements 1.0


A collection of 10 tutorials for you to get started quickly with running Transact-SQL statements on SQL Server 2005. Clear examples are provided for running CREATE TABLE, INSERT, UPDATE, DELTE, SELECT, CREATE USER, GRANT EXECUTE statements. more>> A collection of 10 tutorials for you to get started quickly with running Transact-SQL statements on SQL Server 2005. Clear examples are provided for running CREATE TABLE, INSERT, UPDATE, DELTE, SELECT, CREATE USER, GRANT EXECUTE statements.<<less
Added: 2007-06-21 License: Freeware Price: $0.00USD
11 downloads
Virtual Project Open Source Version 2.1

Virtual Project Open Source Version 2.1


Virtual Project is a fully web based, open source IIS application. It, version 2 now uses SQL Server or My SQL Server databases. Features: -Manage tasks, bugs, CRs, releases, resources and basic reporting. -Allows for management of staff, projects more>> Virtual Project is a fully web based, open source IIS application. It, version 2 now uses SQL Server or My SQL Server databases. Features: -Manage tasks, bugs, CRs, releases, resources and basic reporting. -Allows for management of staff, projects and multiple organisations/clients. -Different access levels for each staff and give users organisation level administration or Site wide global administration. Basic users can manage any project tasks, issues, CRS or releases, but cannot modify project, staff or organisations -Fully functional system that will save you hours of time tracking projects, no matter where you are. Version 2 now has file uploading, assigning a file to a project and assigning a task with groups of files. Allows staff importing and also new improved interface with tabs for easier navigation.<<less
Added: 2006-06-25 License: GPL Price: $0.00USD
11 downloads
 
Other version of Virtual Project Open Source
Virtual Project Open Source VersionIt, version 2 now uses SQL Server or My SQL Server databases. Features: -Manage tasks, bugs ... It, version 2 now uses SQL Server or My SQL Server databases. Features: -Manage tasks, bugs
Price: FreeAdditionalInfoFreetodownload
License:GPL
Download
1220 downloads
Added: 2006-06-25
Using ASP.NET With SQL Server 1

Using ASP.NET With SQL Server 1


This is a beginner introduction to using MS SQL Server in ASP.NET web applications. MS SQL Server is one of the options if you have to develop web sites with dynamic content, like news site, bulletin boards, eCommerce etc. more>> This is a beginner introduction to using MS SQL Server in ASP.NET web applications. MS SQL Server is one of the options if you have to develop web sites with dynamic content, like news site, bulletin boards, eCommerce etc.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
12 downloads
Save & Read Image From Database

Save & Read Image From Database


Explains how to upload and save image to database, and then read and show image on web page. ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can be stored in a database table attribute that is of more>> Explains how to upload and save image to database, and then read and show image on web page. ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can be stored in a database table attribute that is of image data-type.<<less
Added: 2008-08-13 License: Freeware Price: $0.00USD
11 downloads
i-dreams guestbook server SQL 5.4

i-dreams guestbook server SQL 5.4


The i-dreams.net guestbook server allows you to start a professional and secure guestbook service. The administration pleases with a clear structure and many functions. Some of the main functions are: clear user administration, sort and search, mailing more>> The i-dreams.net guestbook server allows you to start a professional and secure guestbook service. The administration pleases with a clear structure and many functions. Some of the main functions are: clear user administration, sort and search, mailing list, guestbook profiles with permission profiles, main configs, guestbook configs, ad profiles and specific category ads, click consideration, FAQ, announcements, skins, language files, SSI/PHP/JS statistic functions, own fields, automated tasks, step by step registration, pw reminder, own templates (CMS like), perl code template implementation and many more... To make the guestbook and guestbook server functions safe, the script uses session ids, spam filter, e-mail verification, hidden codes, image verification and the "guard". This guestbook has many functions which make the usage interactive, safe and usable by everyone! The SQL version allows to store the data in any SQL database like MySQL, Oracle, MsSQL, Sybase...<<less
Added: 2006-10-22 License: BSD Price: $0.00USD
11 downloads
 
Other version of i-dreams guestbook server SQL
i-dreams guestbook server SQLThe i-dreams.net guestbook server allows you to start a ... The SQL version allows to store the data in any SQL database like MySQL, Oracle, MsSQL, Sybase
License:BSD Style
Download
1109 downloads
Added: 2006-10-22
SQL statements in ASP - beware the apostrophe

SQL statements in ASP - beware the apostrophe


One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes more>> One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so lets get started<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
12 downloads
Herong's Tutorial Notes on SQL

Herong's Tutorial Notes on SQL


This book is a collection of notes and sample codes I wrote while learning and using SQL. Topics include data types, built-in functions, data definition statements, data manipulation statements, query statements, transaction, stored procedures, MySQL, more>> This book is a collection of notes and sample codes I wrote while learning and using SQL. Topics include data types, built-in functions, data definition statements, data manipulation statements, query statements, transaction, stored procedures, MySQL, etc.<<less
Added: 2005-08-26 License: Free Non-Commercial Price: $0.00USD
13 downloads
Ultimate Power Board 0.1 Alpha

Ultimate Power Board 0.1 Alpha


Ultimate Power Board is a feature rich, multi-database bulletin board system. Supports databases: MySQL, Microsoft SQL Server & PosgreSQL. Features include: posting, replying, personal messaging, whos online system, complete user control panel, more>> Ultimate Power Board is a feature rich, multi-database bulletin board system. Supports databases: MySQL, Microsoft SQL Server & PosgreSQL. Features include: posting, replying, personal messaging, whos online system, complete user control panel, administration control panel, multi-language support, skinning system, polls, personal photos, whois lookups, and much more!<<less
Added: 2009-05-10 License: GPL Price: $0.00USD
11 downloads
sqlWebArchitect

sqlWebArchitect


sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License. more>> sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License.<<less
Added: 2006-03-03 License: GPL Price: Free
1332 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5