https://www.developerfusion.com/t/sql/code/sort/popularity/ SQL Sample code from Developer Fusion 2006-02-25T08:59:00.00Z http://www.developerfusion.com/code/1976/deleting-duplicate-rows-in-a-table/ Deleting duplicate rows in a table 2002-03-01T09:41:00.00Z Eliminating duplicate rows of data from an Oracle database Kevin Saitta http://www.developerfusion.com/code/4596/how-to-access-a-mysql-database-with-net/ How to access a MySQL database with .NET 2004-04-01T14:47:00.00Z Demonstrates how to connect to a MySQL database with C#. Edward Tanguay http://www.developerfusion.com/code/4325/on-error-resume-next-considered-harmful/ "On Error Resume Next" considered harmful 2004-01-21T04:23:00.00Z Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications. Palo Mraz http://www.developerfusion.com/code/3243/display-sql-server-table-data-in-a-browser/ Display SQL Server table data in a browser 2003-01-11T09:51:00.00Z Just supply your database connection string and this code will give you a radio button list of all your SQL Server tables and will show their fields. Edward Tanguay http://www.developerfusion.com/code/4391/how-to-delete-records-with-sqlcommand/ How to delete records with SqlCommand 2004-02-04T11:36:00.00Z This code shows you how to delete records with an SQL statement and get the number of records deleted returned back as an integer. Edward Tanguay http://www.developerfusion.com/code/1734/running-total-in-an-sql-query/ Running total in an SQL query 2001-10-15T18:02:00.00Z How to create a running total column in an SQL query James Crowley http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ Get metadata on MySQL databases 2003-08-13T10:26:00.00Z An example of how to get metadata - such as all the databases on the server, all of their tables, and the corresponding field information for that table. Edward Tanguay http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Debug ASP.NET pages using Tracing 2005-01-07T08:48:00.00Z Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. Julian Roberts http://www.developerfusion.com/code/1751/limit-the-number-of-rows-returned/ Limit the number of rows returned 2001-10-17T15:52:00.00Z How to limit the number of records returned from a MySQL database Alt-PHP-Faq http://www.developerfusion.com/code/4651/resizing-images-retrieved-from-sql-server/ Resizing images retrieved from SQL server 2005-01-09T14:43:00.00Z A neat way of fetching an image stored in SQL Server and resizing it before save/sending it anywhere. Simon Soanes http://www.developerfusion.com/code/674/access-vb-and-sql-server-wildcard-characters/ Access, VB and SQL Server wildcard characters 2001-07-14T14:48:00.00Z Important differences between Access, VB and SQL Server wildcard characters James Crowley http://www.developerfusion.com/code/4638/how-to-run-through-multiple-datareader-results/ How to run through multiple DataReader results 2004-12-17T15:16:00.00Z You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. Edward Tanguay http://www.developerfusion.com/code/1603/how-to-include-text-ntext-and-image-datatypes-in-a-union-query/ How to include Text, nText and Image datatypes in a Union query 2001-07-18T17:59:00.00Z How to include Text, nText and Image datatypes in a Union query ElementK Journals http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. gigsv00 http://www.developerfusion.com/code/2151/update-msmq-from-sql/ Update MSMQ from SQL 2002-03-24T07:40:00.00Z Describes how to post a message into MSMQ from within a SQL procedure Bruce Johnson http://www.developerfusion.com/code/3205/ado-utility-class/ ADO Utility Class 2004-01-26T11:20:00.00Z ADO class containing useful functions - counting records, creating database from scratch, openning/closing database, filling listbox/combo box with an sql statements, manipulating records....and much more. NeverMalchik http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Transactions made easy with .NET 2.0 2006-01-25T01:18:00.00Z One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace. Xavier Larrea http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ SQL Data Provider VB.NET Class 2006-02-25T08:59:00.00Z This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly. http://www.developerfusion.com/code/4597/rss-feed-helper-class/ RSS Feed Helper Class 2004-04-02T05:44:00.00Z A simple helper class to make generating an RSS feed a piece of cake - its the one we use on Developer Fusion too! James Crowley http://www.developerfusion.com/code/2145/remote-odbc/ Remote ODBC 2002-03-15T05:42:00.00Z How to install ODBC connections remotely using the Registry API, connect to a network machine, and install users System DSN's without having to travel around sites. Crispin Wright