Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

How to perform DISTINCT queries on tables that contain BLOB fields like text/image.
Total Hit (1435)
Rating
How to determine the table from which a trigger was fired in the trigger itself? This technique can be used to write a common SP that can use the table name identified thus.
Total Hit (2091)
Rating
How to get identity kind of values for each row in a query? This technique demonstrates how to use CROSS JOIN, sub-query for counting & does not use temporary tables.
Total Hit (2383)
Rating
How to write a trigger for INSERT, UPDATE or DELETE operation ?
Total Hit (2336) Here is very basic code to write trigger for INSERT, UPDATE or DELETE operation on a table. Internally SQL Server manages two tables (inserted and deleted) to perform trigger operations. All inserted records can be retrived by quering "inserted" table «code LangId=6»select * from inserted«/cod ....Read More
Rating
How to format int or decimal values with commas?
Total Hit (2727)
Rating
How to print only the first value in a group of duplicates?
Total Hit (2253)
Rating
How to retrieve individual octets from an IP address?
Total Hit (2331)
Rating
How to verify the validity of an IP address presented as a string? The IF part of the check can be used as part of a table's CHECK constraint also.
Total Hit (2741)
Rating
How does decimal datatypes differ in their precision & scale?
Total Hit (1664)
Rating
How to determine the product of values in a column?
Total Hit (1808)
Rating
How to retrieve rows based on a range? This solution doesn't use temporary tables or cursors.
Total Hit (1518)
Rating
How to search for strings within XML tags?
Total Hit (1513)
Rating
How to transpose columns as rows? This script also demonstrates how to use the CUBE operator.
Total Hit (1536)
Rating
How to generate ids for each row - same as the identity column without using temporary tables?
Total Hit (1342)
Rating
How to find the minimum value in 3 columns?
Total Hit (1358)
Rating
How to find modulus of floating point numbers? This one doesn't calculate the real modulus but this script just demonstrates few techniques. Also contains a sample to find the values before & after the decimal point in a decimal value.
Total Hit (1547)
Rating
How not to handle NOT IN queries when there are NULL values?
Total Hit (2424)
Rating
How to rollup data in a table? There are several ways to do this, here is one way. I think there might be a more efficient way but I haven't worked on it yet.
Total Hit (1416)
Rating
How to strip a text field into several varchar fields?
Total Hit (1391)
Rating
How to define a column with a custom time format & verify validity of data using CHECK constraint?
Total Hit (1432)
Rating
How to compare rows in tables without writing a SELECT with all the conditions? Can be used for simple dirty work & of course if you are lazy to type.
Total Hit (2401)
Rating
How to simplify CHECK constraints? This is an example using some datetime based checks.
Total Hit (1443)
Rating
How to convert TIMESTAMP values to numeric?
Total Hit (11229)
Rating
How to re-sequence the values in an indexed field?
Total Hit (1687)
Rating
How to validate an IP address specified as a character string?
Total Hit (1482)
Rating
How to rank items starting with highest value within each group?
Total Hit (1527)
Rating
How to forcefully disconnect users from a DB? This script also contains some timing features so that it doesn't run forever.
Total Hit (3125)
Rating
How to find the greatest circle distance? Also shows how to do a simple UPDATE loop. Note that the greatest circle formula is an approximation only.
Total Hit (1514)
Rating
How to concatenate values that are grouped by columns using SELECT statement alone? This method has several restrictions but serves to demonstrate some techniques.
Total Hit (1586)
Rating
How to pass a list of IDs & use it like an IN clause?
Total Hit (2422)
Rating


(Page 94 of 133) 3968 Result(s) found  ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.