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

(Page 109 of 133) 3985 Result(s) found 

 

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 (2386)
Rating
How to write a trigger for INSERT, UPDATE or DELETE operation ?
Total Hit (2337) 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 (2729)
Rating
How to print only the first value in a group of duplicates?
Total Hit (2256)
Rating
How to retrieve individual octets from an IP address?
Total Hit (2333)
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 (2746)
Rating
How does decimal datatypes differ in their precision & scale?
Total Hit (1665)
Rating
How to determine the product of values in a column?
Total Hit (1809)
Rating
How to retrieve rows based on a range? This solution doesn't use temporary tables or cursors.
Total Hit (1519)
Rating
How to search for strings within XML tags?
Total Hit (1514)
Rating
How to transpose columns as rows? This script also demonstrates how to use the CUBE operator.
Total Hit (1539)
Rating
How to generate ids for each row - same as the identity column without using temporary tables?
Total Hit (1344)
Rating
How to find the minimum value in 3 columns?
Total Hit (1360)
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 (1548)
Rating
How not to handle NOT IN queries when there are NULL values?
Total Hit (2426)
Rating
Some useful UDF for SQL Server 2000
Total Hit (2930) Introduction UDF examples Database creation date Date the object was created Get date part of datetime value Get time part of datetime value Get the number of working days between two dates «B»Introduction«/B» SQL Server 2000 supports User-Defined Functions (UDFs) - one or more Tr ....Read More
Rating
mark the stored procedure to automatic execution
Total Hit (2767) You can use the sp_procoption system stored procedure to mark the stored procedure to automatic execution when the SQL Server will start. Note. Only objects in the master database owned by dbo can have the startup setting changed and this option is restricted to objects that have no parameters. ....Read More
Rating
select only date or time part of a datetime value
Total Hit (2660)
Rating
Scripts to automatically get notified if a database grew due to the autogrowth option being turned on.
Total Hit (2887)
Rating
How to create new tempDB is tempDB is currepted or marked as suspect
Total Hit (3054) The following steps explain how you can create a new tempdb database. With this workaround, you are able to successfully start the SQL Server service. If they exist, rename the current Tempdb.mdf and Templog.ldf files. If the files do not exist, that is one possible reason for the suspect status, ....Read More
Rating
Viewing information about blocked processes is slightly uncomfortable process in SQL Server. Here are three SPs that make it a little easier.
Total Hit (2800)
Rating
How to count the number of lines in an external OS file? Will work for ASCII files only.
Total Hit (3291)
Rating
How to find the number of days in a month?
Total Hit (2504)
Rating
This is the solution to the February Reader's Challenge in the SQL Server Magazine.
Total Hit (2577)
Rating
This is the solution to the February Reader's Challenge in the SQL Server Magazine.
Total Hit (2472)
Rating
How to store different datatypes in a column & extract them
Total Hit (2601)
Rating
How to get the maximum date value in a group or NULL if present?
Total Hit (2859)
Rating
How to get monday date given any date? This will work with the default SQL Server DATEFIRST setting & similar logic can be used to determine SUNDAY date etc.
Total Hit (2533)
Rating
How to copy text values from one table to another? This one demonstrates for a text value in a single row.
Total Hit (2558)
Rating
How to calculate AGE in years? The DATEDIFF function in MS SQL Server gives the distance between year boundaries & as such cannot be used to calculate the age.
Total Hit (2845)
Rating


(Page 109 of 133) 3985 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 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.