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