Main Directory
ASP 3091
ASP.NET 863
C and C++ 343
CFML 280
CGI and Perl 3073
Flash 803
Java 1614
JavaScript 2272
PHP 11222
Python 112
Remotely Hosted 1437
Tools and Utilities 2883
Web Hosting 27
XML 233




Analyzing Duplicate Records
Link ID 22006
Title Analyzing Duplicate Records
Url Visit : Analyzing Duplicate Records
Description This is the first of the four-part "Advanced SQL Techniques" series, which describes a quick and efficient way to delete duplicate records from a table.
Category ASP > Tutorials > Database-related
Keywords Analyzing   Duplicate   Records
Date Sep 20, 2007
Refer it to Friend ( Analyzing Duplicate Records )  
Write a Review ( Analyzing Duplicate Records )  
Report Broken Link ( Analyzing Duplicate Records )  
Add : Analyzing Duplicate Records To Favorites
More links included : Analyzing Duplicate Records
Site links : Analyzing Duplicate Records
Traffic Details from Alexa : Analyzing Duplicate Records

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating

 Other links at ASP > Tutorials > Database-related
1. Two Table Join
  Outputting data from two tables is almost as easy as displaying from one. This example utilizes two tables with state information on them. The first table (state_order) contains state abbreviations (state), state names (statename) the year each state was admitted into the union (year) and the numeric order they entered in (entered). The second table (state_capitals) contains state abbreviations (state), state names (state) and state capitals (capital). The where statement looks to make a match on the field that each table has in common to ouput the correct capital with all the info from the state_order table.
Category:   ASP > Tutorials > Database-related


2. Compact & Repair Access Database
  Compact and repair your access database online from ASP code. This is example code of how this can be done.
Category:   ASP > Tutorials > Database-related


3. Get Your Data Faster with a Data Cache
  Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently used lookup data in memory to achieve lightning fast access times.
Category:   ASP > Tutorials > Database-related


4. Connecting to your SQL Database
  If you have an SQL database set up with your web host, a useful tip to know is how to connect to your SQL database via Enterprise Manager. The advantage of knowing how to do this is that you will be able to manage your SQL Server database via Enterprise Manager over TCP/IP, yourself.
Category:   ASP > Tutorials > Database-related


5. Access Connection DSN-Less Code
  So you need a DSN-Less connection but your not quite sure what to do. Well we can do this for you. A quick and easy way to make a connection without a DSN. This will work for your MS Access database only. Now includes SQL Server.
Category:   ASP > Tutorials > Database-related




 Popular Tags

#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z