SQL Sample code from Developer Fusion https://www.developerfusion.com/t/sql/code/sort/popularity/ SQL Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 25 Feb 2006 08:59:00 GMT Deleting duplicate rows in a table Eliminating duplicate rows of data from an Oracle database http://www.developerfusion.com/code/1976/deleting-duplicate-rows-in-a-table/ http://www.developerfusion.com/code/1976/deleting-duplicate-rows-in-a-table/ Fri, 01 Mar 2002 09:41:00 GMT Kevin Saitta How to access a MySQL database with .NET Demonstrates how to connect to a MySQL database with C#. http://www.developerfusion.com/code/4596/how-to-access-a-mysql-database-with-net/ http://www.developerfusion.com/code/4596/how-to-access-a-mysql-database-with-net/ Thu, 01 Apr 2004 14:47:00 GMT Edward Tanguay "On Error Resume Next" considered harmful Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications. http://www.developerfusion.com/code/4325/on-error-resume-next-considered-harmful/ http://www.developerfusion.com/code/4325/on-error-resume-next-considered-harmful/ Wed, 21 Jan 2004 04:23:00 GMT Palo Mraz Display SQL Server table data in a browser 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. http://www.developerfusion.com/code/3243/display-sql-server-table-data-in-a-browser/ http://www.developerfusion.com/code/3243/display-sql-server-table-data-in-a-browser/ Sat, 11 Jan 2003 09:51:00 GMT Edward Tanguay How to delete records with SqlCommand This code shows you how to delete records with an SQL statement and get the number of records deleted returned back as an integer. http://www.developerfusion.com/code/4391/how-to-delete-records-with-sqlcommand/ http://www.developerfusion.com/code/4391/how-to-delete-records-with-sqlcommand/ Wed, 04 Feb 2004 11:36:00 GMT Edward Tanguay Running total in an SQL query How to create a running total column in an SQL query http://www.developerfusion.com/code/1734/running-total-in-an-sql-query/ http://www.developerfusion.com/code/1734/running-total-in-an-sql-query/ Mon, 15 Oct 2001 18:02:00 GMT James Crowley Get metadata on MySQL databases 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. http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ http://www.developerfusion.com/code/3945/get-metadata-on-mysql-databases/ Wed, 13 Aug 2003 10:26:00 GMT Edward Tanguay Debug ASP.NET pages using Tracing Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Fri, 07 Jan 2005 08:48:00 GMT Julian Roberts Limit the number of rows returned How to limit the number of records returned from a MySQL database http://www.developerfusion.com/code/1751/limit-the-number-of-rows-returned/ http://www.developerfusion.com/code/1751/limit-the-number-of-rows-returned/ Wed, 17 Oct 2001 15:52:00 GMT Alt-PHP-Faq Resizing images retrieved from SQL server A neat way of fetching an image stored in SQL Server and resizing it before save/sending it anywhere. http://www.developerfusion.com/code/4651/resizing-images-retrieved-from-sql-server/ http://www.developerfusion.com/code/4651/resizing-images-retrieved-from-sql-server/ Sun, 09 Jan 2005 14:43:00 GMT Simon Soanes Access, VB and SQL Server wildcard characters Important differences between Access, VB and SQL Server wildcard characters http://www.developerfusion.com/code/674/access-vb-and-sql-server-wildcard-characters/ http://www.developerfusion.com/code/674/access-vb-and-sql-server-wildcard-characters/ Sat, 14 Jul 2001 14:48:00 GMT James Crowley How to run through multiple DataReader results You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets. http://www.developerfusion.com/code/4638/how-to-run-through-multiple-datareader-results/ http://www.developerfusion.com/code/4638/how-to-run-through-multiple-datareader-results/ Fri, 17 Dec 2004 15:16:00 GMT Edward Tanguay How to include Text, nText and Image datatypes in a Union query How to include Text, nText and Image datatypes in a Union query http://www.developerfusion.com/code/1603/how-to-include-text-ntext-and-image-datatypes-in-a-union-query/ http://www.developerfusion.com/code/1603/how-to-include-text-ntext-and-image-datatypes-in-a-union-query/ Wed, 18 Jul 2001 17:59:00 GMT ElementK Journals Getting Started with Database Programming 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. http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Sun, 24 Feb 2002 11:24:00 GMT gigsv00 Update MSMQ from SQL Describes how to post a message into MSMQ from within a SQL procedure http://www.developerfusion.com/code/2151/update-msmq-from-sql/ http://www.developerfusion.com/code/2151/update-msmq-from-sql/ Sun, 24 Mar 2002 07:40:00 GMT Bruce Johnson ADO Utility Class 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. http://www.developerfusion.com/code/3205/ado-utility-class/ http://www.developerfusion.com/code/3205/ado-utility-class/ Mon, 26 Jan 2004 11:20:00 GMT NeverMalchik Transactions made easy with .NET 2.0 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. http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Wed, 25 Jan 2006 01:18:00 GMT Xavier Larrea SQL Data Provider VB.NET Class This class includes some useful methods for working with Misrosoft SQL Server in .NET simply and quickly. http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ http://www.developerfusion.com/code/5445/sql-data-provider-vbnet-class/ Sat, 25 Feb 2006 08:59:00 GMT RSS Feed Helper Class A simple helper class to make generating an RSS feed a piece of cake - its the one we use on Developer Fusion too! http://www.developerfusion.com/code/4597/rss-feed-helper-class/ http://www.developerfusion.com/code/4597/rss-feed-helper-class/ Fri, 02 Apr 2004 05:44:00 GMT James Crowley Remote ODBC 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. http://www.developerfusion.com/code/2145/remote-odbc/ http://www.developerfusion.com/code/2145/remote-odbc/ Fri, 15 Mar 2002 05:42:00 GMT Crispin Wright