July 2002 Contest Winners and Superior Code |
|
|
|
June 2002 Contest Winners and Superior Code |
|
pl/sql mega tutorial |
This is a great 50 pages notes/tutorials on pl/sql blocks, exception handling, procedures, functions, triggers, packages.... |
|
|
SQL In Simple English - Part II |
This article mainly deals with SQL Joins and SQL subqueries. Both of these are extremely useful SQL constructs and should be learnt by all beginners. |
|
|
May 2002 Contest Winners and Superior Code |
|
Tedious queries 150 |
These are the worlds most tedious queries....all r solved. If you solve these queries then u will become the master of sql... |
|
|
|
April 2002 Contest Winners and Superior Code |
|
|
|
March 2002 Contest Winners and Superior Code |
|
|
|
January 2002 Contest Winners and Superior Code |
|
|
|
December 2001 Contest Winners and Superior Code |
|
|
|
November 2001 Contest Winners and Superior Code |
|
|
|
October 2001 Contest Winners and Superior Code |
|
|
|
August 2001 Contest Winners and Superior Code |
|
|
|
July 2001 Contest Winners and Superior Code |
|
Spaces Used |
Space Used : This script gives you all the space used by each table |
|
|
|
June 2001 Contest Winners and Superior Code |
|
|
|
May 2001 Contest Winners and Superior Code |
|
Insert Procedure Generator |
Produce an "insert" procedure with full transaction and error handling by simply passing a table name to the procedure. |
|
|
|
April 2001 Contest Winners and Superior Code |
|
|
|
March 2001 Contest Winners and Superior Code |
|
RandomBetween |
How to generate random numbers within a given range. |
|
|
Script your data |
This procedure generates INSERT statements using existing data from given tables that you can use to transfer the data elsewhere. Check it out! |
|
|
|
|
February 2001 Contest Winners and Superior Code |
|
|
sp_GrantPermissions |
Grants Select, Insert, Update, Delete, and Execute permissions to all stored procedures and user defined tables and views. |
|
|
January 2001 Contest Winners and Superior Code |
|
|
sp_sessBCP |
Bulk Copy(BCP) data out of one or all tables from a specified database and specified server to one or all tables in a database on the same or different server. |
|
|
December 2000 Contest Winners and Superior Code |
|
|
FindDupes |
Learn how to detect duplicate rows in a table and provide a count of the dupes. |
|
|
November 2000 Contest Winners and Superior Code |
|
|
|
September 2000 Contest Winners and Superior Code |
|
|
|
August 2000 Contest Winners and Superior Code |
|
Array-like Manipulation |
SQL is set oriented so programmers often have a hard time duplicating tried and true procedural algorithims. Heres some help. |
|
|
Correlated Query Example |
If you're new to SQL, correlated queries can make you scratch your head. This example eases you through it. |
|
|
|
|
|
SQL Server Backup Strategy |
If you wait until you lose data before you read this, you may be too late! Learn how to make the recovery process an easy one! |
|
|
|
|