WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search


Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
פרייסז - השוואת מחירים בסופר
ZeroLag.com
Texas Holdem Poker Evangelists

Go Back Add a Comment Send this Article to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES SUBMIT AN ARTICLE PRINT
Title : Extended Stored Procedures: Intro And 10 Cool Examples
Categories : Databases, MS SQL Server
devarticles
devarticles
Date : 2002-02-11
Grade : 0 of 5 (graded 0 times)
Viewed : 4225
Search : More Articles by devarticles
Action : Grade This Article
Tools : My Favotite Articles


Submit your own code examples 
 


Introduction

How many times have you started to create a batch of SQL, gotten half-way through, and then realized that something you've just spent the better part of 3 hours on could've been completed using one of SQL Server 2000's built-in procedures?

In this article I'm going to show you ten extended stored procedures that are available to us through code in Microsoft SQL Server 2000. Extended stored procedures are created and loaded using DLL's (which are created in C/C++), and offer more independent functionality than standard procedures (such as access to the Win32 API, services, direct disk/network access, etc), and because they're compiled externally as dynamic linking libraries (DLL's), they're also quicker.

To test the extended procedures in this article you should have Microsoft SQL Server 2000 installed on your Windows 2000 box. You should login to SQL Server using an administrator's account. If you don't have Microsoft SQL Server 2000, you can download a free 120-day evaluation copy here.

Read More...









Executing SQL Server Stored Procedures With PHP
Categories : PHP, Databases, MS SQL Server
Creating User Defined Functions In SQL Server 2000
Categories : Databases, MS SQL Server
Simple Connection to mSQL with PHP
Categories : PHP, mSQL, Databases
Backing Up Your MySQL Databases With MySQLDump
Categories : MySQL, Databases
Custom MySQL-functions
Categories : Databases, MySQL, PHP, PHP Functions
Saving Images in MySQL
Categories : MySQL, PHP, Graphics, Databases
Database Abstraction with PEAR
Categories : PHP, Pear, Databases
Simple Connection to Oracle with PHP
Categories : PHP, Oracle, Databases
Watching The Web
Categories : PHP, Databases, MySQL, HTTP, MD5
How To add paging (Pagination) with PHP and MySQL
Categories : PHP, Beginner Guides, Databases, MySQL, HTML and PHP
SQL In Simple English Part 2 of 2
Categories : Databases, General SQL
Referer Statistics
Categories : PHP, MySQL, HTTP, Databases
PHP 101 Part 8 of 15 : Databases and Other Animals
Categories : PHP, Beginner Guides, Databases
Simple Connection to PostgreSQL with PHP
Categories : PHP, PostgreSQL, Databases
Introduction to using PHP 5.0 and SQLite
Categories : PHP, SQLite, Databases