https://www.developerfusion.com/t/sql-server/code/sort/popularity/ SQL Server Sample code from Developer Fusion 2006-04-01T17:47:00.00Z 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/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/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/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 http://www.developerfusion.com/code/4661/calculate-diskspace-used-by-a-table-or-database/ Calculate Diskspace Used by a Table or Database 2005-01-30T14:08:00.00Z This short snippet shows how to discover how large a particular table or an entire database is in SQL Server. James Crowley http://www.developerfusion.com/code/1944/tsql-implementation-of-skipjack/ T-SQL implementation of SKIPJACK 2002-02-22T09:23:00.00Z A T-SQL implementation of the crypt algorith SKIPJACK as a user function for MS-SQL 2000 David Janecka http://www.developerfusion.com/code/1752/paginate-a-recordset/ Paginate a recordset 2001-10-17T16:03:00.00Z How to split up a recordset into multiple pages using ADO and ASP James Crowley http://www.developerfusion.com/code/2118/handling-multiple-direct-odbc-calls-that-fail/ Handling multiple Direct ODBC calls that fail. 2002-03-13T15:13:00.00Z The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. Dale Harkness http://www.developerfusion.com/code/4680/randomly-sorting-records/ Randomly Sorting Records 2005-03-25T13:52:00.00Z Here's now to randomly sort records in SQL Server 2000 - so you can potentially select say 10 random items from a table. James Crowley http://www.developerfusion.com/code/5543/health-monitoring-in-aspnet-2/ Health Monitoring in ASP.NET 2 2006-04-01T17:47:00.00Z This is a code sample for using health monitoring... http://www.developerfusion.com/code/5357/bulk-insert-from-flat-file-using-transactsql/ Bulk Insert from Flat File Using Transact-SQL 2006-02-07T11:51:00.00Z Importing Data from Text File using Transact-SQL is not a tough task, we can import data from Flat File in just 3 steps. M M Harinath