Click here to Skip to main content

Database

Database » Database
 

Database - ADO 

top
Title / Updated Author Score  
dbAx: a C++ Library for ActiveX Data Objects (ADO)
Updated: 21 Jan 2009
C++ class wrapper for ADO
C++, Windows, Win32, COM, ADO, DBA
 
Ross White 4.97
A set of ADOX Classes
Updated: 19 Jun 2002
Simple database catalog access using a set of ADOX classes
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Carlos Antollini 4.95
A set of ADO classes - version 2.20
Updated: 6 Sep 2005
Simple database access using an ADO class.
SQL, VC6, Win2K, SQL-Server, MFC, ADO, DBA, Dev
 
Carlos Antollini 4.93
ADO Connection Strings
Updated: 23 Jul 2002
A list of ODBC DSN Connection Strings.
SQL, VC6, VC7, .NET1.0, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Carlos Antollini 4.93
Interactive SQL Tool (using ADO)
Updated: 17 Jan 2000
A tool that allows you to query OLE DB sources
SQL, VC6, SQL-Server, DBA, Dev
 
George Poulose 4.86
Efficient data processing with ADO in C++: Method GetRows
Updated: 6 Jul 2005
Demonstrates effective data processing of ADO recordset objects in C++ via Safe Arrays provided by method GetRows.
SQL, VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Vista, TabletPC, COM, ADO, SQL2000, SQL2005, VS.NET2003, VS2005, SQL-CE, DBA, Dev
 
Vitaly Tomilov 4.80
Using MS DataGrid control with ADO
Updated: 2 Sep 2001
Use the MS DataGrid control in your C++ app with ADO
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
Rashid Thadha 4.79
Loading image files from a database, using ADO
Updated: 27 Jan 2006
Putting and retrieving images files to and from a database, via ADO.
SQL, VC7.1, Win2K, WinXP, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Bahrudin Hrnjica 4.74
ADO at a glance
Updated: 10 Jun 2001
A simple introduction to using ADO
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
M. Shokuie Nia 4.72
Another Simple ADO Class
Updated: 13 Mar 2001
Another simple yet cool ADO class for your project - from zCoders.com!
SQL, VC6, Win2K, SQL-Server, Visual-Studio, DBA, Dev
 
Christopher W. Backen 4.57
ADO : 101-level tutorial
Updated: 2 May 2004
101-level tutorial on ActiveX Data Objects
SQL, VC6, VC7, VC7.1, Windows, SQL-Server, VS.NET2003, DBA, Dev
 
Kevin Wittmer 4.42
ADO Data Bound Class Wizard
Updated: 27 Sep 2000
ADO Data Bound Class Wizard
SQL, VC6, SQL-Server, MFC, ATL, DBA, Dev
 
Ly Nguyen 4.41
ADODB Serialization
Updated: 26 Sep 2006
How to serialize and deserialize an ADODB Recordset.
Windows, Visual-Studio, Dev
 
StephHamel 4.00
ADO MFC Wrapper classes
Updated: 11 Aug 2002
ADO classes that closely resemble CDatabase and CRecordset.
SQL, VC6, VC7, SQL-Server, MFC, DBA, Dev
 
Tim Kohler 3.69
Create Table with AutoNumber Indexed Field
Updated: 6 May 2009
Create a new Table and re-create Table to set existent Field as Primary Key
VB6, VB, Windows (WinXP, Vista), ADO
 
Mostafa Kaisoun 3.67
Generic Database Class Using ADO to execute Stored Procedures
Updated: 3 May 2001
Use this class to separate all database calls hidden to the callers. Nobody has to take care of how database retrieval is going on!
VB6, SQL, VC6, Win2K, SQL-Server, ATL, DBA, Dev
 
Amir Samdani 3.63
Use XSLT to convert ADO Recordsets into delimited files
Updated: 29 Oct 2001
Transform any XML persisted ADO Recordset into a delimited text file.
C++, XML, SQL, Windows, SQL-Server, Visual-Studio, ADO, DBA, Dev
 
simulant 3.60
How to return Disconnected ADO Recordset from COM
Updated: 18 Mar 2002
An article on how to return disconnected ADO Recordset from COM using VC.
SQL, VC6, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, ATL, DBA, Dev
 
Siau Tan Long 3.33
WrapSP - A Wrapper Class Generator for SQL Stored Procedures
Updated: 8 Aug 2009
A simple to use tool that generates ADO based classes for calling SQL Stored Procedures. Only a few clicks, and you can access any Stored Procedure in your database.
C++, SQL, Win2K, WinXP, MFC, ADO, Dev
 
_Reinhard 3.29

.NET - ADO.NET 

top
Title / Updated Author Score  
How to Manually Create a Typed DataTable
Updated: 28 Oct 2008
When you override GetRowType, you also need to override NewRowFromBuilder().
C#, Windows, ADO.NET, Dev
 
Marc Clifton 4.96
Declarative Transactions using ADO.NET and without Enterprise Services.
Updated: 26 Oct 2001
Sometimes it is nice to prototype up a simple database application. This code may help, by providing the automatic transactional model of COM+ in a non-COM+ environment. This example uses "Interception" to provide automatic transactioning support for non-COM+ classes.
C#, Windows, .NET1.0, ADO.NET, Dev
 
Sandy Place 4.95
ADO.NET for the Object-Oriented Programmer – Part Two
Updated: 19 Jan 2006
In this second part of the article series, we will revisit the ADO.NET CRUD operations. Only this time, we will use an application with far better architecture. Once that is done, we will move on to data binding with objects.
C#, Windows, .NET, Visual-Studio, ADO.NET, Dev
 
David Veeneman 4.95
Entity Framework in WinForms
Updated: 19 Jul 2011
A component that makes it easy to use Entity Framework in WinForms projects, including design-time binding support.
C#, .NET, ADO.NET, Dev, WinForm
 
Bernardo Castilho 4.94
Edit Almost Anything in a DataGrid
Updated: 27 Feb 2005
Allow your DataGrid to edit pictures and a whole range of other data types.
C#, VB, Windows, .NET1.1, ADO.NET, VS.NET2003, Dev, WinForm
 
Declan Brennan 4.93
An Experimental Performance Comparison on the Methods to Pass Structured Data to SQL Server Stored Procedures from ADO.NET
Updated: 23 Dec 2009
This article makes an experimental comparison on the performance of the different methods to pass structured data to SQL Server Stored Procedure parameters from ADO.NET.
C#, SQL, .NET, SQL-Server, ADO.NET, Architect, DBA, Dev
 
Dr. Song Li 4.88
Performance and the Entity Framework
Updated: 12 Aug 2009
An article describing the best practices for Entity Framework performance
C#, .NET (.NET3.5), ADO.NET, Architect, Dev, EF
 
Perry Marchant 4.88
C# 2.0 Nullable Data Readers
Updated: 20 Jan 2006
An article on nullable data readers for .NET 2.0 nullable types.
C#, Windows, .NET2.0, ADO.NET, VS2005, DBA, Dev
 
Steve Michelotti 4.88
Create Data Classes
Updated: 4 Mar 2011
An application that creates a C# class to read/write data to/from an Access, SQLite, or XML database.
C#, XML, Windows, .NET, Visual-Studio, ADO.NET, Dev, Sqlite
 
Jeff Gaines 4.88
C# Pivot Table
Updated: 11 Dec 2007
This article explains how to read a DataTable and return an inverted or pivot table depending on the column names provided.
C#1.0, C#2.0, C#3.0, .NET2.0, .NET3.0, .NET3.5, VS2005, VS2008, Dev
 
felipesabino 4.88
Implementing Audit Trail using Entity Framework - Part 1
Updated: 27 Mar 2009
Implementing Audit Trail using Entity Framework's caching entries
C#, .NET (.NET3.5), SQL-Server (SQL2005), ADO.NET, Dev, Design, EF
 
Morshed Anwar 4.88
Entity Framework 4 Tips for WinForms Development
Updated: 22 Jul 2010
I've been recently working on a smart client (WinForms) application backed by Entitiy Framework 4 (EF4) on Visual Studio 2010. In this blog post I will try to give you some tips regarding some limitations and points to be careful about EF4.
C#, .NET, ADO.NET, Framework, entity, .NET4, EF
 
Ali Ozgur 4.87
Reading sql_variant in Entity Framework
Updated: 8 Jan 2011
Working around an Entity Framework exclusion of sql_variant
C# (C#4.0), SQL, SQL-Server (SQL2008), ADO.NET, Architect, Dev, Design, .NET4, EF
 
dasblinkenlight 4.86
Programmatically using ADO.NET and XML
Updated: 15 Sep 2004
With ADO.NET, a database can be regarded as a virtual XML document. XPath query and XSLT transformation are naturally available.
C#, Windows, .NET1.0, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
Xinjie ZHANG 4.85
Use SQL Parameters to Overcome Ad Hoc Performance Issues
Updated: 12 Jan 2007
Defining (rather loosely) ad hoc queries as SQL commands built as strings by an SQL client application and submitted to SQL Server.
C#, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Mark J. Miller 4.85
Object Mapping Part I - The Row Cursor
Updated: 17 Dec 2006
A row cursor implementation suitable for synchronizing and navigating a DataView against with object-mapped instance.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Marc Clifton, J. Dunlap 4.84
Auto Saving DataGridView Rows to a SQL Server Database
Updated: 26 Jan 2006
Saving a changed row in the DataGridView automatically to the database seems to be a basic task, but is challenging to implement. Read here why the most intuitive approaches fail and how to get it working.
C#, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev, WinForm
 
Peter Huber SG 4.83
Light ORM Library for .NET
Updated: 8 Oct 2010
This article is about the Light Object-Relational Mapping library.
C#, Windows, .NET, SQL-Server, Visual-Studio, ADO.NET, DBA, Dev
 
Sergey Busel 4.81
DefiningQuery Element in Entity Framework
Updated: 26 Jul 2010
DefiningQueries are a very useful elements that you can use in Entity Framework in order to create views from the model against your database. The article will explain the DefiningQuery element.
C#, .NET, ADO.NET, EF
 
Gil Fink 4.80
Using ADO.NET in MFC Projects
Updated: 9 Aug 2003
Mixing managed and unmanaged code and using .NET library in MFC projects
C++/CLI, VC6, VC7, VC7.1, .NET, Win2K, WinXP, Win2003, MFC, Dev
 
Majid Shahabfar 4.78
DataGrid Copy Helper Component
Updated: 28 Jul 2005
A component providing Copy functionality to a Windows Forms DataGrid. Copied data can then be pasted in Excel or a text editor.
VB, Windows, .NET1.1, VS.NET2003, Dev, WinForm
 
patgrape 4.77
Using ADO.NET for beginners
Updated: 12 Sep 2005
ADO.NET for beginners.
C#, SQL, .NET1.1, WinXP, ADO.NET, VS.NET2003, DBA, Dev
 
Huseyin Altindag 4.77
The ADO.NET OleDbDataReader class
Updated: 22 Aug 2003
Accessing database information using the DataReader class from ADO.NET in C#
C#, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
 
Chris Maunder 4.77
Component to access databases in the .NET environment
Updated: 31 May 2004
An extremely flexible and easy-to-use library that retrieves data in XML format, supports simple parameterized queries, stored procedures, and transactions. It can also be used as a web service.
C#, VB, VC7, .NET1.0, Win2K, WinXP, ASP.NET, Dev
 
Xiangyang Liu 刘向阳 4.77
Custom DataBindable BusinessObjects and The Typed DataSet
Updated: 3 Jan 2007
An article about Custom Businessobjects in conjunction with the DataSet to Retrieve Data
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Emmanuel71 4.76
A Small ADO.NET Library with Some ORM Capabilities
Updated: 10 Dec 2011
Basic CRUD methods with some other interesting features
C#, .NET, ADO.NET, Dev
 
Sergey Busel 4.76
Performance and the Entity Framework
Updated: 16 Oct 2011
An article describing the best practices for Entity Framework performance.
C#1.0, C#2.0, C#3.0, .NET3.5, ADO.NET, VS2008, Dev, EF
 
Perry Marchant 4.75
Introduction to the Entity Framework
Updated: 12 Feb 2009
Looking at the EF and database association patterns.
C#, .NET3.5, ADO.NET, Architect, DBA, Dev, Design, EF
 
Marc Clifton 4.72
DatabaseAccessor
Updated: 23 Aug 2007
A simple base class that encapsulates basic database access functionality
C#, Windows, .NET2.0, Visual-Studio, ADO.NET, DBA, Dev
 
PIEBALDconsult 4.71
SQL Bulk Copy with C#.Net
Updated: 24 Jan 2007
An article about copying data to SQL within your application.
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, DBA, Dev
 
Kadir Camoglu. 4.71
ADO.NET DataTable as XML parameter to an Oracle/SQL Server Database Stored Procedure
Updated: 27 Jan 2010
ADO.NET DataTable as an XML parameter to an Oracle/SQL Server database Stored Procedure.
C#, Windows, ASP.NET, SQL-Server, ADO.NET, Oracle, Dev
 
Bibhas Paul 4.69
Fill a DataSet from delimited text files
Updated: 18 Apr 2004
Explains how to fill a dataset with the information stored in a delimited text file
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
CoderForRent 4.69
Inserting relational data using DataSet and DataAdapter
Updated: 15 Mar 2003
This article describes the process of inserting data in a DataSet and then submitting this changes to the database. It targets the issue when having IDENTITY/AutoNumber columns in the database.
C#, VC7, .NET1.0, Win2K, WinXP, DBA, Dev
 
Mauricio Ritter 4.67
Handling database connections more easily
Updated: 31 Jul 2011
Building an O/R Mapper: step 3.
C#, .NET, ADO.NET, DBA, Dev
 
Alaric Dailey 4.67
Inherit from ADO.NET DataSet to create your own business objects
Updated: 27 Oct 2004
Extend generated Strong Typed Datasets, add your own business-specific functionality to a real DataSet object. Binding to forms and updating to a database is all done by the .NET framework. This is built on Shawn Wildermuth's a.k.a. ADO Guy's DataSetGenerator.
C#, VB, SQL, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, ADO.NET, VS.NET2003, DBA, Dev
 
Pinx 4.67
ADO.NET for the Object-Oriented Programmer – Part Three
Updated: 10 Feb 2006
In this article, we will see how to use ADO.NET to serialize an object model. Once we have finished with serialization, we will look at how to bind our object model to user controls.
C#, Windows, .NET, Visual-Studio, ADO.NET, Dev
 
David Veeneman 4.65
ADO.NET for the Object-Oriented Programmer – Part One
Updated: 19 Jan 2006
This article will show how to accomplish these goals—use ADO.NET as a thin data transport layer, while still taking advantage of the data-binding capabilities of .NET user interface controls. As it turns out, it’s pretty easy.
Windows, .NET, Visual-Studio, Dev
 
David Veeneman 4.64
Introduction to ADO.NET Sync Services
Updated: 18 Sep 2008
This article shows how easily we can create occasionally connected WinForms application using ADO.NET Sync services.
VB, Windows, .NET (.NET3.5), ADO.NET, Dev
 
Vishal Shukla 4.64
.NET DataSet to ADODB Recordset Conversion
Updated: 8 Mar 2006
A description of how how to convert a .NET DataSet to an ADODB Recordset.
VB, Windows, .NET, ASP.NET, Visual-Studio, ADO, ADO.NET, Dev
 
KRucker 4.63
Using CLR integration to compress BLOBs/CLOBs in SQL Server 2005
Updated: 29 Dec 2006
This article shows how to use CLR integration to compress data in SQL Server 2005
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
yolousa72 4.63
Object Mapping Part II - Schema Code Generator
Updated: 17 Dec 2006
Generate an object mapping class from a schema definition.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Marc Clifton, J. Dunlap 4.61
LogParser DataProvider for ADO.NET
Updated: 11 May 2007
The article shows how to use SQL features of Microsoft LogParser with ADO.NET
C#2.0, VB7.x, Windows, .NET1.1, .NET2.0, ASP.NET, SQL-Server, IIS, VS.NET2003, CEO, DBA, Dev
 
FrankNight 4.56
DataSet Watch 2.0
Updated: 29 Dec 2006
An enhanced DataSet Visualizer for Visual Studio 2005.
C#2.0, Windows, .NET2.0, VS2005, Dev
 
Osama Abbas 4.54
Accesing CommandTimeout properties in a TableAdapter
Updated: 9 Feb 2006
Describes adding public properties to a TableAdapter to access the CommandTimeouts of the private DataAdapter.
C#, Windows, .NET2.0, ADO.NET, VS2005, DBA, Dev
 
PIEBALDconsult 4.53
Template for generating POCO classes with Notify in Entity Framework 4.1
Updated: 18 Oct 2011
Added property change notification and validation code to Microsoft’s VB.NET text transform files that create the POCO classes and DBConext class.
VB.NET, .NET, ADO.NET, Dev
 
DavidSherwood 4.53
Using Oracle Stored Procedures in SqlDataSource Select Command
Updated: 5 Jan 2009
How to use Oracle (and other non Microsoft) SP in SqlDataSource Select command
C#, SQL, Windows, .NET (.NET2.0), ASP.NET, ADO.NET, Dev
 
Petrovik Aleksandar 4.50
Using InfoMessage Event of SqlConnection Object
Updated: 8 Jun 2009
This article explores the usage of InfoMessage event of SqlConnection object
C#, SQL, .NET (.NET3.5), ADO.NET, DBA, Dev, Design
 
Balamurali Balaji 4.50
Table Per Hierarchy Inheritance in Entity Framework
Updated: 23 Jul 2010
The article explains what Table Per Hierarchy Inheritance is and how to apply it in Entity Framework.
C# (C#4.0), .NET, ADO.NET, .NET4, EF
 
Gil Fink 4.40
Build database independent ADO.NET programs with Mimer Provider Manager
Updated: 31 Mar 2004
Write database independent ADO.NET applications
C#, Windows, .NET1.1, Visual-Studio, DBA, Dev
 
fral 4.39
Beginner’s Tutorial on Using the Firebird ADO.NET Client 2.5
Updated: 25 Mar 2009
In this article, I will show you how to interface your simple C# applications to the FirebirdSQL Server using the Firebird ADO.NET Client 2.5.
SQL, C#3.0, Windows, ADO.NET, VS2008, DBA, Dev
 
Maximus Byamukama 4.39
Database to Excel Spreadsheet
Updated: 6 Jan 2011
Select data from SQL databases into Excel spreadsheet, with headings and formatting
C# (C#4.0), Windows (WinXP, Win2003, Win2008, Win7), Office, Visual-Studio (VS2008, VS2010), WPF, Dev, Design, Code
 
rwg 4.38
Transaction Isolation in ADO.NET Entity Framework
Updated: 15 May 2011
This article presents an example on how to control the transaction isolation level in ADO.NET Entity Framework.
C#, .NET, ADO.NET, Dev, MVVM, EF
 
Dr. Song Li 4.33
Provider-Independent Code Simplified in ADO.NET 2.0
Updated: 11 Sep 2006
This article will attempt to explain and demonstrate how Microsoft has simplified the approach to writing provider-independent code. Switching between Oracle, SQL Server, or any OLEDB or ODBC data source is now as easy as changing a configuration setting.
VB, Windows, .NET2.0, VS2005, Dev
 
Anthony Queen 4.29
Defining Custom Functions in Entity Framework
Updated: 26 Jul 2010
The article explains how to define custom functions in Entity Framework
C#, .NET, ADO.NET, EF
 
Gil Fink 4.29
ADO.NET Primer using Managed C++
Updated: 30 Jul 2002
A primer on using ADO.NET with Managed extensions for Visual C++ .NET
C++/CLI, VC7, Windows, .NET1.0, Visual-Studio, Dev
 
Bill Ferreira 4.24
Convert XML to Strongly Typed DataSets
Updated: 3 Dec 2003
An example of using an XML document to generate a typed DataSet and load it.
C#, Windows, .NET, Visual-Studio, Dev
 
Paperless 4.24
Compressing Persisted DataSets
Updated: 19 Jun 2005
Using .NET 2.0 DeflateStream and GZipStream to compress persisted DataSets.
VB, XML, .NET2.0, WinXP, ADO.NET, VS2005, Dev
 
Adrian_Moore 4.22
Simple ADO.NET Database Read, Insert, Update and Delete using C#.
Updated: 30 May 2001
An easy introduction to accessing databases using the ADO classes. It includes how to read and write integers, strings and dates.
C#, .NET1.0, Win2K, Visual-Studio, Dev
 
John McTainsh 4.17
ADO.NET Entity Framework as Data Access Layer
Updated: 30 Oct 2009
ADO.NET Entity Framework as Data Access Layer
C#, .NET (.NET3.5), ADO.NET, EF
 
sarvesh.upadhyay 4.17
How to avoid writing SQL for ADO.NET DataAdapter
Updated: 17 Jan 2005
Automatic creation of SQL for CRUD operations when Strongly Typed DataSets are used.
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, DBA, Dev
 
Dejan Grujic 4.13
Generating Class Representations Of SQL Tables
Updated: 24 Dec 2009
Automatically parses SQL tables into C# classes with functions like insert, select, etc.
C# (C#3.0), .NET (.NET3.5), SQL-Server (SQL2008), ADO.NET
 
dr.ozgur.sonmez 4.11
Business Logic with Entity Framework
Updated: 26 May 2009
How to use Entity framework to do some basic logic when a change happens in related Entities or Associations
C# (C#1.0, C#2.0, C#3.0), .NET (.NET3.0, .NET3.5), SQL-Server (SQL2005, SQL2008), Visual-Studio (VS2008), ADO.NET, WebForms, LINQ, Architect, DBA, Dev, QA, .NET4, WinForm, EF
 
Bishoy Ghaly 4.10
A Filter Dialog for a DataGridView
Updated: 28 Sep 2006
This is a dialog window that allows filtering a DataGridView. It can build filters with any depth of parentheses.
VB, Windows, .NET2.0, ASP.NET, VS2005, Dev, WinForm
 
nauthiz69_3 4.09
SqlBulkCopy in ADO.NET 2.0, SqlBulkCopy Class in C#, SqlBulkCopy help, SqlBulkCopy guide, SqlBulkCopy class, SqlBulkCopy tutorial
Updated: 28 Sep 2007
SqlBulkCopy in ADO.NET 2.0, SqlBulkCopy Class in C#, SqlBulkCopy help, SqlBulkCopy guide, Transferring Data Using SqlBulkCopy - SqlBulkCopy - Copy Table Data Between SQL Servers at High Speeds, perform bulk copies with .NET 2.0's SqlBulkCopy class, SqlBulkCopy tutorial
C#, SQL, .NET1.0, .NET1.1, .NET2.0, WinXP, .NET3.0, ASP.NET, ADO.NET, WebForms, SQL2000, VS.NET2003, VS2005, DBA, Dev
 
idreeskhan 4.08
WQL DataProvider for ADO.NET
Updated: 1 Sep 2004
WQL DataProvider for ADO.NET
Windows, .NET, Visual-Studio, Dev
 
Maxim Kazitov 4.07
ADO.NET and Stored Procedures Code Generator
Updated: 4 Sep 2008
A VB code generator that reads a SQL Server table and generates ADO.NET code and also Stored Procedures.
VB (VB8.0, VB9.0), SQL, Windows, .NET, ASP.NET, SQL-Server, ADO.NET, DBA, Dev
 
Johnny Worker 4.00
Implementing Audit Trail using Entity Framework - Part 2
Updated: 1 Apr 2009
Implementing Audit Trail using Entity Framework's caching entries
C# (C#1.0, C#2.0, C#3.0), .NET (.NET3.5), ADO.NET, Architect, Dev, EF
 
Morshed Anwar 4.00
Yet Another Filter Library
Updated: 1 May 2009
A class library that helps to create WHERE clauses in a SQL statement or a filter expression for a System.Data.DataRow select operation.
C#, .NET, ADO.NET, Dev
 
Antonello Genuario 4.00
Data Access Component
Updated: 24 Dec 2009
A simple data access component for connecting with different types of data sources.
C#, .NET, ADO.NET, Dev
 
Aj 2010 4.00
Simplified .NET Data Access API
Updated: 10 Jul 2006
An API to simplify access to databases through ADO.NET.
C#, XML, Windows, .NET1.1, .NET2.0, Visual-Studio, ADO.NET, DBA, Dev
 
BoneSoft 4.00
DRY Database Interactions (.NET 2.0)
Updated: 17 Oct 2009
Don't Repeat Yourself (DRY) when working with your database. Simple and easy code that makes it harder to make common mistakes.
C#, SQL, .NET2.0, ASP.NET, ADO.NET, Dev
 
Mark Ericksen 3.83
Simple Sample with Entity Framework
Updated: 9 Jul 2009
Simple sample with entity framework in 3 layers with ASP.NET
C# (C#3.0), .NET (.NET3.5), ASP.NET, ADO.NET, Dev, EF
 
stexavcar 3.81
A Handy Code to Get Your Project Connected to Any Database by ADO.NET
Updated: 16 Jul 2009
Purely object oriented ADO code component to get your project running, no matter what database you are using at the backend. Specialised for SQL Server.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET1.1, .NET2.0, .NET3.0, .NET3.5), ASP.NET, ADO.NET, DBA, Dev
 
MeraMBA.com 3.78
Converting a DataSet to a Generic List
Updated: 18 Jul 2009
Presents a simple utility framework that helps in converting DataSets to generic Lists.
C#1.0, C#2.0, C#3.0, Windows, .NET3.5, ADO.NET, Dev
 
Benzi K. Ahamed 3.75
ADO.NET – Get the notification events from Managed Providers
Updated: 3 May 2001
How to use the event handlers for various ADO.NET connection & data objects.
C#, VC7, Windows, .NET1.0, Dev
 
Naveen K Kohli 3.75
Add custom validation to data columns in ADO.NET
Updated: 14 Nov 2005
This article describes how to add custom validation to a data column in ADO.NET.
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Karthik Krishnaswami 3.67
Replace SqlDataReader with a DynamicSqlDataReader
Updated: 31 May 2009
Remove those strings from your .NET 4.0 applications using the dynamic feature.
C#, ADO.NET, Dev, .NET4
 
TimMerksem 3.60
Check if a table or field exists in a database
Updated: 13 Nov 2008
Function to check if a table or field exists in an MS Access or SQL Server database.
VB, .NET, ADO.NET, Dev
 
R. Syed 3.57
An overview of Open Data Protocol (OData)
Updated: 28 Jun 2010
Overview of the OData protocol: what it is, how it works, and where it makes sense to use it.
XML, .NET, ADO.NET, LINQ, Architect, Dev
 
Vincent-Philippe Lauzon 3.50
Building Insert and Update Statements Automatically
Updated: 31 Jan 2010
Classes to build insert and update statements for Microsoft SQL, OleDb and ODBC dataprovider
C#, .NET, ADO.NET, Dev
 
Arno Petersen 3.45
How to save data from a DataSet into a T-SQL table
Updated: 5 Nov 2008
This article tells you how to save data from a DataSet into T-SQL tables.
C# (C#1.0, C#2.0, C#3.0), XML, SQL, Windows, ASP.NET, ADO.NET, Dev
 
Sandeep Aparajit 3.45
DataTable with SelectDistinct in VB
Updated: 11 Oct 2007
Allows you to perform a Distinct query against a DataTable.
SQL, VB8.0, Windows, .NET2.0, ADO.NET, SQL2000, SQL2005, VS2005, Dev
 
vacen2 3.44
A generic data reader with ILGenerator
Updated: 1 Mar 2007
Generating a delegate at runtime that reads from a DataReader. By reflection, it’s possible to bind directly a simple query to a list of objects.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Henri G Demers 3.44
Using SqlBulkCopy with ASP.NET 2.0
Updated: 25 Dec 2008
An article to explain the use of SqlBulkCopy class in ASP.NET
C# (C#2.0), ASP, ASP.NET, ADO.NET, WebForms
 
Aman Bhullar 3.43
Protecting ADO.NET Applications - Part I
Updated: 28 May 2010
Protecting ADO.NET applications
VB (VB.NET), Windows, ASP.NET, ADO.NET
 
jaullo1 3.40
Multiple Database Connection File Manager
Updated: 31 Jul 2008
Utility to manage multiple DB connection strings for an application.
C#, XML, Windows (WinXP, Win2003, Vista), .NET (.NET3.5), SQL-Server (SQL2000, SQL2005), ADO.NET, Oracle, DBA, Dev, QA, SysAdmin
 
TSells 3.40
Bulk Record Insert for Access
Updated: 5 Jan 2007
This article demonstrates how perform a bulk 'Insert' with MS Access.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
lost in transition 3.33
Database Transactions with Multiple TableAdpaters
Updated: 13 Mar 2008
An article on using Transactions with Strongly Typed Datasets and multiple Table Adpaters while taking advantage of Partial Classes.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0), Visual-Studio (VS2005), ADO.NET, Dev
 
Brice Schagane 3.32
DLinqEntityGenerator – SqlMetal-like DLinq entities generator, using XSL templates
Updated: 2 Jan 2007
This article explains how to generate DLinq entities mapped on SQL Server database objects, using an Add-In application on VS.NET.
C#, Windows, .NET, Visual-Studio, LINQ, DBA, Dev
 
Dan Radu 3.30
ADO.NET 2.0 Features
Updated: 24 Nov 2007
This article summarises the new and updated features of ADO.NET 2.0, which ships with .NET Framework 2.0.
C#2.0, Windows, .NET3.0, ASP.NET, Visual-Studio, WebForms, Dev
 
Murali Krishna .Y 3.25
Working with DataGrid in VC++.NET
Updated: 15 Dec 2004
This article demonstrates the DataGrid , ADO.NET components, and storing data into the database and retrieving from the same.
C++/CLI, VC7, VC7.1, Windows, .NET, ADO.NET, VS.NET2003, Dev
 
Arul Nayagam C A 3.20
ADO.NET
Updated: 23 Dec 2008
Understanding ADO.NET
C#, ADO.NET, Dev, WinForm
 
logicchild 3.20
AutoIncrement in a disconnected DataSet
Updated: 25 Sep 2005
Working with disconnected DataSets that contain autoincrement count.
C#, Windows, .NETCF, .NET1.1, ADO.NET, VS.NET2003, Dev
 
balazs_hideghety 3.20
Schema.ini override and bulk upload using SQLXML
Updated: 15 Mar 2007
Schema.ini override and bulk upload using SQLXML
C#, VB, XML, SQL, Windows, .NET1.1, Visual-Studio, SQL2000, DBA, Dev
 
Aravind Rajagopal K 3.14
Interbase and Visual C# .NET
Updated: 11 Jun 2008
A solution managing InterBase DB's with C# .NET
C# (C#1.0, C#2.0, C#3.0), Windows (WinXP, Win2003, Vista), Visual-Studio (VS.NET2003, VS2005, VS2008), Dev, WinForm
 
pechan00000 3.14
Benchmarking the Performance of Embedded DB for .NET: SQL CE 4.0 vs SQLite
Updated: 3 Jul 2011
Provides a sample code for a simple test bench application and compares the performance of two most common embedded databases for .NET: Microsoft SQL CE 4.0 and SQLite.
C#, Windows, .NET, Windows-Phone-7, ADO.NET, SQL-CE, Sqlite
 
Alexander Galkin 3.13
Generate Stored Procedure Wrapper Methods and Associated Wrapper Classes
Updated: 28 Sep 2008
This tool helps developers generate their ADO.NET stored procedure wrapper methods and any related strongly-typed data object class.
C#, .NET, ASP.NET, ADO.NET, Architect, Dev
 
Sunny Ahuwanya 3.00
DataTable Generator Using Attributes
Updated: 29 Jan 2007
This article demonstrates the first version of a DataTable Generator. This generator uses information found in custom attributes on any class and transforms the class, or several instances of it, to a System.Data.DataTable.
C#, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
TeX HeX 3.00
The SqlReader Object
Updated: 29 Dec 2006
Cutting your code time in half using a smart SQL frontend.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
David Morton 2.92
ADO.NET Best Practices
Updated: 22 Oct 2006
This article includes a few tips which can be considered while working with ADO.NET.
C#2.0, Windows, .NET1.1, .NET2.0, ASP.NET, VS.NET2003, VS2005, Dev
 
Ashish Basran 2.92
Portable SQL with ANTLR
Updated: 25 Feb 2008
Architectural overview of the MacroScope portable SQL ADO.NET provider
C# (C#1.0, C#2.0, C#3.0), SQL
 
vb3 2.88
Using Data Relation with Data Table
Updated: 6 Apr 2007
This article exemplifies how to use the Data Relation of ADO.NET with Data Table to create the in memory Data Relation between two tables.
VB7.x, Windows, .NET1.1, Dev
 
Aakash Jain 2.67
Using ADO.NET programmatically with C# - Unedited
Updated: 15 Dec 2005
An article on using ADO.NET programmatically.
C#, SQL, .NET1.1, Win2K, WinXP, Win2003, Vista, ADO.NET, SQL2000, VS.NET2003, Dev
 
Umut ŞİMŞEK 2.58
Transpose a DataTable using C#
Updated: 12 Feb 2010
Transpose DataTable rows into columns and vice versa using C#.
C#, .NET, ASP.NET, ADO.NET, Dev
 
S Satheesh Kumar 2.50
ADO.NET for Beginners - Unedited
Updated: 22 Apr 2008
How to Create an Application to Access Data
VB7.x, VB8.0, VB9.0, ADO.NET, Dev
 
logicchild 2.43
An Overview on ADO.NET
Updated: 22 Aug 2009
How to understand data access in .NET.
C#1.0, C#2.0, C#3.0, .NET, ADO.NET, Dev
 
logicchild 2.39
Localizable DataSet
Updated: 23 Nov 2004
Put language-dependent column captions in the DataSet itself and use it in your code wherever you need it!
C#, VB, JScript.NET, Forth.NET, .NETCF, Mobile, .NET1.1, Win2K, WinXP, ADO.NET, VS.NET2003, Dev
 
Pinx 2.25
.NET DataSet filter demonstration
Updated: 26 Jul 2007
This article explains how to filter rows in a DataSet/DataTable. The example provided will help you get information faster.
C#, Windows, .NET1.0, .NET1.1, .NET2.0, .NET3.0, VS.NET2003, VS2005, Dev
 
NinethSense 2.20
SQL Classes Encapsulation (simplified stored procedure calls, queries and DataSet returns with .NET)
Updated: 30 Jul 2005
A class that encapsulates SQL connection classes to make queries and stored procedures very easy to run in .NET. Contains methods like ExecuteStoredProcedure and ExcuteSelectStatement to return DataSets.
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
Xodiak 2.00
DataQuicker 0.9.0
Updated: 27 Sep 2005
DataQuicker takes the transparent level, speeds up your application building and reduces the coupling between application and database. It supports convertion from table/view to DAL directly with accessional tools. It can nearly cut off all your efforts on DAL design and coding...
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, ADO, VS.NET2003, Dev
 
Eunge 2.00
Phone Index
Updated: 21 Feb 2011
This is a program for phone index to see how we can use the alphabetical English characters (A..Z) to search a customer name which begin with any character.
C#, VB, ADO.NET, Dev
 
Mostafa Kaisoun 2.00
How to easily test your ADO.NET connections
Updated: 22 Mar 2011
If you are having trouble connecting to a database using a program that uses an ADO.NET connector, this program is a great way to test it step by step.
C#, .NET, ADO.NET, Dev
 
David Thielen 1.00
ADO.NET and OPENXML to Perform Bulk Database Operations
Updated: 17 Dec 2007
Explains how to send bulk records to a database using OPENXML.
XML, C#1.0, C#2.0, C#3.0, .NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, ADO.NET, SQL2000, SQL2005, DBA, Dev
 
mfmaneef  

Database - COM 

top
Title / Updated Author Score  
How to Integrate an OLE Object with SQL Server v2
Updated: 22 Aug 2009
This article will give you an idea about how to integrate an OLE Object that is a COM+ API with SQL Server and write a message into a Windows event log.
SQL, Windows, SQL-Server (SQL2000), Architect, DBA
 
Md. Marufuzzaman 4.96
Exposing tabular data from your COM object - Part 2
Updated: 28 Jul 2000
The ATL OLE DB Provider templates appear to rely on the fact that your data is kept in a simple array, but that's not really the case at all!
VB6, SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Len Holgate 4.95
How to Integrate an OLE Object with SQL Server
Updated: 15 Jun 2009
This article will demonstrate how we can integrate T-SQL with an external application.
C# (C#2.0, C#3.0, C#4.0), .NET (.NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), Visual-Studio (VS2008), COM, COM+
 
Md. Marufuzzaman 4.91
Exposing tabular data from your COM object - Part 3
Updated: 28 Jul 2000
Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls.
VB6, SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Len Holgate 4.82
Making ATL OLE DB Provider templates support updating of data - Part 1
Updated: 20 Feb 2000
The ATL OLE DB Provider templates only seem to support read-only rowsets and making them support updating of data isn't as easy as you'd expect!
VB6, SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Len Holgate 4.50
Exposing tabular data from your COM object - Part 1
Updated: 28 Jul 2000
ADO seems to be the ideal way to expose tabular data from your own COM objects and the ATL OLE DB Provider templates can help!
VB6, SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Len Holgate 4.33
Making ATL OLE DB Provider templates support updating of data - Part 2
Updated: 20 Feb 2000
The ATL OLE DB Provider templates only seem to support read-only rowsets and making them support updating of data isn't as easy as you'd expect!
VB6, SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Len Holgate 3.60

Database - DAO 

top
Title / Updated Author Score  
Using Data Access Objects (DAO) with WTL
Updated: 5 May 2008
DAO is old, obsolete, yet it is still very versatile and developer friendly.
C++ (VC8.0), Windows (WinXP), WTL, Dev
 
Gene OK 4.81
CByteArrayFile - storing objects in databases using DAO
Updated: 17 Mar 2000
A class used to serialize object into a database field
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Daniel Kaminski 4.32
DAO library extension
Updated: 4 Mar 2002
My added DAO functionality makes database reading and writing easier
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Kevin Smith 3.56
Using CompactDatabase function with AppWizard's database application
Updated: 17 May 2004
This article shows how to use CompactDatabase() function with database application created with AppWizard, and how to calculate compression ratio. Solved problems: closing database instances, and reopening database without being noticed by users.
SQL, VC6, WinXP, SQL-Server, DBA, Dev
 
Anton P. Ivanov 3.14
How to use DAO in Visual C++ without MFC
Updated: 26 Mar 2006
Use the #import directive and discover the DAO type library.
C++, Windows, Visual-Studio, COM, Dev
 
Yuriy Tkachenko 3.00
MTDaoRecordset : A DAO Class that supports MultiThreading
Updated: 4 Sep 2002
If you're sufferring from dao cracks in multithreaded environment, this article will be useful to you
SQL, VC6, VC7, Windows, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Kevin Hua 2.78

ATL - Data Access 

top
Title / Updated Author Score  
A uniform interface for large texts for a C# SQL client
Updated: 26 Jul 2009
The article provides a simple interface for handling large text in SqlClient and C# file streams.
SQL, C#1.0, C#2.0, C#3.0, .NET2.0, .NET3.0, SQL2005, SQL2008, Dev
 
AlexS9999 5.00
A Detailed Data Binding Tutorial
Updated: 25 Mar 2008
Demonstrates a variety of Windows Forms data binding features through several simple examples.
C# (C#2.0, C#3.0), .NETCF, .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2005, VS2008), ADO.NET, Dev
 
Qwertie 4.99
Design and Implementation of an Attribute-Driven, Caching Data Abstraction Layer
Updated: 21 Jul 2008
An easy-to-use, attribute-driven data abstraction layer with multi-database support, intelligent caching, transparent encryption, multi-property sorting, property change tracking, etc.
C# (C#1.0, C#2.0, C#3.0), Architect, Dev
 
owen654321 4.98
Fast and Easy Data Access with oSo.SimpleSql
Updated: 20 Jun 2009
A Data Access Framework using Generics, Lambda Expressions, Fluent Interfaces, and the SqlProviderFactory.
C# (C#3.0), .NET (.NET3.5), ASP.NET, ADO.NET, Dev, EF
 
Charles T II 4.94
Don't hard code your DataProviders
Updated: 1 Feb 2010
Correctly using provider factories to create database independant code.
XML, C#2.0, C#4.0, .NET2.0, .NET3.0, .NET3.5, ADO.NET, Dev, .NET4
 
Alaric Dailey 4.91
Implementing Repository Pattern With Entity Framework
Updated: 11 Jun 2009
Implement Repository Pattern in data access layer with Entity Framework
All-Topics, Architect, EF
 
Morshed Anwar 4.89
Abstract Data Access Layer Design
Updated: 5 Sep 2009
The present document tries to describe the architecture of a specific layer of access to data for relational databases. This document tries to present/display a form to automate tasks of access to data.
C# (C#1.0, C#2.0, C#3.0), SQL, All-Topics, Architect, Design
 
Anwar Ibáñez O'Kamell 4.85
DALC4NET: A Generic Data Access Layer for .NET
Updated: 1 Feb 2012
DALC4NET is an Open Source data access layer built for Microsoft .NET projects. It enables us to access data from databases including SQL Server, Oracle, MySQL, MS Access, and MS Excel.
C#, .NET, SQL-Server, MySQL, Oracle, Dev
 
Ashish Tripathi 4.71
Extending TableAdapters for Dynamic SQL
Updated: 9 Jul 2007
This article discusses ADO.NET TableAdapters – especially how to extend TableAdapter functionality using Visual Basic .NET
VB, Windows, .NET, Visual-Studio, Dev
 
MikeInNH 4.71
Simulating Recordsets with ADO.NET
Updated: 2 Oct 2004
A proposed class to simulate the ADODB.Recordset behavior in .NET.
VB, SQL, Windows, .NET1.0, .NET1.1, ADO, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Alberto Venditti 4.70
DataGrid101: Using Windows.Forms DataGrid
Updated: 14 May 2003
Tutorial on the usage of Windows.Forms.DataGrid
VB, Windows, .NET1.0, Dev
 
omri 4.70
Oracle Stored Procedure Wrapper
Updated: 11 Aug 2004
This small VB.NET application allows you to quickly generate VB.NET wrapper code for your Oracle stored procedures.
VB, SQL, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Barry Etter 4.69
How to Create a Relevance Based Search Query for SQL
Updated: 31 Dec 2010
Arrange Results to get the most relevant result first...
SQL, VB.NET, database
 
Manan J 4.67
Caching Data in WinForms DataGridView in NET 2.0
Updated: 4 May 2006
An article on how to show large amounts of records using DataGridView's virtual mode in paging.
VB, Windows, .NET2.0, ADO.NET, VS2005, Dev
 
Nikhil Contractor 4.65
Data binding concepts in .NET windows forms
Updated: 15 Feb 2003
A detailed look at the concepts involved in data binding and controlling data binding.
VB6, C#, .NET1.0, Win2K, WinXP, Dev
 
Tarun Jain 4.59
QuickWhere: create complex forms for searching into databases
Updated: 21 Feb 2004
QuickWhere is component that helps you in the creation of complex forms for searching into databases.
VB, .NET1.0, Win2K, WinXP, Win2003, Dev
 
DragD 4.58
Easy Data Access Layer
Updated: 6 Sep 2010
This library gives an easy data access tool for different data sources.
C#2.0, C#3.0, .NET, ADO.NET, Dev
 
eng. Plamen Kovandjiev 4.53
A Fast CSV Writer Using ATL
Updated: 7 Jun 2007
A Fast CSV Writer Using ATL
VC6, VC8.0, C#2.0, .NET2.0, Win2K, WinXP, ATL, COM, ADO, VS2005, Dev
 
callmepls 4.50
Microsoft Indexing Service How-To
Updated: 9 Jul 2007
This article describes how to provide full text search using Microsoft Indexing Service in .NET applications.
C#1.0, C#2.0, C#3.0, Windows, .NET1.1, .NET2.0, .NET3.0, ADO.NET, DBA, Dev
 
Ilya Verbitskiy 4.50
Schema Compare Tool for Oracle
Updated: 20 Jul 2004
This small VB.NET application allows you to compare Oracle database schemas against one another. This is very helpful when making sure your development instance is the same as your production instance; especially when implementing front-end changes.
VB, SQL, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Barry Etter 4.47
ADO.NET RecordSet Library
Updated: 18 Jul 2006
An ADO.NET recordset class.
VB, Windows, .NET, Visual-Studio, ADO.NET, Dev
 
João Martins 4.42
Dynamic Reports UsingSQL Queries
Updated: 23 Nov 2005
Dynamic report by using the PrintDocument component with SQL queries.
VB, Windows, .NET1.1, ADO.NET, VS.NET2003, CEO, Architect, DBA, Dev, QA, WinForm
 
Pakorn Indhatep 4.34
iDb2Connection - How to cancel a long running query
Updated: 7 Jun 2010
Describes how you can run multiple queries against an iSeries DB2 and cancel long running queries.
C#, Windows, .NET, Dev, database
 
Dylan Morley 4.33
Use of custom attributes to serialise objects to/from SQL Server tables
Updated: 1 Nov 2005
Shows how you can use custom attributes to save .NET classes directly to an SQL Server table.
VB, SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Duncan Edwards Jones 4.25
Article 2 - Display data using DataSet and DataGrid controls through Whidbey (VB.NET)
Updated: 9 May 2004
This article explains how we can display data using DataSet and DataGrid control after the database is created.
VB, VC6, VC7, VC7.1, .NET2.0, Win2K, WinXP, Win2003, MFC, VS2005, Dev
 
Binoy R 4.25
Implementing a Provider Independent Data Access Layer in .NET
Updated: 3 Nov 2003
This article tells how you can implement a DAL which is provider independant.
VB, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
 
Manoj G 4.15
Simple Data Access in C#
Updated: 11 Jan 2009
Fast and easy to use data access class library.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), Visual-Studio (VS2005, VS2008), ADO.NET, Architect, Dev
 
6opuc 4.11
Database Connector
Updated: 28 Jan 2009
A system of plug-ins that provide very simple database access
C#, .NET2.0, ADO.NET, DBA
 
PIEBALDconsult 4.09
Abstract Simplified Stored Procedure Execution using .NET Interfaces
Updated: 18 Aug 2010
Abstract simplified stored procedure execution using .NET interfaces without dealing with ADO.NET classes
C#, SQL, ADO.NET
 
Alan Kaplan 4.00
Data Access Layer (Part I)
Updated: 26 Oct 2005
This is the first part of the development of a Data Access Layer.
VB, Windows, .NET, Visual-Studio, Dev
 
Settas Antonis 3.94
Creating a DAL with SubSonic
Updated: 8 Nov 2007
Creating a DAL with SubSonic.
C#2.0, Windows, .NET2.0, SQL2000, SQL2005, VS2005, DBA, Dev
 
Michael Ceranski 3.88
Data Access Component
Updated: 30 Apr 2009
An open source Data Access Component
C# (C#2.0), XML, SQL, Windows, .NET, ASP.NET, SQL-Server, ADO.NET, LINQ, MySQL, Oracle, Architect, Dev, Design
 
zhongzf 3.86
ADO.NET and UDL
Updated: 30 Sep 2005
Using Data Link files with SQLClient and OracleClient.
C#, VB, Windows, .NET1.1, ADO.NET, VS.NET2003, Dev
 
ra1234567890 3.83
How to Perform a Database-independent Databind with UDLA Framework
Updated: 12 Dec 2008
How to perform a database-independent databind with UDLA (Universal Database Layer Access)
C#, .NET, ASP.NET, Win32, Win64, ADO.NET, Dev
 
Sir Zeppa'Man 3.80
ATL COM and ADO
Updated: 3 Apr 2001
An ATL Component that uses ADO for data.
VB6, VC6, ATL, Dev
 
Amit Dey 3.69
Data Accessor Class for VB.NET and ASP.NET
Updated: 19 Mar 2003
Wrap up Routine Data Accessing Code into a class
VB, Windows, .NET1.0, ASP.NET, Visual-Studio, Dev
 
David Bernett 3.59
Overview of XQuiSoft Data Using the Provider Pattern (Open Source)
Updated: 16 Jun 2009
A data abstraction layer for .NET applications. Write your application code to be database neutral. Swap out the type of database your application uses without updating or even recompiling your business components.
C#, Windows, .NET, SQL-Server, Visual-Studio, ADO.NET, Oracle, Architect, DBA, Dev
 
Mike Lang 3.50
Dynamically Generate C# Data Access Code for Microsoft SQL and Other Databases
Updated: 19 Dec 2008
With this tool, dynamically generate C# data layer code (CRUD functions) for Microsoft SQL and other databases
C#2.0, Windows, .NET, Visual-Studio, DBA, Dev
 
mattraffel 3.40
Custom Data Grid with Field Chooser functionality
Updated: 1 Jan 2003
A datagrid control with field chooser context menu
C#, VB, .NET1.0, Win2K, WinXP, Dev
 
GKris 3.37
EasyData - A simple and fast way to work with data
Updated: 11 Apr 2005
This code shows a very simple way to work with data, using XML serializer, and a little trick with ArrayLists.
VB, XML, .NET1.1, WinXP, VS.NET2003, Dev
 
rmaax 3.36
Database local cache
Updated: 14 Dec 2007
A C# class that uses the local file system to cache binary objects stored in a database.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005), ADO.NET, Dev
 
konamiman34 3.33
An SQL execution engine for DataSets
Updated: 29 Jun 2006
Describes a crude method of executing an SQL statement against an in-memory DataSet and returning a new DataSet containing the result table(s).
VB, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
Lachlan Keown 3.31
Runtime Connection Wizard
Updated: 10 Feb 2007
A control to define and save SQL Connections in runtime
VB, Windows, .NET, Visual-Studio, Dev, WinForm
 
Jakob Lithner 3.29
SQL Database Editor
Updated: 25 Aug 2004
An article on a SQL database editor.
VB, SQL, .NET1.1, Win2K, WinXP, Win2003, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Charl Pohlmann 3.29
How to Create a Simple Windows Forms C++ Database Application
Updated: 30 May 2010
How to create a simple Windows Forms C++ Database Application
C++, SQL, .NET, WinForm
 
TopCoder23 3.25
Table Adapters and Generics in Visual Studio 2005
Updated: 12 Jun 2007
Using Generics to minimize duplicate code when using Table Adapters in a Data Access Layer (DAL)
VB, Windows, .NET2.0, VS2005, Dev
 
The Burger 3.18
Easier Database Access with Diamond Binding (Part 2)
Updated: 18 Sep 2007
An introduction to the benefits of ORM using the free Personal Edition of Diamond Binding
SQL, C#2.0, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, WebForms, SQL2000, SQL2005, VS2005, Architect, DBA, Dev
 
Matty22 2.93
Databinding with Cross Reference table (many to many)
Updated: 20 Apr 2004
This article shows how to databind master and details DataGrids (Winforms) when using a cross reference table.
VB, .NET, Win2K, WinXP, Win2003, Visual-Studio, Dev
 
ss2art 2.93
Developing Abstract Functions for Accessing Stored Procedures
Updated: 3 Apr 2008
This article explains about developing abstract functions for accessing Stored Procedures.
VB6, VB (VB7.x, VB8.0, VB9.0), Windows, .NET, ADO.NET, Dev
 
Ben Kotvis 2.87
Inheriting Data Access Layer functions
Updated: 19 Jul 2004
Simplify DAL by using Reflection and database table naming conventions
VB, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
 
Nigel-Findlater 2.45
Download binary data from database using a Windows application
Updated: 14 Mar 2005
Function to download and open a file saved as IMAGE data in an SQL database.
VB, Windows, .NET, Visual-Studio, Dev
 
SUNILT 2.40
Generating a data layer using SubSonic
Updated: 20 May 2008
This article will demonstrate how to generate a data access layer using SubSonic.
C# (C#1.0, C#2.0, C#3.0), XML, .NET, ADO.NET, Dev
 
dnpro 2.20
SqlDataReader Simplified
Updated: 15 Apr 2011
Shorten the amount of code needed to use a SqlDataReader
C# (C#4.0)
 
DizZ 2.00

.NET - Databases 

top
Title / Updated Author Score  
Clustered and Non-Clustered Index in SQL 2005
Updated: 25 Mar 2011
Talks about Clustered and Non clustered index in SQL 2005 and how it works, what is the need for it.
SQL, Windows, SQL-Server (SQL2005)
 
sirama2004 5.00
Generate SQL Insert statements for your SQL Server 2000 Database
Updated: 13 Apr 2004
Deploy your SQL Server 2000 database with scripts.
VB, .NET1.1, Win2K, WinXP, VS.NET2003, Dev
 
Darren Weir 4.94
Script SQL Server 2005 diagrams to a file
Updated: 7 Aug 2006
Save your database diagrams *outside* the database in a Transact-SQL text file, for backup and/or source-control.
SQL, Windows, .NET2.0, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
craigd 4.93
FileDb - A Simple NoSql Database for Silverlight, Windows Phone and .NET
Updated: 9 Nov 2011
How to use FileDb as a local database in your .NET, Silverlight and Windows Phone applications
C#, Windows, .NET (.NET3.0), Windows-Phone-7, Silverlight, Dev
 
Brett Goodman 4.92
Stored Procedure Invocation Code Generator for VB, C# and JScript.NET
Updated: 14 Jun 2003
Stored Procedure Invocation Code Generator for VB, C# and JScript.NET
C#, VB, JScript.NET, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
 
Simon Wilson 4.92
A SQLite Server/Client Implementation - Unedited
Updated: 23 Jan 2008
Implementing server/client architecture for the great SQLite!
C++, C++/CLI, C, DBA, Dev
 
Daniel Cohen Gindi 4.91
An introduction to a post-relational database for .NET, Matisse - Part 1
Updated: 14 Jun 2004
Step by step introduction to a new generation database for .NET.
C#, VB, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, Dev
 
John Sasak 4.91
NetBase - A Minimal .NET Database with a Small SQL parser, Part 2
Updated: 3 Nov 2009
NetBase is a small database system that reads and writes to DBF-like files, with a SQL front-end. The second part of this series discusses the SQL parser.
C#, SQL, Windows, .NET, Visual-Studio, Architect, DBA, Dev
 
buttonpusher 4.89
SQL Server backup utility
Updated: 3 Jun 2006
Restore/backup selected objects in SQL Server.
VB, .NET2.0, WinXP, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Shabdar Ghata 4.88
SQL Agent: A Job Scheduler Framework
Updated: 8 May 2008
An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much more!
VB, XML, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Danilo Corallo 4.86
An introduction to a post-relational database for .NET : Matisse - Part 4
Updated: 26 Apr 2004
ADO.NET programming with a post-relational database
C++, C#, VB, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, MFC, Dev
 
John Sasak 4.85
An Oracle Query Tool (part 1)
Updated: 23 Feb 2006
An Oracle query tool with syntax highlighting and a tabbed MDI interface.
VB, Windows, .NET, ADO.NET, VS2005, DBA, Dev, WinForm
 
Danilo Corallo 4.84
Extending C# to Support SQL Syntax at Compile Time
Updated: 13 Jun 2005
Ever wished you could truly embed SQL functionality in your C# code without using strings or late binding? Imagine being able to write complex Where clauses purely in C#.
C#, Windows, .NET1.1, ADO.NET, VS.NET2003, Dev
 
Chad Z. Hower aka Kudzu 4.82
.NET Data Access Class for Exchange 2000 Webstore
Updated: 16 Aug 2005
Assembly written in VB.NET that accesses Exchange 2000 Webstore data, using WEBDAV.
C#, VB, Windows, .NET1.0, Visual-Studio, Dev
 
clementsm 4.82
Introducing Distributed Messaging using Service Broker in SQL Server 2005
Updated: 28 Sep 2005
An article on distributed messaging using Service Broker in SQL Server 2005.
SQL, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev
 
Akram Hussein 4.82
Dynamic Pivoting with Cubes and eventhandlers in SQL Server 2005, 2008 and 2008 R2
Updated: 25 May 2011
In this article, the creation of dynamic pivots are explained.
Windows, SQL-Server (SQL2005, SQL2008), DBA, TSQL
 
digimanus 4.80
An introduction to a post-relational database for .NET, Matisse - Part 3
Updated: 25 Mar 2004
Step by step guide for .NET programming with a Post-Relational Database
C++, C#, VB, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP, ASP.NET, Visual-Studio, MFC, Dev
 
John Sasak 4.77
An introduction to a post-relational database for .NET : Matisse - Part 5
Updated: 29 Mar 2004
Object-oriented programming with a post-relational database
C#, VB, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, Dev
 
John Sasak 4.73
DataLoaders - Unified Data to Object Binding
Updated: 31 Oct 2004
A framework to completely separate objects from their data source - allowing any data source to be used without prior consideration in your code or designs. Databases, text files, web services and potentially anything else can all be used or swapped transparently.
C#, VB, SQL, Windows, .NET1.1, ADO.NET, VS.NET2003, Architect, DBA, Dev
 
David Wulff 4.72
Oracle to SQL Server VB.NET Utility application
Updated: 7 Jun 2007
A utility program that allows you to enter SQL to select data from Oracle, the program will then create a table in SQL Server and copy the data using SQLBulkCopy.
VB, C#2.0, Windows, .NET2.0, SQL2000, VS.NET2003, VS2005, DBA, Dev
 
hoquet 4.72
DevShot - Database Snapshots for Developers
Updated: 25 Nov 2005
How to create runtime backups from SQL Server 2005 and restore them.
VB, SQL, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Tommi G 4.67
Accessing XML Using Insert/Update/Delete/Query Statements
Updated: 12 Apr 2005
A psuedo-database for XML.
C#, Windows, .NET1.1, VS.NET2003, Dev
 
Marc Clifton 4.65
Connect to DB2 from Microsoft .NET
Updated: 28 Aug 2003
Microsoft .NET and Db2 conenction
C#, .NET, Win2K, WinXP, Win2003, Visual-Studio, Dev
 
Sreejumon 4.64
Read Tables from SAP R/3 using SAP.NET Connector
Updated: 19 Feb 2004
Reading SAP R/3 made easy.
C#, Windows, .NET1.1, VS.NET2003, Dev
 
hardteck 4.63
XML data type tips in SQL Server 2005
Updated: 9 Nov 2006
Techniques for using the XML data type for storing data.
C#, VB, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
Howard Richards 4.60
An Approach to Viewing the Structure of a Database Using VB 2005
Updated: 14 Sep 2006
This article describes an easy approach to examining all of the tables, views, and columns in a database.
VB, SQL, Windows, .NET2.0, ADO, ADO.NET, SQL2000, SQL2005, VS2005, DBA, Dev
 
salysle 4.55
An introduction to a post-relational database for .NET, Matisse - Part 2
Updated: 23 May 2004
Step by step introduction to a new generation database for .NET: Schema definition.
C#, VB, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP, ASP.NET, Visual-Studio, Dev
 
John Sasak 4.50
Optimizing building trees from a database
Updated: 20 Jan 2005
How a different way of looking at a problem can result in better performance.
C#, Windows, .NET1.1, ADO.NET, VS.NET2003, Dev
 
NielsHoldijk 4.50
VB DataGridView Automatically Saving Updates to a Bound Database
Updated: 11 Jul 2006
Demonstrates how to configure a DataGridView control to automatically store edits to bound datasets into the source database.
VB, SQL, Windows, .NET2.0, Visual-Studio, SQL2005, DBA, Dev
 
Andrew Timberlake-Newell 4.48
Database Resetter
Updated: 5 Oct 2004
A little tool to make life while developing with databases a little easier.
VB, SQL, Windows, .NET1.1, SQL2000, VS.NET2003, DBA, Dev
 
Michiel de Rond 4.36
.NET Data Persistence: SQL Server vs. Matisse vs. FastObjects
Updated: 10 May 2004
An article with source code examining the development speed and performance capability of .NET, Matisse and FastObjects
C#, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
 
A.Z. Rosenberg 4.35
UI architecture for managing DTS packages
Updated: 3 Aug 2005
This articles details a UI architecture for managing DTS packages.
Windows, .NET, Architect, DBA, Dev
 
Narayana Rao Surapaneni, krmpradeep 4.27
NetBase - A Minimal .NET Database with a Small SQL Parser, Part 1
Updated: 3 Nov 2009
This is a small database system that reads and writes to DBF-like files, with a SQL front-end.
C#, SQL, Windows, .NET, Visual-Studio, Architect, Dev
 
buttonpusher 4.21
Reading and Writing BLOB Data to Microsoft SQL or Oracle Database
Updated: 22 Dec 2009
In this article, I will examine how to store and retrieve binary files such as image or PDF into Microsoft SQL or Oracle database.
C#, SQL, .NET, ADO.NET, Dev
 
Farooq Kaiser 4.16
NHibernate vs. NEO: Face to Face. Part I
Updated: 20 Jun 2005
The first article in the Nhibernate vs. NEO series. Introduction to NEO O/R mapping tool.
C#, SQL, Windows, .NET, ASP.NET, Visual-Studio, ADO, ADO.NET, Architect, DBA, Dev
 
firefalcon 4.00
LWDbComponents - Another Database Component
Updated: 10 Dec 2006
A full featured and easy to use DB component.
VB, XML, SQL, Windows, .NET2.0, ADO.NET, VS2005, DBA, Dev
 
Luis Angel R.C. 4.00
Single Object Property Database
Updated: 30 Oct 2007
Object Properties Snapshot Management
C#2.0, Windows, .NET, Visual-Studio, Dev
 
Tigran Martirosyan 4.00
Object-Oriented database design with the DatabaseObjects library
Updated: 31 Jan 2007
Demonstrates creating object-oriented database systems with the DatabaseObjects library.
VB, Windows, .NET, Visual-Studio, Dev
 
Toby Wicks 4.00
dbObject - Database code generation using attributes
Updated: 26 Jan 2006
A poor man's OR tool for generating VB.NET database code against a MySQL database.
VB, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
wduros1 3.95
DataQuicker (ORM) 0.9.4: Introduction
Updated: 27 Sep 2005
DataQuicker helps build a clear application structure, accelerates developement, and decreases maintenance costs. It's more possible to provide our customer a perfect on-time project, and release us from over-time working and other delays.
C#, .NET1.1, Win2K, WinXP, Win2003, Vista, ADO.NET, VS.NET2003, Dev
 
Eunge 3.92
Creating Managed Objects in SQL Server 2005
Updated: 21 Dec 2005
Creating managed objects in SQL Server 2005.
C#, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev
 
Nishith Pathak 3.92
Getting Started With Object Databases
Updated: 13 Jul 2006
A programmatic introduction to object database storage and a short comparison of ODBMS and RDBMS systems
C#, Windows, .NET, Visual-Studio, Dev
 
carlos.muentes 3.92
Stop writing connection management code every time you access the database
Updated: 6 Jan 2006
A simple class library for database access without the pervasive and often-fragile connection management details.
C#, VB, SQL, Windows, .NET1.1, .NET2.0, ADO.NET, VS.NET2003, VS2005, DBA, Dev
 
Alvaro Mendez 3.88
PostgreSQL & PostGis Operations
Updated: 10 Jun 2009
In this article, I would like to show you how to (backup, restore) DB & converting between PostGIS & Esri shape file
C# (C#3.0), Windows (Win2003), Visual-Studio (VS2008), DBA, Dev
 
Thabet Tech 3.88
Using a generic data abstraction layer for database access in .NET
Updated: 22 Oct 2003
The proposed solution removes the hard coding of SQL statements in the application, therefore maximizing the portability of the program, while minimizing the risk of introducing new bugs.
C#, .NET1.0, .NET1.1, Win2K, WinXP, Visual-Studio, Dev
 
Rob van der Veer 3.85
Avoid Max Open Cursor Error In .NET
Updated: 18 Aug 2004
Handling Oracle Max Open cursor error when fetching multiple rows in .NET.
C#, SQL, .NET1.0, .NET1.1, Win2K, VS.NET2003, Architect, DBA, Dev
 
Vivek Shaurya 3.80
Trouble with Installing SQL 2005 After Uninstalling CTP/Beta
Updated: 17 Dec 2005
After uninstalling the SQL Server 2005 CTP, if you are unable to install the release version, here is what you should do.
SQL, Windows, .NET, Visual-Studio, SQL2005, Architect, DBA, Dev
 
Dewey Vozel 3.59
An OO Persistence Approach using Reflection and Attributes in C#
Updated: 9 Jun 2003
Describes how to use C# attributes , ADO.NET and C# to persist objects to databases.
C++, C#, .NET, Win2K, WinXP, Win2003, Visual-Studio, MFC, Dev
 
Dan Bunea 3.58
Using SQLParameters with VB.NET/C#
Updated: 2 Sep 2004
Using SqlParameters with stored procedures in .NET.
C#, VB, SQL, Windows, .NET1.0, .NET1.1, ASP.NET, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
dotScott 3.50
Convert DateTime To .NET Ticks Using T-SQL
Updated: 28 Dec 2003
Convert a datetime value to .NET-compatible Ticks using a T-SQL User-Defined Function. Useful for interoperation between .NET and unmanaged environments such as ASP and VB6
SQL, Windows, .NET1.0, .NET1.1, SQL2000, DBA, Dev
 
Eron Wright 3.45
SQL Database Relation Builder
Updated: 23 Aug 2004
An article on automatically building the relationships between tables in a DataSet.
VB, SQL, .NET1.1, Win2K, WinXP, Win2003, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Charl Pohlmann 3.33
Simulating Stored Procedures in Microsoft Access using Enterprise Library Application Blocks
Updated: 25 Jul 2005
Simulating stored procedures in Microsoft Access using Enterprise Library Application Blocks.
VB, Windows, .NET1.1, VS.NET2003, Dev
 
defwebserver 3.33
Custom Configuration SQL Connection String Section
Updated: 23 Jan 2006
This solution demonstrates enforcing valid SQL connection strings in the App.Config file.
C#, XML, XSLT, Windows, .NET1.1, VS.NET2003, Dev
 
Ted Bouskill 3.30
.NET MySQL Connexion V 1.2
Updated: 17 Jul 2003
Class Library for MySQL request
VB, .NET1.0, Win2K, WinXP, ASP.NET, MySQL, Dev
 
Romelard Fabrice (Alias F___) 3.25
Creating and populating MS Access files from other databases, using DTS
Updated: 31 May 2006
An article on creating and populating an automated MS Access file from other databases.
VB, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
Malik Nasir 3.14
Controlling Text Field Input on Key Press
Updated: 31 Oct 2007
Shows the basics of controlling input on a controls key press event
VB8.0, Windows, .NET, Visual-Studio, DBA, Dev
 
The ANZAC 2.40
Best Practice in File Storage while Building Applications - Database (Blob Storage) Vs File System
Updated: 7 Aug 2008
This article explains the best strategy to be followed while designing data storage applications by System Architects
Windows, .NET, Win32, SQL-Server, Visual-Studio, ADO, ADO.NET, Architect, DBA, Dev, Design
 
Ziyad Mohammad 2.25

Database - General 

top
Title / Updated Author Score  
The alxBase classes for work with DBF files
Updated: 5 Nov 2002
The alxBase classes for work with dbf files.
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, MFC, DBA, Dev
 
Alexey 5.00
A scripted SQL query generation framework with IDE: SQLpp (v1.4)
Updated: 12 Sep 2003
A helper framework for generation of SQL queries in C++ and Lua
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, STL, DBA, Dev
 
Jonathan de Halleux 5.00
Isolation Levels
Updated: 16 Apr 2009
This article shows where each Isolation Level can be used, and which ones are better for validations.
SQL-Server, MySQL, Oracle, DBA
 
Paulo Zemek 5.00
BindingSource, Transaction Sandboxes, and Pre vs. Post Add Modalities
Updated: 13 Mar 2006
An investigation into different data entry modalities and the need for a transaction sandbox.
C#, Windows, .NET, Visual-Studio, ADO.NET, Architect, DBA, Dev
 
Marc Clifton 5.00
Reading and Writing Images From a Windows Mobile Database using UltraLite 10 (C#)
Updated: 28 May 2007
The purpose of this article is to help developers who are looking to access and store images on Windows Mobile applications using C# and UltraLite.
C#2.0, Windows, .NETCF, Mobile, .NET2.0, SQL-Server, VS2005, DBA, Dev
 
Liam Cavanagh 5.00
Improving Entity Framework Query Performance Using Graph-Based Querying
Updated: 29 Aug 2011
This document presents a new, graph-based, way for expressing and executing Microsoft ADO.Net Entity Framework queries. Using an extensive performance comparison, we show that Graph-based Querying (GBQ) easily outperforms traditional querying with LINQ in terms of expressiveness and performance.
SQL, LINQ, Dev
 
MerijnDeJonge 5.00
Start Fluent NHibernate
Updated: 25 Dec 2011
Start your project from Visual Studio and say GoodBye to SQL Server and Tables
C#, NHibernate
 
Omar Alatare 5.00
Get Started with QT and Embedded FireBird - Unedited
Updated: 14 Dec 2009
This article is the description of the first steps in setting QT, Visual Studio and FireBird.
C++, Windows, Visual-Studio (VS2005, VS2008), CEO, Architect, Dev
 
Sergey Timoschuk, Apriorit Inc 4.97
FileHelpers v2.0 - Delimited (CSV) or Fixed Data Import/Export Framework
Updated: 10 Jul 2007
An easy to use .NET library to read/write strong typed data from files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer, MySql)
C#1.0, C#3.0, VB7.x, VB9.0, Windows, .NETCF, Mobile, .NET1.0, .NET1.1, .NET2.0, Mono, .NET3.0, ASP.NET, Visual-Studio, ADO.NET, WebForms, Architect, Dev
 
Marcos Meli 4.97
Using CLongBinary for BLOBs
Updated: 30 Nov 1999
SQL, VC6, SQL-Server, DBA, Dev
 
Shekar Narayanan 4.95
Kynetic ORM (Part 2): An ORM without configuration using C# 4.0 Dynamics, Generics, and Reflection
Updated: 2 May 2011
Describes how to create and use maps with the KyneticORM library.
SQL, C#4.0, Windows, .NET, SQL-Server, LINQ, Architect, DBA, Dev, .NET4
 
mbarbac 4.94
Implement Phonetic ("Sounds-like") Name Searches with Double Metaphone Part IV: SQL Server and Advanced Database Topics
Updated: 19 Mar 2007
Presents a SQL Server Extended Stored Procedure wrapper around the author's C++ implementation, and discusses use of Double Metaphone with relational databases in general.
SQL, VC7, Win2K, WinXP, Win2003, SQL-Server, Visual-Studio, DBA, Dev
 
Adam Nelson 4.93
Dynamic... But Fast: The Tale of Three Monkeys, A Wolf and the DynamicMethod and ILGenerator Classes
Updated: 21 Jul 2008
How to use the DynamicMethod and ILGenerator classes to create dynamic code at runtime that outperforms reflection
VB, C#2.0, C#3.0, Windows, .NET2.0, .NET3.0, ASP.NET, VS2005, Dev
 
Herbrandson 4.93
Best Practice for Binding WinForms ListControls
Updated: 26 Sep 2004
This article demonstrates the best technique for databinding the ListBox and ComboBox controls in .NET Windows Forms
C#, VB, Windows, .NET1.0, .NET1.1, VS.NET2003, Dev
 
Scott McMaster 4.93
CppSQLite - C++ Wrapper for SQLite
Updated: 24 Jun 2011
A C++ wrapper around the SQLite embedded database library.
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, VS.NET2003, DBA, Dev
 
Rob Groves 4.93
KyneticORM: A configuration-less, dynamic self-adaptive ORM with no need for mapping or configuration files - Unedited
Updated: 2 May 2011
An ORM library with no need of mapping or configuration files, support of natural SQL-like query syntax, and full support for POCO objects, using C# 4.0 dynamics, generics and reflection
C#, SQL, .NET, SQL-Server, LINQ, Architect, DBA, Dev, Framework, database, .NET4, SqlServer
 
mbarbac 4.91
NHibernate Made Simple
Updated: 31 Oct 2007
A simple, straightforward tutorial that will get you up to speed on the fundamentals of NHibernate as quickly as possible
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev, EF
 
David Veeneman 4.91
An XML Database Schema And Data Editor
Updated: 29 Sep 2002
View and edit your XML database schema and data
C#, .NET1.0, Win2K, WinXP, DBA, Dev
 
Marc Clifton 4.91
SQL Injection Attacks and Some Tips on How to Prevent Them
Updated: 23 Jan 2005
Discusses various aspects of SQL Injection attacks, what to look for in your code, and how to secure it against SQL Injection attacks.
C#, SQL, .NET, Win2K, WinXP, Win2003, Vista, TabletPC, Embedded, Visual-Studio, SQL2000, SQL2005, SQL-CE, Architect, DBA, Dev
 
Colin Angus Mackay 4.91
Universal Database Admin for ASP.NET and SQL Server (Reloaded)
Updated: 15 Apr 2006
A dynamic web application needs an admin section for CRUD actions on the records/tables in the database. Wouldn't it be nice to have a database admin, which can be plugged to any web application? Just give your SQL connection string and it dynamically manages all table operations in just five pages.
C#, SQL, Windows, .NETCF, Mobile, .NET1.1, ASP.NET, SQL2000, VS.NET2003, DBA, Dev
 
rajesh-lal 4.91
hOOt - full text search engine - Unedited
Updated: 6 Aug 2011
Smallest full text search engine (lucene replacement) built from scratch using inverted WAH bitmap index, highly compact storage, operating in database and document modes
C#, search
 
Mehdi Gholam 4.89
KyneticORM.WCF: Crossing WCF boundaries with a configuration-less dynamic self-adaptive ORM library - Unedited
Updated: 2 May 2011
An extension to the KyneticORM library that permits seamless database operation in WCF scenarios
C# (C#4.0), SQL, Windows, .NET, SQL-Server, ADO.NET, WCF, LINQ, Architect, DBA, Dev, .NET4
 
mbarbac 4.89
DataTable Transaction Logger
Updated: 28 Feb 2006
Undo/Redo DataTable transactions by logging row changes (insert/delete) and field changes.
C#, Windows, .NET, Visual-Studio, ADO.NET, Architect, DBA, Dev
 
Marc Clifton 4.89
Typed SQLDataReader
Updated: 16 Aug 2004
This article would describe how to read column values based on column names, using SQLDataReader.
C#, Windows, .NET1.0, .NET1.1, VS.NET2003, DBA, Dev
 
S Sansanwal 4.88
SQL Query Optimization FAQ Part 1 (With video explanation) - Unedited
Updated: 7 Jun 2011
SQL Query Optimization FAQ Part 1 (With video explanation)
SQL, .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005, SQL2008), Architect, .NET4
 
Shivprasad koirala 4.88
Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET] - Unedited
Updated: 4 Feb 2010
Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET]
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Martin Aathanya 4.87
Code First Stored Procedures
Updated: 29 Jun 2011
Access Stored Procedures using Code First.
C#, .NET, SQL-Server, Dev
 
aureolin 4.87
PostgreSQL/libpqxx Class Generator
Updated: 18 Aug 2006
Automated generation of PostgreSQL data transfer classes.
SQL, VC7.1, Windows, SQL-Server, VS.NET2003, DBA, Dev
 
_oti 4.87
Hands on how to configure the Microsoft MSDE
Updated: 14 Nov 2004
An article on how to setup and configure the MSFT MSDE 2000.
C++, SQL, Win2K, WinXP, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
Lars-Inge Tønnessen 4.87
Introduction to WTL OLE DB Database Applications
Updated: 20 Jul 2002
How to create a basic WTL database application using an ATL wizard-generated OLE DB consumer and WTL's version of Dynamic Data Exchange (DDX)
SQL, VC6, Win2K, WinXP, SQL-Server, ATL, WTL, DBA, Dev
 
Ed Gadziemski 4.87
Membership and Role providers for MySQL
Updated: 20 Dec 2005
This article provides two files that contain a Membership Provider and a Role Provider for ASP.NET v2.0.
C#, Javascript, XML, Windows, .NET, ASP.NET, Visual-Studio, Ajax, MySQL, Architect, Dev
 
Rakotomalala Andriniaina 4.86
Implementation of a B-Tree Database Class
Updated: 29 Jun 2006
An article and source code regarding the implmentation of B-Trees in C++.
SQL, VC7.1, Win2K, WinXP, Win2003, SQL-Server, VS.NET2003, DBA, Dev
 
_oti 4.86
Implementing complex data binding in custom controls
Updated: 29 Aug 2006
An article on implementing complex data binding (DataSource and DataMember) on a custom control.
C#, Windows, .NET2.0, ADO.NET, VS2005, DBA, Dev
 
Sascha Knopf 4.85
Remotable Multi-tiered Object-centric Domain Framework
Updated: 23 Jul 2007
An article on building an agile multi-tiered business framework
C#2.0, Windows, .NET2.0, Visual-Studio, DBA, Dev, WinForm
 
Emmanuel Nuyttens 4.84
A sorting and paging DataGrid loading data on-demand, saving changes in bulk from and to an Oracle database, in ASP.NET
Updated: 22 Aug 2005
This article demonstrates how to implement a paging DataGrid with an Oracle database. It also demonstrates how to limit the volume of data to exchange between the Web Server and the browser by retrieving only the rows necessary and updating changes in bulk.
C#, SQL, Windows, .NET1.1, ASP.NET, ADO.NET, VS.NET2003, DBA, Dev
 
Patrice Borne 4.84
Digging SSIS object model
Updated: 19 May 2007
Describes SQL server 2005 Integration Service object model and different data flow components
SQL, C#2.0, C#3.0, .NET2.0, Vista, .NET3.0, SQL2005, VS2005, DBA, Dev
 
Moim Hossain 4.83
Generic Solution Framework to Saving History of Records Using MSSQL Server 2005 Xml Column
Updated: 14 Mar 2007
An article about How to Save Old Versions of Records Using MSSQL Server 2005 Xml Column
C#, SQL, Windows, .NET, DBA, Dev
 
yincekara 4.83
Using a LLBLGen-generated data-access tier
Updated: 24 Aug 2002
An article which describes how to use the data-access tier, generated by the free, open source data-access tier generator for .NET: LLBLGen. The sourcecode for LLBLGen v1.2 in C# is included, plus the generated data-access tier used in this article (C# and T-SQL) and the creation script for the data
C#, Windows, .NET1.0, DBA, Dev
 
Frans Bouma 4.82
Project RDL - Open Source Report Definition Language implementation in C#
Updated: 9 Jan 2005
The RDL Project is an open source (GPL) implementation of the RDL for the .NET environment created by fyiReporting Software. RDL is an XML based language created by Microsoft with the goal of promoting interoperability of reporting products. Project RDL is a compact implementation of RDL.
C#, SQL, .NET1.1, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
Kim Sheffield 4.82
A Data Access Layer to persist business objects using attributes and reflection - Part III
Updated: 20 Mar 2002
Persistance to business objects through attributes and reflection
C#, Windows, .NET1.0, Visual-Studio, DBA, Dev
 
xicoloko 4.82
Lite ORM Library (v2)
Updated: 8 Oct 2010
A small ORM library
C# (C#1.0, C#2.0, C#3.0), XML, .NET (.NET2.0), ADO.NET, Dev
 
Sergey Busel 4.82
Compact and Repair Access Database using C# and late binding
Updated: 20 Jul 2004
The code compacts and repairs an MS Access database from C# code using a JRO.JetEngine COM-object. Binding occurs at runtime, no references, no interops. Pure System.Reflection.
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, COM, COM+, VS.NET2003, DBA, Dev
 
Alexander Yumashev 4.81
StP Database Administrator
Updated: 26 Aug 2003
Web-based administration toolkit for MS Access databases
Win2K, WinXP, ASP, Dev
 
Philip Patrick 4.80
Intercepting .NET SQL queries at runtime
Updated: 16 Aug 2010
Intercepting .NET SQL queries at runtime - SQL Management Studio case.
ASM, Dev
 
Rene Pally 4.80
Generate SQL Database Schema from XML - Part 2 (Code Model)
Updated: 29 Nov 2010
Part 2 of 3 in a series of articles about generating SQL from an XML file format. This part describes the development of a code model for the new file format.
C#, XML, SQL, ASP.NET, Dev
 
Stephen Boissiere 4.80
Few Step(s) to Remove SQL Server Database User(s)
Updated: 20 Mar 2010
Few step(s) to remove SQL Server database user(s) when you are facing error like “The database principal owns a database role and cannot be dropped.” for dropping a user.
SQL, Windows (WinXP, Win2003, Vista, Win2008, Win7, Win2008-R2), SQL-Server (SQL2005, SQL2008), Architect, DBA
 
Md. Marufuzzaman 4.79
Use Table-Valued Functions as Arrays in SQL Server
Updated: 6 Jun 2007
Provide array functionality in SQL Server using T-SQL or the CLR
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Mark J. Miller 4.79
SQL Server - Convert UTC to Local Time
Updated: 11 Jul 2006
Convert UTC to local time
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Chris Tillotson 4.79
Managing Connection Strings for Web Farms in ASP.NET 2.0
Updated: 27 Apr 2006
How to manage database connection strings and connection string encryption for a web farm, in ASP.NET 2.0.
C#, XML, Windows, .NET2.0, ASP.NET, WebForms, VS2005, Dev
 
Chris Cole 4.79
CSpreadSheet - A Class to Read and Write to Excel and Text Delimited Spreadsheet
Updated: 15 Feb 2002
A Class to Read and Write to Excel and Text Delimited Spreadsheet
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Yap Chun Wei 4.78
Passing an array or DataTable into a stored procedure
Updated: 27 Sep 2003
This article describes how to pass the equivalent of an array, into a stored procedure, showing a number of different data types. This technique doesn't have the size limitations that a number of other techniques suffer from.
C#, Windows, .NET1.0, .NET1.1, Visual-Studio, DBA, Dev
 
Gareth Edwards 4.77
How to make a random selection from an SQL table
Updated: 2 Mar 2005
A simple technique for selecting random records from a table.
C#, SQL, Windows, .NETCF, .NET, Mobile, ASP, ASP.NET, Visual-Studio, ADO, ADO.NET, DBA, Dev
 
Ach1lles 4.76
Stored Procedure Class Wizard (SPCW)
Updated: 8 May 2001
A tool to generate class files to implement stored procedures
SQL, VC6, SQL-Server, DBA, Dev
 
George Poulose 4.76
C# - CSV Import Export
Updated: 4 Nov 2008
This article introduces import and export functions between a flat CSV file and a SQL server.
C#, Windows, .NET2.0, SQL-Server, ADO.NET, VS2005, WinForm
 
Slyuch, András 4.76
Database Deadlocks for Dummies
Updated: 2 Oct 2008
Explaining Database deadlocking to non-technical people
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE), CEO, Architect, DBA, Dev, QA, Design, SysAdmin
 
Andrew J Dixon 4.76
Data Access Component - declarative transactions at the method level without EnterpriseServices, different data sources supported, Part 1
Updated: 29 Oct 2002
Data Access Component - thin wrapper of ADO.NET eliminating the need for the transactional support provided by COM+, supplying a uniform interface to different data sources thus allowing for easy switching to another data source eventually
C#, Windows, .NET1.0, DBA, Dev
 
Deyan Petrov 4.75
Using Blobs with WTL OLE DB Database Applications
Updated: 6 Sep 2002
Describes an extension to DDX that can read and write blobs using OLE DB providers. Includes sample WTL OLE DB database projects for SQL Server "Pubs" and MS Access "Northwind"
VC6, VC7, Win2K, WinXP, WTL, Dev
 
Ed Gadziemski 4.75
Another Embedded Database For C++
Updated: 14 Jan 2007
A C++ wrapper to SQLite database
SQL, VC6, Windows, SQL-Server, DBA, Dev
 
AnOldGreenHorn 4.74
ADO Recordset Paging in ASP
Updated: 21 Jun 2000
How to display multiple pages of records in ASP
Win2K, ASP, IIS, ADO, Dev
 
Konstantin Vasserman 4.74
Full Database Abstraction Layer Generator
Updated: 22 Oct 2003
Yet another DAL generator with SQL generation, multi database support, C# code generation, etc...
C#, VC6, VC7, VC7.1, .NET, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev
 
Jonathan de Halleux 4.74
Minimum Database Permissions Required for SqlDependency
Updated: 22 Mar 2006
This article explains how to give a user the minimum rights required for SqlDependency to work
C#, SQL, Windows, .NET2.0, ADO.NET, SQL2005, VS2005, DBA, Dev
 
Michael Vanhoutte 4.74
QuickQuery - a database querying tool
Updated: 7 Feb 2005
A tool for querying all types of databases.
SQL, VC6, Win2K, WinXP, SQL-Server, MFC, DirectX, DBA, Dev
 
BlackDice 4.74
Data Access Layer (DAL) with SqlWrapper library
Updated: 13 Jun 2005
With SqlWrapper, you can easily create your DAL classes writing the most minimum amount of code.
C#, VB, SQL, VC7.1, Windows, .NET1.1, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Andrey Shchurov 4.74
A db grid control using ASP
Updated: 27 Aug 2001
A grid control for ASP written in JavaScript to display recordsets.
Windows, ASP, IIS, Dev
 
Bjornar Henden 4.72
View Database Structure Using C#
Updated: 20 Jan 2008
An article on how to view a database structure using C#
C#, SQL-Server, VS2005, Dev
 
salysle 4.72
The CAccessReports class
Updated: 14 Mar 2000
A class for Printing and Viewing MS Access Reports
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Tom Archer 4.72
Simplest code to convert an ADO.NET DataTable to an ADODB.Recordset
Updated: 27 May 2005
Simple C# code to convert an ADO.NET (System.Data) DataTable to an ADODB Recordset.
C#, VC7.1, Windows, DotGNU, Visual-Studio, ADO, ADO.NET, DBA, Dev
 
Marc Brooks 4.71
Accessing the Borland Database Engine (BDE) from Visual C++
Updated: 17 Nov 1999
SQL, VC6, Windows, SQL-Server, DBA, Dev
 
Robert Pittenger, MCPD-EAD 4.70
How to Read Microsoft Excel 2007 Using a Connection String in C#
Updated: 28 Nov 2007
This article explains how to connect to Microsoft Excel 2007 using a connection string and populate DataGridView
C#1.0, C#2.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, .NET3.0, .NET3.5, ADO.NET, VS2005, DBA, Dev, WinForm
 
Mihadh 4.70
Databinding the SqlTypes
Updated: 1 May 2003
Databinding the SqlTypes using the PropertyDescriptor class and the ITypedList Interface
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev
 
Dan Glass 4.70
Data Access and Transaction Handling Framework
Updated: 13 Jan 2005
Generic data access component for different datasources, sprocs/SQL, implicitly propagated transactions, explicitly managed transaction contexts etc.
C#, Windows, .NET1.0, .NET1.1, VS.NET2003, DBA, Dev
 
Deyan Petrov 4.69
An ASP.NET Application Using a MySQL Database
Updated: 28 Nov 2005
How to use a MySQL 4.1 database from an ASP.NET application and some ODBC basics.
C#, Windows, .NET, ASP.NET, Visual-Studio, ADO.NET, WebForms, MySQL, Dev
 
vivekthangaswamy 4.69
Modeling Hierarchies
Updated: 17 Aug 2002
A solution to the problem of storing hierarchical data in a relational database.
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Tomaž Štih 4.68
Identifying NHibernate-Related Bottlenecks through Performance Monitoring
Updated: 10 Jun 2007
A distilled methodology for detecting and isolating NHibernate-related performance and scalability issues
SQL, C#1.0, C#2.0, .NET, Win2K, WinXP, Win2003, Vista, ASP.NET, SQL2000, VS.NET2003, DBA, Dev
 
Peter Weissbrod 4.68
Optimizing Performance in NHibernate: Part 2: A Collection of Enhancements
Updated: 9 May 2007
This is the second part in a two-piece article focused on optimizing the efficiency of your NHibernate ORM layer.
SQL, C#1.0, C#2.0, Windows, .NET1.1, .NET2.0, SQL2000, SQL2005, VS.NET2003, VS2005, Architect, DBA, Dev
 
Peter Weissbrod 4.67
Using checkboxes to update multiple database entries
Updated: 10 Mar 2002
Code which allows you to update any number of records with yes/no type values using checkboxes
Windows, ASP, Dev
 
Torsten Mauz 4.67
Implementing Dynamic WHERE-Clause in Static SQL
Updated: 8 Nov 2007
This article shows different methods of implementing Dynamic WHERE-Clause in static SQL.
SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
John P Harris 4.67
Trees in SQL databases
Updated: 22 Sep 2004
How to get all power of trees in SQL
C#, SQL, Windows, .NET, Visual-Studio, Architect, DBA, Dev, QA
 
Eugene Lepekhin 4.67
Update a database from code - Unedited
Updated: 19 Jan 2012
How to update a database when the application starts.
C#, .NET, Architect, Dev
 
Patrick Ribbing 4.67
Entity Framework Performance
Updated: 25 Oct 2011
A comparison of performance between ADO.NET and Entity Framework.
C#3.0, C#4.0, .NET3.5, SQL-Server (SQL2008), ADO.NET, Architect, DBA, Dev, .NET4, EF
 
Mark Nischalke 4.66
A Data Access Layer to persist business objects using attributes and reflection - Part I
Updated: 20 Mar 2002
Persistance to business objects through attributes and reflection
C#, Windows, .NET1.0, Visual-Studio, DBA, Dev
 
xicoloko 4.65
Strongly Typed DataSet Generator
Updated: 2 Dec 2009
Generate strongly typed datasets
C#, XML, SQL, .NET, SQL-Server, ADO.NET
 
Akram Mellice 4.65
C# Code Generator for Stored Procedures
Updated: 20 Feb 2006
This stored procedure will generate all the C# code for calling any Stored Procedure
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, DBA, Dev
 
PaulMcKenzie 4.65
Auto-Generating a Comprehensive C# Data Access Layer
Updated: 6 Nov 2006
Simple but powerful GUI O/R Mapper which generates C# 2.0 to handle all of your object relational persistence.
SQL, C#2.0, Windows, .NET2.0, SQL-Server, ADO.NET, VS2005, DBA, Dev, WinForm
 
adamAFA46 4.64
An Implementation of Dynamic Connection String and Cursor Handling using Enterprise Library 2.0 in an ASP.NET 2.0 Application with an Oracle Database
Updated: 14 Jun 2006
This article will explore some solutions for dynamic connection string and cursor handling using Enterprise Library 2.0 in an ASP.NET 2.0 applications with an Oracle database.
C#, SQL, Windows, .NET, ASP.NET, Visual-Studio, DBA, Dev
 
Yunyou Yao 4.64
Audit Trail – Tracing Data Changes in Database
Updated: 30 Aug 2010
Logging of data changes in relational databases
Windows, Linux, SQL-Server, MySQL, Oracle, DBA, Dev
 
Petr Kozelek 4.64
SQL Framework
Updated: 8 Jan 2011
Framework makes application more organized and efficient way to coding. It is helpful for newly assigned developer to understand code structure within a short time. It is essential for large application.
SQL, Windows (WinXP, Vista, Win2008, Win7, Win2008-R2), SQL-Server (SQL2000, SQL2005, SQL2008), CEO, Architect, Dev, Framework, SqlServer
 
Abdul Quader Mamun 4.64
An ODBC (DSN/Driver) Manager DLL written in C# (Version - I)
Updated: 14 Jan 2004
ODBC Manager class that retrieves System and User DSNs and driver list.
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Fact Pandit 4.64
Easy Data Access
Updated: 23 Oct 2006
Run-time data accessor generation
C# (C#1.0, C#2.0), Windows, .NET (.NET1.1, .NET2.0, .NET3.0), SQL-Server, ADO.NET, VS.NET2003, VS2005, Architect, DBA, Dev
 
Igor Tkachev 4.63
Object-oriented database programming with db4o
Updated: 12 Oct 2007
An introduction to object persistence with db4o, an object-oriented database management system. Topics include storing, updating, deleting, and querying objects. All three db4o's query APIs will be explored.
C#2.0, Windows, .NET2.0, VS2005, Architect, DBA, Dev
 
Buu Nguyen 4.63
Persisted Permutations
Updated: 4 May 2004
An article on how to persist permutations of items in relational databases.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Daniel Aioanei, Adi Malinaru, Andrei Postolache 4.63
Reading Excel files using ODBC
Updated: 12 Jan 2000
A discussion and demonstration of reading Excel files using ODBC
SQL, VC6, SQL-Server, DBA, Dev
 
Alexander Mikula 4.62
Using the CDatabase class to read an Access databases
Updated: 29 Mar 2001
This is a very simple code snippet that demonstrates how to read a Microsoft Access database file using the CDatabase class
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
zhaque 4.62
SQL Server Data Comparison Tool in Visual Studio 2010
Updated: 17 Jan 2011
This article explains the new Data Comparison tool in Visual Studio 2010.
C#, .NET, Visual-Studio (VS2010), .NET4
 
KarthikAnbarasan 4.62
An Introduction to SSIS Balanced Data Distributor Transformation Component
Updated: 31 Aug 2011
In this tutorial, we will learn about SSIS Balanced Data Distributor (BDD)
SQL, Windows (WinXP, Win2008, Win7), SQL-Server (SQL2008), Dev, SSIS
 
Niladri_Biswas 4.60
NHibernate Basics
Updated: 11 Jul 2011
ABCs of NHibernate, a small application to demonstrate save and load of objects to and from Database.
C#, SQL, .NET, DBA, Dev, NHibernate
 
Kumar, Ravikant INDIA Bangalore 4.60
SSIS Overview - Part I
Updated: 2 Jul 2011
The purpose of this tutorial is to provide an introduction of SSIS items.
All-Topics, SSIS
 
Vivek.Net 4.60
A Custom Business Objects Helper Class
Updated: 24 Jul 2006
This article shows how to construct a custom business object helper that will populate business objects from a datareader using generics, reflection, and custom attributes
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
adargel 4.60
How To Automatically restart MySQL on Windows
Updated: 2 May 2005
This article provides a small executable (36K) which configures MySQL (or another Windows Service) to automatically restart whenever it fails/crashes.
SQL, VC7, Win2K, WinXP, Win2003, SQL-Server, MySQL, Architect, DBA, Dev
 
Emmanuel Kartmann 4.59
Creating Excel Sheets using ODBC
Updated: 12 Jan 2000
Writing to Excel spreadsheets using only ODBC
SQL, VC6, SQL-Server, Visual-Studio, DBA, Dev
 
Alexander Mikula 4.59
Installing MSDE with .NET Application
Updated: 28 Nov 2005
This article shows how to distribute or install MSDE with a .NET application.
C#, SQL, .NET1.1, Win2K, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
Mukund Pujari 4.58
Creating Auto-Suggest Textbox Using ASP.NET 2.0 Client Callbacks
Updated: 15 Jun 2007
Implementing an auto-completion feature using ASP.NET 2.0 client callbacks
C++, Windows, .NET, ASP.NET, Visual-Studio, WebForms, SQL2000, DBA, Dev
 
azamsharp 4.58
LocalTranGuard - a TransactionScope Fix/Wrapper for LocalTransactions
Updated: 18 Apr 2007
Supporting LocalTransactions only with TransactionScope by avoiding escalation to MSDTC.
C#2.0, Windows, .NET2.0, SQL-Server, Visual-Studio, Architect, DBA, Dev
 
balazs_hideghety 4.58
TransactionScope in .NET 1.1
Updated: 1 Jun 2005
Emulate TransactionScope functionality coming in .NET 2.0 with .NET 1.1.
C#, SQL, .NET, WinXP, Win2003, ASP.NET, Visual-Studio, COM+, ADO.NET, SQL2000, SQL2005, Architect, DBA, Dev
 
Alexander Shirshov 4.57
Insert Field (not append) Using ADOX
Updated: 2 Jun 2003
Using ADOX to insert field into a MS Access table.
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, ATL, WTL, STL, DBA, Dev
 
Ferdie 4.57
SQL Tuning Tutorial - Understanding a Database Execution Plan (1)
Updated: 17 Apr 2005
If you want to tune your SQL statements, you need to understand how the server executes them. The article explains this.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, SQL2005, SQL-CE, DBA, Dev, QA
 
Gael Fraiteur 4.56
A Data Access Layer to persist business objects using attributes and reflection - Part II
Updated: 20 Mar 2002
Persistance to business objects through attributes and reflection
C#, Windows, .NET1.0, Visual-Studio, DBA, Dev
 
xicoloko 4.56
Database Independent Access
Updated: 5 Jan 2005
Use different database providers without tying implementation to one.
C#, SQL, Windows, .NET1.0, .NET1.1, ASP.NET, ADO.NET, VS.NET2003, Architect, DBA, Dev
 
Jaryl Sim 4.56
Manage SQL Server Database
Updated: 23 Jan 2011
Manage SQL Server Database within Visual Studio Team System
SQL-Server, Visual-Studio, database
 
Pranay Rana 4.56
Pluggable Sample Data Generator Framework and GUI
Updated: 7 Nov 2006
A framework for writing sample data generators and a GUI that allows these generators to be effectively used
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev, QA
 
Troy Magennis 4.56
Easy way to create your Join queries
Updated: 26 Apr 2006
An easy graphical way to create complex nested SQL Join queries.
SQL, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, DBA, Dev
 
Emad Al-Ashi 4.54
DeveelDB - A Brief Introduction
Updated: 22 Oct 2009
A description of the base functionalities and usage of a full-featured open-source pure .NET/Mono embedded RDBMS
C# (C#1.0, C#2.0), SQL, .NET (.NET1.1, .NET2.0), Linux, ADO.NET, Architect, DBA, Dev
 
Antonello Provenzano 4.54
LINQ to SQL
Updated: 10 Dec 2007
How to use LINQ to SQL
C# (C#1.0, C#2.0, C#3.0), .NET (.NET1.0, .NET1.1, .NET2.0, Mono, DotGNU, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005, SQL-CE), ADO.NET, LINQ, DBA, Dev
 
Le Sourcier 4.53
Discard changes in business objects
Updated: 16 Nov 2006
How to build a business object with the option to discard changes
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Galin Iliev [Galcho] 4.53
File Manager Component
Updated: 20 May 2003
A file manager with Visual Studio.NET design time support.
C#, .NET1.0, Win2K, WinXP, DBA, Dev
 
Martin Cook 4.53
How to link different data sources together
Updated: 11 Jun 2005
Describes how you can link SQL Server with many different data sources like a directory as Active Directory Application Mode, a Microsoft Indexing Server catalog, a Microsoft Access database and a Microsoft Excel spreadsheet. Also explains how to query linked servers using the OPENQUERY command.
C#, SQL, Windows, .NET, ASP.NET, Visual-Studio, ADO.NET, SQL2000, SQL2005, Architect, DBA, Dev
 
klaus_salchner@hotmail.com 4.52
Working with Amazon SimpleDB
Updated: 25 Apr 2011
This article shows how to develop applications in Amazon SimpleDB with C#.
XML, C#3.0, .NET, Dev
 
StormSpirit Team 4.50
Approach to unit testing of .NET database applications with NDbUnit and XPath queries
Updated: 22 Jun 2007
The focus is on how one can test the content of a database to see if it adheres to certain assumptions
C#, XML, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev, QA
 
Serioja Sidorov 4.50
Accessing Microsoft Access databases in ASP using ADO
Updated: 26 Apr 2000
A simple introduction to using Access .mdb databases in your ASP pages
Win2K, ASP, ADO, Dev
 
Chris Maunder 4.50
InkCollector Signiture Made Easy
Updated: 23 Sep 2010
InkCollector Signiture as a String Made Easy
VB7.x, VB8.0, VB9.0, VB.NET, Access
 
bigbro_1985 4.50
Generate SQL Database Schema from XML - Part 1 (File Format and XSD)
Updated: 28 Apr 2010
Part 1 of 3 in a series of articles about generating SQL from an XML file format. This part describes the background to the project and talks about the development of the file format and an XSD schema.
XML, SQL, Dev, EF
 
Stephen Boissiere 4.50
Web SQL Utility
Updated: 30 Aug 2006
A simple ASP.NET application to run queries against your databases. Stores history and favourites.
Javascript, C#1.0, Windows, .NET1.1, ASP.NET, VS.NET2003, Dev
 
Ashley van Gerven 4.49
ADO.NET Generic Copy Table Data Function
Updated: 25 Jul 2007
This generic function will allow you to copy data between any two ADO.NET providers with one simple method call
C#2.0, Windows, .NET2.0, Visual-Studio, ADO.NET, DBA, Dev
 
Michael Ceranski 4.48
Geocoding with SQL-Server
Updated: 22 Jun 2010
Geocoding with SQL-Server
C++, SQL, Windows, SQL-Server, DBA, Dev
 
gstolarov 4.47
DB2 Access Classes
Updated: 27 Nov 2003
A set of classes to encapsulate DB2 CLI APIs in ADO style.
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, Visual-Studio, STL, DBA, Dev
 
nickadams 4.47
Create many-to-many relationships in LINQ for SQL
Updated: 1 Sep 2006
Creating many-to-many relationships in LINQ for SQL.
C#, SQL, Windows, .NET2.0, LINQ, VS2005, DBA, Dev
 
Galin Iliev [Galcho] 4.46
TDD using SqlCE and NHibernate
Updated: 10 Apr 2007
This article walks through setting up a SqlCE test bench when using TDD
XML, SQL, C#2.0, Windows, .NET2.0, SQL-Server, VS2005, Architect, DBA, Dev, QA
 
Sean Chambers 4.45
SQL SERVER - 2005 - Generate Script with Data from Database - Database Publishing Wizard
Updated: 17 Nov 2007
SQL SERVER - 2005 - Generate Script with Data from Database - Database Publishing Wizard
C++, SQL, Windows, Visual-Studio, SQL2005, DBA, Dev
 
pinaldave 4.45
Enhanced DataGrid control
Updated: 24 Jun 2003
Extends DataGrid Functionalities
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, DBA, Dev
 
cctuan 4.44
Correct Column Ordinals of an ADOX Table Object
Updated: 2 Jun 2003
Getting the correct column ordinals of an ADOX Table object.
SQL, VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, SQL-Server, MFC, ATL, WTL, STL, DBA, Dev
 
Ferdie 4.44
Using Query Notifications in .NET 2.0 to handle ad-hoc data refreshes
Updated: 1 Feb 2006
Query Notification in SQL Server 2005 solves the problem of having to maintain a polling database to get the updated data. The new notification service of SQL Server 2005 can perform this amazing task of notifying a .NET code when any DML operations are performed to a specified table.
C#, SQL, Windows, .NET2.0, ADO.NET, SQL2005, VS2005, DBA, Dev
 
rajiv404 4.44
Database Visualization
Updated: 31 May 2006
This article aims to create a simple tool for visualizing database tables and relations, a database map to refer to.
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
VGirish 4.44
Implementing a strongly typed collection with sort/filter/GetChanges features
Updated: 6 Jul 2005
A strongly typed collection that implements CollectionBase and IBindingList interfaces with interesting features (sort, filter, getchanges).
C#, Windows, .NET1.1, VS.NET2003, Dev
 
Hayder Marzouk 4.44
Database Schema Versioning Management 101
Updated: 10 Apr 2007
An introductory approach to synchronizing database schema versions
SQL, Windows, Visual-Studio, SQL2000, SQL2005, Architect, DBA, Dev, Design
 
Peter Weissbrod 4.43
Using a Database Over a Webservice
Updated: 29 May 2007
This article shows an example implementation of a database used over a Web-Service
C#2.0, Windows, .NET2.0, VS2005, Architect, DBA, Dev
 
Tetyana Loskutova 4.43
Distributed Database Management System
Updated: 5 Dec 2008
A distributed database management system, having a main server-LookupServer, several DatabaseServers and Clients, using java.nio for communicating.
Java, Java SE (JavaSE6), Dev
 
Alina Simion 4.43
Read Text File (txt, csv, log, tab, fixed length)
Updated: 9 Jun 2008
This article is mainly focused on reading text files efficiently. It includes log, csv, tab delimited, fixed length files, etc. Instead of using StreamReader(.NET)/FileSystemObject (VB 6.0), we consider the file as a database table and read the data by querying it.
VB6, C#, VB, .NET, SQL-Server, Dev
 
Pradeep KV 4.42
Strange Behaviors of an Access Database
Updated: 3 Aug 2007
I invite anyone who doesn't know about Microsoft Access MDB files safety (specially compact and repair) to read this, before it's too late!
C++ (VC6, VC7, VC7.1, VC8.0), SQL, Windows (Win2K, WinXP, Win2003), SQL-Server, MFC, VS.NET2003, VS2005, DBA, Dev, QA
 
Hamed Mosavi 4.41
Importing CSV Data and saving it in database
Updated: 25 Aug 2005
This article shows how to import CSV data and store it in database.
VB6, C#, SQL, .NET1.1, Win2K, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
Mukund Pujari 4.41
SQL Server Permissions - Fixing Orphaned Users
Updated: 4 Nov 2003
A short article on recovering orphaned users when moving a database from one server to another.
C++, SQL, Win2K, WinXP, Win2003, SQL-Server, Visual-Studio, DBA, Dev
 
Megan Forbes 4.41
C++ Object Oriented Database Generator
Updated: 17 Nov 1999
This project is a code generator to produce CObject-dervied data classes for Object-Oriented database management
SQL, VC6, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Robert Pittenger, MCPD-EAD 4.39
How to Truncate Log File in SQL Server 2005
Updated: 9 Jun 2006
How to truncate log file in SQL Server 2005
C#, SQL, Windows (WinXP, Win2003), .NET, SQL-Server (SQL2005), Visual-Studio, ADO.NET, Architect, DBA, Dev
 
hong_wei_li@yahoo.com 4.39
Passing comma delimited parameter to stored procedure
Updated: 13 Feb 2004
How to pass an array of integers to a stored procedure.
C++, SQL, Win2K, WinXP, Win2003, SQL-Server, Visual-Studio, DBA, Dev
 
Reza_Allamehzadeh 4.38
Web control to generate database design documents in HTML
Updated: 24 Jan 2006
Just 200 lines of VB.NET to document your SQL Server databases.
VB, SQL, Windows, .NET, ASP.NET, Visual-Studio, ADO.NET, SQL2000, DBA, Dev
 
Olivier Giulieri 4.38
Prevent Circular References in Database Design
Updated: 2 Aug 2009
Circular reference can make your data inconsistent and potentially hazardous even if you have been following up on normal forms and constraints strictly
All-Topics, Architect, DBA, Dev, Design
 
truongpham 4.36
Saving Master-Details form using XML
Updated: 14 Apr 2004
This article shows how to save a master-details form using XML.
C#, .NET1.0, .NET1.1, WinXP, Dev
 
Muffadal Jaorawala 4.36
ASC2XXX - Two classes for parsing delimited text files
Updated: 8 Mar 2003
Convert delimited text files to XML file or DataSet object
C#, Windows, .NET1.0, DBA, Dev
 
Member 96 4.35
Determining Stored Procedure Parameters with SQL 2005
Updated: 18 Jun 2006
Overcoming the SqlCommandBuilder.DeriveParameters() problem in .NET 1.1 communicating with SQL Server 2005
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, SQL2005, DBA, Dev
 
gtamir 4.34
Using SQL DMO to Alter the Data Type of Table Columns
Updated: 1 Jun 2006
This article describes the usage of SQL DMO to automate few aspects of DB maintenance.
VBScript, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Sarith Sutha 4.33
Parameter Discovery on Microsoft Access With XML option. Using Microsoft Patterns and Practices
Updated: 13 Mar 2007
Automation of command parameter building targeting Microsoft Access
C#, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev, WinForm
 
Patrickquinn1212 4.33
Easier Database Transactions - Extending the Using Statement to Perform Automatic Database Transactions
Updated: 25 Oct 2004
Any user who works with database updates uses transactions. Transactions in ADO.NET are done using a transaction object, and a try..catch, but there is an easier, one might even say a more C# way to handle database transactions.
C#, SQL, Windows, .NETCF, .NET1.0, .NET1.1, .NET2.0, ADO.NET, SQL2000, SQL2005, VS.NET2003, VS2005, SQL-CE, DBA, Dev
 
Chad Z. Hower aka Kudzu 4.33
General trees persisted in relational databases
Updated: 23 Jun 2003
Persisting general trees in relational databases with fast path-finding capabilities.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Daniel Aioanei, Adi Malinaru 4.33
Database Design and Naming Conventions
Updated: 2 Aug 2011
Design for data integrity, simplified SQL, and programming ease.
SQL, DBA, Dev
 
Alaric Dailey 4.33
Database Mirrors with Differing Vendors
Updated: 8 Jul 2011
SQL Server ISS can simplify database mirrors across multiple vendors
C#, VB, Windows, SQL-Server, DBA, TSQL, ISS
 
Dr Bob 4.33
Using Transactions in ADO.NET
Updated: 27 Apr 2005
An introduction to SQL Server transactions and how to use them in ADO.NET.
C#, SQL, Windows, .NET1.1, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
netbard 4.33
Database Viewer and Updater for any Database
Updated: 25 Jul 2006
View and update any database table and metadata. Includes sample databases.
C#, Windows, .NET2.0, ASP.NET, IIS, Visual-Studio, ADO.NET, SQL2000, SQL2005, DBA, Dev
 
avronp 4.31
Copy Data from a DataTable to a SQLServer Database using SQLServer Management Objects and SqlBulkCopy
Updated: 15 Jan 2007
How to copy data from a modified dataset into a SQL Server Database
C#2.0, Windows, .NET2.0, SQL-Server, ADO.NET, VS2005, DBA, Dev
 
Aaron VanWieren 4.30
Create database during installation of a .NET application - Version 2
Updated: 10 Jan 2006
This application can be used to create database, tables, and stored procedures during the installation of a .NET application.
C#, .NET1.1, Win2K, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
Mukund Pujari 4.29
A generic bulk insert using DataSets and OpenXML
Updated: 14 Apr 2005
Create T-SQL command text to update a table with OpenXML quickly and with minimal effort.
C#, VB, XML, SQL, .NET1.1, Win2K, WinXP, Win2003, SQL2000, VS.NET2003, DBA, Dev
 
poodull76 4.29
ADO.NET 101: SQL Connection
Updated: 31 Aug 2004
A tutorial on connecting to SQL 2000 Server.
VB, XML, SQL, .NET1.0, .NET1.1, .NET2.0, WinXP, ASP.NET, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
mysorian 4.28
Using the Foreach ADO Enumerator in SSIS
Updated: 4 Jun 2006
SSIS has a built in function for loops. In this blog article, I want to demonstrate how to use SSIS's Foreach ADO enumerator to loop through a list of SQL server names and collect some basic data (e.g. name, language, version, etc.) about them.
SQL, Windows, .NET, Visual-Studio, ADO, SQL2005, DBA, Dev
 
r.stropek 4.27
Securely backup your SQL Server database and other files to a remote machine
Updated: 15 Apr 2007
An effective utility to securely backup an SQL Server database and/or a group of files to a remote machine
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
wallace turner 4.25
Figure Out the Default Values of Stored Procedure Parameters
Updated: 3 Feb 2006
When working with Microsoft SQL JDBC driver, you cannot invoke a stored procedure without specifying all the parameters, including the optional parameters that have default values. Learn how to fix that problem here.
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, ADO, ADO.NET, DBA, Dev
 
Rafael Mizrahi, Laurence Moroney 4.25
Asynchronous Query Execution
Updated: 8 Dec 1999
Two classes that provide support for asynchronous SQL execution.
SQL, VC6, SQL-Server, Visual-Studio, DBA, Dev
 
Vachik Hovhannisyan 4.25
Replication in MS SQL Server
Updated: 23 Jun 2011
An article on replication in MS SQL Server
SQL-Server, DBA
 
Keshav Singh 4.25
Concurrent model in ADO.NET, ways that allow to negotiate disconnected model restrictions for Oracle databases
Updated: 5 Dec 2006
Using ADO.NET conrurrent model in Oracle databases.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
Michael Milonov 4.24
OpenClient++: C++ wrapper for Sybase Open Client library
Updated: 21 Nov 2004
OpenClient++ is a thread safe, cross platform C++ wrapper for Sybase Open Client API.
SQL, VC7, VC7.1, Windows, SQL-Server, VS.NET2003, DBA, Dev
 
Rohit Joshi 4.22
Create a Database during the installation of a .NET application - Version 1
Updated: 2 Sep 2005
This application can be used to create databases, tables, stored procedures during the installation of .NET applications.
C#, SQL, .NET1.1, Win2K, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
Mukund Pujari 4.22
Processing with C#, Oracle Transactions and Oracle Exceptions
Updated: 19 Mar 2007
An article which describes an alternative way of cooperation between Oracle PL/SQL and C#
SQL, C#1.0, C#2.0, C#3.0, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0), ASP.NET, SQL-Server, Visual-Studio (VS.NET2003, VS2005), WebForms, DBA, Dev
 
Dimitar Madjarov 4.21
MySQL 5 C# sample code using ObjectDataSources
Updated: 15 May 2006
A simple example using MySQL 5 and stored procedures with ObjectDataSources and Generics, in ASP.NET 2.0.
C#, SQL, HTML, Windows, .NET2.0, ASP.NET, ADO.NET, MySQL, VS2005, DBA, Dev
 
defwebserver 4.21
Deploy your Application and Database
Updated: 3 Nov 2006
Describes how to add custom script to install project
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Dima Statsenko 4.21
agStoredProc
Updated: 19 Nov 2004
With agStoredProc, you can generate a C# class out of all the stored procedures in a MS-SQL database. No Microsoft ApplicationBlocks needed.
C#, SQL, Windows, .NET1.1, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Alexander German 4.20
Generate PDB files in C#
Updated: 10 Jan 2006
This article shows how to create a .pdb file to use as database on Palm devices.
C#, .NETCF, .NET1.1, Win2K, WinXP, VS.NET2003, Dev
 
MRSumra 4.20
How to use RecordSets without using the AppWizard at the creation of your project.
Updated: 17 Nov 1999
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Braulio Dez 4.19
DarkSide SQL Mini Version 1, The embedded database
Updated: 23 Mar 2006
An embedded database library in C++.
SQL, VC6, SQL-Server, Visual-Studio, DBA, Dev
 
AnOldGreenHorn 4.18
Export large data from Gridview and Datareader to an Excel file using C#
Updated: 21 Jun 2007
An article on exporting large data to Excel files
C#2.0, Windows, .NET2.0, ASP.NET, Visual-Studio, WebForms, DBA, Dev
 
Fuad Bin Omar 4.18
Building Dynamic SQL In a Stored Procedure
Updated: 9 Oct 2007
This article explains about building and executing a Dynamic SQL in a stored procedure.
SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
John P Harris 4.15
OLE DB Templates - A light and simple Data Access Method
Updated: 22 Nov 1999
SQL, VC6, SQL-Server, Visual-Studio, DBA, Dev
 
Richard Warg 4.15
Checking the New DST 2007 from a DBA Perspective
Updated: 31 Jan 2007
How to check if your Microsoft SQL Server 2005 is ready for the new DST 2007
C#, SQL, Windows, .NET2.0, Visual-Studio, SQL2005, DBA, Dev
 
jamesplewis 4.14
HyperNetDatabase
Updated: 21 Mar 2004
HyperNetDatabase is a single process multithreading and blackout safe database
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
M L Viñas Livschitz 4.11
Assuring Database Portability with ODBC and .NET
Updated: 20 Sep 2003
Managing portability of your source code among different RDBMS, reducing developing time and maintenance.
C#, Windows, .NET1.0, .NET1.1, DBA, Dev
 
Teo 4.08
Optimising hierarchical SQL structures (an ASP approach)
Updated: 15 Oct 2001
An article on how to improve SQL hierarchies
SQL, VC6, Windows, ASP, IIS, Visual-Studio, DBA, Dev
 
Ciprian Miclaus 4.07
SQL Server Objects in SourceSafe using SMO and Visual SourceSafe Automation
Updated: 3 Apr 2006
Useful tool to script database objects using SMO and check in Visual Source Safe
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Levent Soyalp 4.06
Display/Store and Retrieve Image Data from Database to Gridview, and also on Mouse Over
Updated: 15 Oct 2011
How to Display/Store and Retrieve Image Data from Database to Gridview, and also on mouse over
C#, SQL, ASP.NET
 
Al Moje 4.06
DataRow Indexing Performance (Integer vs. String)
Updated: 5 Feb 2007
Integer and string indexing of System.Data.DataRow columns - head to head
C#2.0, Windows, .NET2.0, Visual-Studio, ADO.NET, DBA, Dev
 
Juraj Borza 4.04
Smum County IO
Updated: 3 Apr 2006
An ADO.NET toolbox that is meant to serve as the lowest level database IO layer for an application based on an Access, Microsoft SQL Server, or Oracle database.
C#, SQL, .NET, Win2K, WinXP, ADO.NET, SQL2000, SQL2005, VS.NET2003, DBA, Dev
 
Lou Flees 4.04
Database Manipulation with ADO.NET for beginners
Updated: 17 May 2005
Personal address book using ADO.NET and C#.
C#, Windows, .NET1.0, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
Huseyin Altindag 4.02
Pluggable data access components - Part 2
Updated: 22 May 2005
Article describing how to build pluggable data access components.
C#, Windows, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
WillemM 4.00
Passing an Array as Parameter to SQL Server Procedure
Updated: 13 May 2009
Passing an array as parameter to SQL server Procedure
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), MySQL, Oracle, DBA
 
Mohammad Al Hoss 4.00
Basics of SSRS
Updated: 28 Nov 2011
Basics of SSRS (Microsoft SQL Server Reporting Services)
SQL
 
Bangla Gopal Surya 4.00
Find "Leaked" Database Connections in ASP.NET Web Applications
Updated: 9 Dec 2005
Presents a method for monitoring the amount of time database connections stay open in ASP.NET applications.
C#, SQL, VC7.1, VC8.0, .NET, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, SQL2000, IIS5.1, DBA, Dev
 
Todd Denlinger 3.96
Multi User Contact Management System using Three Tier Architecture
Updated: 1 Mar 2007
A Simple Multi User Contact Management System that will help programmers to use some tricks
C#2.0, .NET2.0, WinXP, VS2005, DBA, Dev, WinForm
 
Zakaria Bin Abdur Rouf 3.95
Access Database Editor in C#
Updated: 1 Mar 2002
This project presents an Access Database Editor written in C#
C#, Windows, .NET1.0, DBA, Dev
 
Anthony Roach 3.95
Setting up Stored Procedures with Optional Parameters and Using a Strongly Typed TableAdapter to Execute the said Stored Procedure
Updated: 29 Mar 2006
Collection of information on optional paramters in Stored Procedures, as well as passing null values into the Fill method of a stongly typed data adapter.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev, WinForm
 
TofuBug24 3.94
A modification To the NetTiers Code Generator Template
Makes the Generated Search Stored Procedures More Flexible
- Unedited
Updated: 31 Oct 2006
Modification to the nettiers code generator template to make the generated stored procedure for search more powerful(supports the like operator of Transact-sql) and searching the datetime/smalldatetime datatyped columns more smartly
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
matrix_resident 3.94
Persistent Object Management in Less than 300 Lines of Code
Updated: 8 Oct 2007
Presenting a lightweight method to cut out most of the repetitive work of creating data classes.
SQL, C#2.0, Windows, .NET2.0, ASP.NET, Visual-Studio, WebForms, SQL2000, SQL2005, Architect, DBA, Dev
 
Nick Higgs 3.93
Develop Reports Using Crystal Reports in .NET 2005
Updated: 19 Oct 2006
A simple example which connects to an Oracle database to retrieve data with a DataSet, and then show a web report using CrystalReportViewer
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Yunyou Yao 3.91
MyByteFX.DataHelper
Updated: 30 Mar 2004
A simple Data Link Property Dialog that can create connection strings used in ByteFX.MySqlClient provider.
C#, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, Dev
 
CodeSanta 3.91
SqlIndex - Lesson in "Connected" ADO.NET
Updated: 25 May 2004
Shows a way to access one or more databases in a "Connected" way by demonstrating the use of SqlReader, SqlTransaction, and SqlCommand. Provides a re-useable algorithm for dynamically accessing one or more databases to move or manipulate data.
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Rodney S. Foley 3.91
Advanced SQL 2005 SQLNotificationRequest Functionality with C#
Updated: 24 Mar 2007
Using the SQLNotificationRequest object and the Service Broker to get row and column change notifications, mimicking supposed SQLDependency capabilities
C# (C#2.0), Windows (Win2003), .NET, Visual-Studio, SQL2005, DBA, Dev
 
Todd Wilder 3.90
Very Fast Table Copy from an ODBC Source into Microsoft Access within a C# Project
Updated: 11 Jan 2008
An extremely fast and efficient way to import a table from any ODBC-capable database into MS Access (while running in a C# project), by using the Microsoft Access built-in import functionality.
C# (C#1.0, C#2.0), Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET1.0, .NET1.1, .NET2.0), SQL-Server (SQL2005), Visual-Studio (VS.NET2003, VS2005), COM, ADO.NET, DBA, Dev
 
David Catriel 3.90
Paging records in SQL Server 2005, SQL Server 2000, MS Access, and MySQL
Updated: 3 Mar 2007
Getting limited recordsets from various databases.
SQL, Windows, SQL-Server, Visual-Studio, WebForms, MySQL, Dev
 
Erwin@ODS 3.89
Dynamically Export Data to Flat File Using SSIS
Updated: 19 Dec 2011
Dynamically export data to Flat File using SSIS
All-Topics, Dev, SSIS
 
Keshav Singh 3.89
Generating Database Tables using Attributes
Updated: 14 Feb 2004
Generate database schema information from C# classes.
C#, .NET1.0, .NET1.1, Win2K, WinXP, Visual-Studio, Dev
 
Ahmed Alhosaini 3.88
Online DB Administration
Updated: 17 Mar 2003
Online administration of your database. Create or modify tables, keys, and indexes. Edit or insert data.
Win2K, WinXP, ASP, Dev
 
Bjornar Henden 3.88
A Naming Scheme for Database Tables and Fields
Updated: 16 Jan 2008
This article presents a naming scheme for database tables and fields.
C++, C#, SQL, .NET, SQL-Server, DBA, Dev
 
Robert Pittenger, MCPD-EAD 3.86
A Database Tool for Client-Server Systems
Updated: 29 Apr 2000
Introducing a database tool for client-server systems
Java, SQL, VC6, Win2K, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Xiangyang Liu 刘向阳 3.86
Object-oriented database programming with db4o - Part 2
Updated: 25 Mar 2008
This article explores the client-server and transaction features of db4o.
C# (C#3.0), Windows, .NET (.NET3.5), Visual-Studio, LINQ, Architect, Dev
 
Buu Nguyen 3.86
OLE DB Consumer using basic C#
Updated: 12 Nov 2001
This is the second in a series of articles about using the OLE DB Consumers.
C#, Windows, .NET1.0, DBA, Dev
 
Anthony Roach 3.86
Optimistic Concurrency with C# using the IOC and DI Design Patterns
Updated: 25 Feb 2009
Discussion of concurrency using the IOC and DI Design Patterns with the PostgreSQL database.
SQL, C#2.0, .NET2.0, ADO.NET, Dev
 
Donsw 3.86
Load/Unload images into/from DB table
Updated: 24 Aug 2005
Explains how to load a BLOB data into a DB table and how to get it from the DB table.
C#, SQL, .NET1.1, Win2K, WinXP, Win2003, Vista, SQL2000, VS.NET2003, DBA, Dev
 
Maxim Alekseykin 3.85
Compact and Repair an Access Database Programmatically Using C#
Updated: 20 Mar 2007
A simple method that compacts and repairs a Microsoft Access database file using the Microsoft Jet library and C# COM interop. The example code is meant to be integrated into an ASP.NET web site.
C#2.0, Windows, .NET2.0, ASP.NET, COM, ADO, WebForms, VS2005, DBA, Dev
 
Jeremy T. Fuller 3.84
BooProd.Core - Context sensitive Connexion String
Updated: 13 Dec 2004
This article is to help you create context sensitive connexion string: choosen dynamically, depending on which server the application is running.
C#, SQL, .NET1.1, WinXP, ASP.NET, SQL2000, VS.NET2003, DBA, Dev
 
Boo! 3.83
Displaying vertical rows in a DataGrid
Updated: 21 Sep 2003
Displaying vertical rows in a datagrid by flipping the tables horizontally
C#, .NET, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev
 
Neeraj Jain 3.83
Searching a Notes Database using MFC/NotesAPI
Updated: 27 May 2003
Searching a Lotus Notes Database and locating notes in the database using Lotus C APIs and MFC.
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, MFC, DBA, Dev
 
TiNgZ aBrAhAm 3.83
Databasing framework with LINQ support
Updated: 25 Sep 2009
An easy to use framework with multi-tier, user types, and LINQ support.
C#3.0, .NET3.0, .NET3.5, ADO.NET, LINQ, Dev
 
Paulo Zemek 3.80
Database build tool
Updated: 17 Sep 2004
An extensible tool to package and deploy database schema objects.
C++, VB, SQL, Windows, .NET1.0, .NET1.1, ADO.NET, SQL2000, VS.NET2003, Architect, DBA, Dev
 
Duncan Edwards Jones 3.80
C#: Avoiding DTC with Typed DataSets and SQL Server 2000
Updated: 16 Nov 2006
An article describing a simple way to provide transaction support to an application designed using the DataSet wizard, and avoiding the DTC requirement with using TransactionScope and SQL Server 2000.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Neil Barnwell 3.80
An ADO.NET multi-database, multi-tier solution
Updated: 9 Mar 2004
A view of how ADO.NET can be used in a multi-database, multi-tier environment.
C#, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, DBA, Dev
 
Jochen Jonckheere 3.78
JET to SQL Converter
Updated: 31 Aug 2003
A library to convert a JET database to SQL 'CREATE TABLE' statements
C#, Windows, .NET, Visual-Studio, Dev
 
Rowdy75 3.78
Usage of SQLXML to Filter, Retrieve & Present data
Updated: 4 Dec 2003
An article on Microsoft SQLXML
C#, Windows, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
Vinod Giri T 3.76
DataTable with SelectDistinct in C#
Updated: 11 Oct 2007
Allows you to perform a Distinct query against a Datatable
C# (C#2.0), Windows, .NET (.NET2.0), SQL-Server (SQL2000, SQL2005), Visual-Studio (VS2005), ADO.NET, DBA, Dev
 
vacen2 3.75
SQL SERVER - 2005 - Introduction and Explanation to sqlcmd
Updated: 6 Sep 2007
SQL SERVER - 2005 - Introduction and Explanation to sqlcmd
C++, SQL, Windows, SQL-Server (SQL2000, SQL2005), DBA, Dev
 
pinaldave 3.75
Moving a relational database onto Bamboo Prevalence
Updated: 30 Oct 2003
The article describes how to move a database onto Bamboo Prevalence
C#, SQL, Windows, .NET1.1, SQL-Server, VS.NET2003, DBA, Dev
 
Stephan Meyn 3.75
Using DataLinks to get or edit a connection string
Updated: 9 Mar 2004
Accessing DataLinks from a .NET program to get or edit a connection string.
C#, VB, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, DBA, Dev
 
DanMayer 3.75
An ODBC (DSN/Driver) Manager DLL written in C# (Version - I)
Updated: 12 Jan 2004
ODBC Manager class that retrieves System and User DSNs and Driver list
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Fact Pandit 3.75
How to Add/Delete/Edit/Update Image, and Save to SQL Database Table, and also how to create a menu like an Outlook with faded in slide show
Updated: 29 Oct 2011
Demonstrates how to Add/Delete/Edit/Update image, and save to SQL database table, and also how to create a menu like an Outlook with faded in slide show
C#, Javascript, CSS, HTML, Windows, ASP.NET
 
Al Moje 3.75
Importing data with the SSIS Object model
Updated: 25 Jun 2007
Describes how to use the SSIS object model for importing data to SQL server 2005
SQL, C#2.0, .NET2.0, Vista, SQL2005, VS2005, DBA, Dev
 
Moim Hossain 3.74
Intergrating MySql with Enterprise Library for .NET Framework 2.0
Updated: 7 May 2007
An article on adding a MySql connector into Enterprise Library for .NET Framework 2.0
C#, Windows, .NET, Visual-Studio, MySQL, DBA, Dev
 
Mark Pryce-Maher 3.73
How to retrieve SqlConnection statistics for executed T-SQL commands
Updated: 7 Oct 2007
Sample code describing how to retreive statistical information about the T-SQL commands executed.
C#2.0, .NET2.0, Win2K, WinXP, Win2003, SQL2000, SQL2005, VS2005, DBA, Dev
 
Ali Ozgur 3.71
The CGeneric Database classes
Updated: 2 Dec 1999
C++, SQL, SQL-Server, Visual-Studio, DBA, Dev
 
Martin-Pierre Frenette 3.71
PersistedObject - an ADO.NET mapping mechanism
Updated: 24 May 2002
An alternative to Microsoft's typesafe DataSet
C#, .NET, Win2K, WinXP, Visual-Studio, DBA, Dev
 
Vasek 3.71
Remove Duplicate Rows from a Table in SQL Server
Updated: 15 Feb 2011
Easiest way to delete more than one duplicate row from a table in SQL Server
SQL, SQL-Server, DBA, Dev
 
SadequeSharif 3.70
Managing Data Sources in C#
Updated: 10 May 2004
Data sources management.
C#, .NET, Win2K, WinXP, Win2003, Visual-Studio, Dev
 
Guy Baseke 3.67
Cubes, MDX, Analysis Services and ADOMD in C#
Updated: 29 Mar 2004
An article on Cubes, MDX, Analysis Services and ADOMD in .NET
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
teknas 3.66
A simple architecture to read arbitrarily formatted flat files into ADO DataSets
Updated: 25 Apr 2003
This article gives a simple architecture of using StreamReaders and DataSets together to read data from arbitrarily formatted flat files into DataSets, using ini files as an example
C#, .NET1.0, .NET1.1, Win2K, ADO, DBA, Dev
 
Sriram Chitturi 3.65
Populate a TreeView from a SELF-JOINED table
Updated: 21 Nov 2002
This demo shows how to populate a treeview from a self-joined table
C#, Windows, .NET1.0, ASP.NET, Visual-Studio, DBA, Dev
 
Gevik Babakhani 3.65
An Intelligent Data Layer
Updated: 9 Aug 2007
An article on communicating with a database and generating SQL queries on the fly
C#2.0, .NET, WinXP, SQL-Server, Visual-Studio, DBA, Dev
 
Ferhat Nutku 3.65
Dynamically adding DSN-names
Updated: 6 Jul 2004
A simple class to dynamically add DSN-names to your system.
C#, .NET1.0, .NET1.1, Win2K, WinXP, VS.NET2003, DBA, Dev
 
Bas Goedemans 3.65
Lightweight DB Framework
Updated: 24 May 2006
Manage small database tables with lightweight and simple C# code. Best suited for PocketPC and Windows Mobile devices
C#, Windows, .NET, Visual-Studio, Dev
 
arie_schwartzman 3.63
Creating a Date Process Library and WCF Service for Date and Age Processing
Updated: 27 Jul 2007
This is phase 2 of a 3 phase project. This phase accesses the database created and loaded in phase one to expose an API of common business date functions.
C# (C#2.0), SQL, Windows (WinXP, Win2003, Vista), .NET (.NET2.0, .NET3.0), SQL-Server (SQL2005), Visual-Studio (VS2005), ADO.NET, WCF, Architect, DBA, Dev
 
Paul Reynolds 3.60
TwinXBase service
Updated: 11 Sep 2002
A service that scans for DBX files and adds their contents to a main Access database
C#, Windows, .NET1.0, Dev
 
Petervu 3.60
Data Archive
Updated: 30 Jun 2004
This article describes creating indexed search systems using relational databases
C#, SQL, Windows, .NET1.0, .NET1.1, SQL2000, VS.NET2003, DBA, Dev
 
Nikolai Serdiuk 3.60
Representing Multiple Selections using a Single Value in Database Tables
Updated: 13 Nov 2009
An alternative technique to store multiple bit (boolean) fields using a single value in database tables.
C#, SQL, SQL-Server, DBA
 
P. Ganesh Kumar 3.60
Grant Execute on all procedures to a user
Updated: 14 Jan 2004
This stored procedure grants execute privilege on all procedures to specified user
C++, SQL, Win2K, Visual-Studio, SQL2000, DBA, Dev
 
Sumit Amar . 3.58
Binding a two dimensional array to a DataGrid
Updated: 1 Feb 2004
Binding a two dimensional array to a DataGrid
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Mihail Stefanov 3.57
DBF2DataSet
Updated: 24 Aug 2007
An article for converting DBF files to dataset XML files
C#2.0, Windows, .NET3.0, Visual-Studio, DBA, Dev
 
canozurdo 3.55
How to Create a Crystal Report using C# and MySQL
Updated: 9 Feb 2009
This is a sample that guides you to create reports with Crystal Reports using C# and MySQL RDBMS.
C#, Windows, .NET, Visual-Studio, MySQL, DBA, Dev
 
le quang anh - leadershipqa 3.54
GridView Order Page Shopping Cart Page ASP.NET SQL
Updated: 23 Feb 2007
GridView Image order page shopping cart page
C# (C#2.0), Windows, .NET (.NET2.0), Visual-Studio (VS2005), SQL2005, DBA, Dev
 
T.Ashraf 3.53
SMO - Manage your SQL Server!
Updated: 31 May 2006
A quick start tutorial on how to manage your Microsoft SQL Server 2000/2005 with C# and the Microsoft's SQL Server Management Objects (SMO)
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Thomas Haller 3.52
A Better Loader for ORM Frameworks
Updated: 10 Feb 2006
Generate loader classes for faster operation using Reflection.Emit
C#, MSIL, Windows, .NET2.0, VS2005, DBA, Dev
 
Chris Stefano 3.50
Events and CacheDependency with the database
Updated: 23 Sep 2004
Simply implement events and CacheDependency with the database
C#, Windows, .NET1.0, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
Miloslav Beno 3.50
Very fast test data generation using exponential INSERT
Updated: 28 Aug 2009
Instead of using incremental INSERT to generate test data, this method effectly copies the existing data multiple times.
SQL, MySQL, Oracle, SQL2000, SQL2005, SQL-CE, SQL2008, DBA, Dev
 
weilidai2001 3.50
SQLite GUI
Updated: 10 Mar 2007
A GUI for SQLite in .NET
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Udhaya Kumar.D 3.49
MyGroupConcat: A MySQL UDF aggregate function for string concatenation - Unedited
Updated: 23 Mar 2004
This MySQL extension library provides an aggregate function that concatenate strings (for use with SELECT...GROUP BY clause).
SQL, VC7, VC7.1, Win2K, WinXP, SQL-Server, MySQL, DBA, Dev
 
Emmanuel Kartmann 3.47
How to Send SMS Messages from C# using an SQL Database
Updated: 16 Aug 2007
Send SMS messages from C# using an SQL database server and an SMS Gateway
C# (C#2.0), SQL, Windows, .NET, ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE), Visual-Studio (VS.NET2003, VS2005), ADO.NET, WebForms, IE6.0, IE7, Architect, DBA, Dev
 
Toth Elemer 3.46
INSERT\UPDATE Query Generator Based on Table Values
Updated: 15 Feb 2006
This tool would help anyone to create insert\update query based on values in a table, without any data or with custom data
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
S Sansanwal 3.44
Passing a Comma Delimited Parameter to a Stored Procedure
Updated: 29 Jan 2004
Passing multiple values as a single Parameter to a Stored Procedure
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
-Dr_X- 3.42
Sharpe Ratio and Sortino Ratio for a Portfolio in SQL
Updated: 23 Apr 2006
Calculates Annualized Sharpe Ratio and Sortino Ratio for a Portfolio Trading History in SQL
SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
AndrewPeters 3.42
Populate data from database in a ComboBox
Updated: 19 Oct 2004
Populate data from database in a ComboBox.
C#, .NET1.1, WinXP, ADO.NET, VS.NET2003, Dev
 
Huseyin Altindag 3.41
SQLCLR, Triggers e Web Services in SQL Server 2005 - Unedited
Updated: 9 Aug 2007
Article explaining how to access a web service using SQL Server integration with VS 2005 (SQLCLR)
SQL, C#2.0, .NET2.0, WinXP, Win2003, SQL2005, VS2005, DBA, Dev
 
desalbres 3.40
Get DataSource Information from CSession Object
Updated: 5 Feb 2003
A HowTo on getting DataSource information from CSession object
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, ATL, DBA, Dev
 
Ferdie 3.40
Vector Data Language
Updated: 2 Feb 2004
This article covers the Vector Data Language, an XML-based language to manipulate XML data from ODBC sources.
C#, Windows, .NET1.0, .NET1.1, Visual-Studio, DBA, Dev
 
Stephan Johnson 3.40
How to generate an SQL filter clause using C#
Updated: 18 Nov 2003
Produces SQL filter clauses using C# objects
C#, Windows, .NET1.0, Visual-Studio, Dev
 
gokselm 3.39
Building database application with ADO.NET for a beginner.
Updated: 23 Mar 2005
An article on building database with ADO.NET application for a beginner.
C#, VC7, .NET1.1, Win2K, WinXP, ADO.NET, VS.NET2003, DBA, Dev
 
Yulianto. 3.39
Overview of SQL Server 2000 Database Clustering using MSCS
Updated: 10 May 2005
An article which gives an overview of SQL Server DB clustering using MSCS.
C++, SQL, Win2K, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
Pankaj A. Chitriv 3.36
ADOMD.NET DataAdapter / DataReader replacement
Updated: 4 Oct 2005
This code replaces the buggy ADOMD.NET DataAdapter and DataReader.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
MEmerson 3.36
Generate SQL INSERT commands programmatically
Updated: 29 Jun 2006
A class for automatically generating SQL INSERT for Typed Datasets.
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, ADO.NET, DBA, Dev
 
Ian Semmel 3.35
Display records in a table using ASP
Updated: 2 Jun 2002
A beginners guide to displaying records from a database in a table using ASP
.NET1.0, Win2K, WinXP, ASP, Dev
 
Megan Forbes 3.34
CurrencyManager Collection - Dealing with SuspendBinding and ResumeBinding
Updated: 21 Jun 2005
Manage SuspendBindings and ResumeBindings for all CurrencyManagers in your app.
C#, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
Paul Brower 3.33
APPLY Operator of SQL Server 2005
Updated: 3 May 2007
APPLY operator is a new feature in SQL Server 2005 used in FROM clause of a query. It allows you to call a function-returning TABLE for each row of your outer TABLE. We can pass outer table’s columns as function arguments.
C++, SQL, Win2K, SQL2005, DBA, Dev
 
Mohammed Ghouse Barq 3.31
Implementing Triggers in 4D
Updated: 10 Mar 2007
The target audience of the article are novice 4D developers. It aims at explaining the usage of Triggers in 4D databases.
SQL, Windows (WinXP), SQL-Server, DBA, Dev
 
Manjushree Das 3.30
Inserting Value of Collection into Database
Updated: 7 Aug 2008
Inserting value of Collection into Database
XML, SQL, C#3.0, WinXP, Win2003, .NET3.5, ASP.NET, ADO.NET, SQL2005, VS2008
 
bhadeliaimran 3.27
Store and Retrieve Trees in SQL under C#
Updated: 17 Jun 2007
In this article, the ability of Microsoft SQL Server database in storing and retrieving trees will be described.
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Reza Shojaee 3.26
Why Caching A DataBase Connection Is A Bad Idea
Updated: 10 Feb 2002
Caching Data in Application or Session objects is a good idea. Caching Database connections in Application or Session objects however is not a good idea. This article explains why and how to best use your database connections.
Win2K, WinXP, ASP, Dev
 
Ashish Patel 3.26
Computed Column Specification in SQL Server
Updated: 18 Jul 2007
Computed Column Specification for populating nth column
SQL, Windows, SQL2000, SQL2005, Architect, DBA, Dev, Design
 
Padoor Shiras 3.26
Dynamically set TextBox.MaxLength based on SQL column size
Updated: 25 Jan 2007
Dynamically set TextBox.MaxLength based on the SQL column size.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Fiwel 3.25
Stored Procedure Generator [Advance] - Unedited
Updated: 10 Jan 2007
A very powerful tool that generates SqlServer Stored Procedure Statments to build N-Tier applications
VB, SQL, C#1.0, C#2.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, VS.NET2003, VS2005, Architect, DBA, Dev
 
Mustafa Magdy 3.24
The BeginLoadData problem and why OOP doesn't work
Updated: 22 Jun 2006
A foray into a specific problem while discovering at the same time the reasons for why OOP often fails us.
C#, Windows, .NET, Visual-Studio, Architect, DBA, Dev
 
Marc Clifton 3.23
Save binary data to SQL Server
Updated: 25 Apr 2002
ASP can save binary data to a table in SQL Server
Win2K, WinXP, ASP, Dev
 
Fernando Finelli 3.23
Automated Class Builder for Database Tables
Updated: 11 Nov 2004
This will create a set of classes that generate a set of C# class files which map into the database tables. They will have the class name same as the table name and they will have a set of properties that are same as the table attributes.
C#, Windows, .NET1.0, .NET1.1, ADO.NET, VS.NET2003, Architect, DBA, Dev
 
Nirosh 3.22
Transactions, locking and table releasing with MySQL
Updated: 16 Apr 2004
Implement a simple class to store multiple queries and run against a MySQL database.
C#, .NET1.1, Win2K, WinXP, Win2003, MySQL, VS.NET2003, DBA, Dev
 
Cláudio de Vasconcelos 3.20
Top 10 Must Have Features in O/R Mapping Tools
Updated: 23 Feb 2007
This article will educate you about the various important features that a good O/R mapping tool would provide you and how it can be beneficial to you.
SQL, C#2.0, .NET2.0, WinXP, Win2003, SQL-Server, VS.NET2003, VS2005, DBA, Dev
 
Iqbal M Khan 3.19
Data Extraction and Manipulation
Updated: 24 Apr 2007
Extracts data from database, manipulates extracted data, and then updates the database
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
lost in transition 3.18
Solving the collation mix with SAP
Updated: 20 Jun 2006
Solving the collation mix with SAP (SQL_Latin1_General_CP850_BIN vs. Latin1_General_CI_AS).
C#, Windows, .NET2.0, Visual-Studio, SQL2005, DBA, Dev
 
r.stropek 3.17
Intermediate OLE DB Consumer with C#
Updated: 16 Jan 2002
Using the OleDbDataAdapter and OleDbCommands objects to consume OLE DB providers
C#, Windows, .NET1.0, DBA, Dev
 
Anthony Roach 3.17
Export from Database In Different Formats: PDF, Excel, Access, XML, HTML, FoxPro, CSV
Updated: 8 Aug 2007
A solution to the problem of exporting data from database in different formats
C++, SQL, C#2.0, Windows, .NET, SQL-Server, COM, COM+, DBA, Dev
 
Dragos Boia 3.16
Processing with C# and Oracle PL/SQL - Unedited
Updated: 29 Apr 2007
An article which describes an alternative way of cooperation between Oracle PL/SQL and C#
SQL, C#1.0, C#2.0, C#3.0, VB7.x, VB8.0, VB9.0, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, SQL-Server, IIS5.1, IIS6, VS.NET2003, VS2005, IIS7, DBA, Dev
 
Dimitar Madjarov 3.14
WEBCLIENT to “European Central Bank” to calculated Exchange between countries. - Unedited
Updated: 15 Apr 2005
This load the "ECB" xml file and parse it into a dataset. From that we can calculated the Exchange rate between difference countries.
C#, Windows, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
hestol 3.13
SQL-DMO: Search and Regenerate Stored Procedures in Seconds
Updated: 22 Sep 2007
Use SQL-DMO Object Library for quick searching and generating stored procedures script
SQL, C#1.0, C#2.0, Windows, .NET1.1, .NET2.0, SQL2000, SQL2005, VS2005, DBA, Dev
 
Triet Ho 3.12
Brief about Triggers in SQL Server 2000
Updated: 17 Jun 2004
A trigger is a database object that is bound to a table. In many aspects, it is similar to a stored procedure. As a matter of fact, triggers are often referred to as a "special kind of stored procedure".
C++, SQL, Win2K, WinXP, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
SquaredRomi 3.11
How to link to an Access Database in a C# Application
Updated: 21 Sep 2004
An article explaining how to link your home database in your C# application.
C#, .NET1.0, .NET1.1, Win2K, WinXP, ADO.NET, VS.NET2003, DBA, Dev
 
Ahmed jamil Kattan 3.11
ASCII/Multibyte to Unicode Conversion
Updated: 16 Feb 2007
An article about converting ASCII/Multibyte to Unicode using C# and SQL/CLR integration.
SQL, C#2.0, .NET2.0, WinXP, Visual-Studio, SQL2005, DBA, Dev
 
carlop() 3.10
Application DataBlock Extender Code Generator using SQLDMO
Updated: 4 Apr 2005
Use this Windows application to generate complete Data Access Layer for your applications.
VB6, C#, SQL, .NET1.1, Win2K, WinXP, Win2003, SQL2000, VS.NET2003, CEO, Architect, DBA, Dev, QA
 
dshalimov 3.09
Generate an Organization Chart from Employee Database
Updated: 18 Nov 2007
Generate an organization chart from employee database using ASP & Microsoft Excel
Windows, ASP, Visual-Studio, Dev
 
BSRK, AHILABALU 3.08
Accessing Row based data in an efficient and maintainable manner
Updated: 1 Aug 2006
Methods for accessing row based data in C# (.NET)
C#1.0, Windows, .NET1.0, Visual-Studio, DBA, Dev
 
Ennis Ray Lynch, Jr. 3.07
Automatic Object Persistency – Part I - Unedited
Updated: 13 Aug 2006
An API to persist business entities without writing database centric code or mapping schema in an external XML File
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Mohammad Ali Azam 3.06
A simple count() query class
Updated: 10 Jun 2005
A class to easily do count() queries.
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
Paul S Ganney 3.04
XmlClient Managed Provider
Updated: 16 Apr 2002
A Class Library that holds a Managed Provider to retreive Load DataSets from Xml sources.
C#, Windows, .NET1.0, DBA, Dev
 
Shawn Wildermuth 3.00
Access MS-Access Databases from Java
Updated: 6 Apr 2009
This article demostrates how to access MS Access databases from Java.
Java, Java SE, JDBC, Dev
 
arnavguddu 3.00
Remote Database Administer via XMLHTTP
Updated: 3 Aug 2002
This article describes how to administer remote database via XMLHTTP and ADOX. It is useful to webmasters who use virtual hosting. Source code is downloadable.
XML, Win2K, WinXP, ASP, Dev
 
Lu Lianbo 3.00
DataStore - A template class for creating sequential access record files
Updated: 15 Nov 2006
A template class for creating sequential access record files
SQL, VC6, Windows, SQL-Server, MFC, DBA, Dev
 
AnOldGreenHorn 3.00
How To Exactly Enumerate SQL Server From LAN By Using SQLDMO - Unedited
Updated: 15 Aug 2005
An article on introducing how to use SQLDMO
SQL, VC6, WinXP, MFC, SQL2000, DBA, Dev
 
Wang Xuemin 3.00
Parallel Processing In SSIS
Updated: 21 Dec 2011
This video shows the essence of parallel processing in SSIS.
All-Topics, Dev, SSIS
 
Keshav Singh 3.00
DLinq Quick Start
Updated: 4 Oct 2007
Start using DLinq in easy steps
C#3.0, Windows, .NET2.0, VS2005, DBA, Dev, Design
 
Maruf Maniruzzaman 2.98
Simple SQL Connection String Manager Class
Updated: 14 Sep 2004
Simple class that helps accessing and managing SQL Connection Strings.
C#, SQL, Windows, WinMobile, .NETCF, Mobile, .NET1.0, .NET1.1, .NET2.0, ADO.NET, SQL2000, VS.NET2003, VS2005, DBA, Dev
 
Pawel Zarzycki 2.97
Get data from database without refreshing the page
Updated: 13 Nov 2002
works in all browsers
Win2K, WinXP, ASP, Dev
 
Amol Rajmane 2.96
BoneBoxes .Net Data Access Tools and Data Tier Generator
Updated: 15 Nov 2002
BoneBoxes is a data access library that provides you with SQL statements and data validation based on the data set's properties
C#, Windows, .NET1.0, Visual-Studio, DBA, Dev
 
BoneHead 2.96
Create a Dynamic Pie Graph with Export in the Excel file Without Creating an Excel Object
Updated: 12 Oct 2006
Create a Dynamic Pie Graph with Export in the Excel file Without Creating an Excel Object
C#, VB, .NET1.1, WinXP, ASP.NET, Visual-Studio, WebForms, Dev
 
DEEPCHAND KOSTA 2.94
Persist Objects with Attributes
Updated: 16 Jun 2005
Enable persistance and population of objects without writing ADO.NET code.
C#, SQL, .NET1.1, Win2K, WinXP, Win2003, ADO.NET, SQL2000, VS.NET2003, Architect, DBA, Dev
 
Thomas Lykke Petersen 2.94
Writing Server Indifferent SQL
Updated: 2 Feb 2009
An article on how to write SQL that runs against all(?) data bases
SQL, DBA
 
Asher Barak 2.94
Configure MS SQL Server 2005 Remote Access ( mixed mode ) - Unedited
Updated: 13 Oct 2006
Configure MS SQL Server 2005 Remote Access ( mixed mode )
C#, SQL, .NET, Win2003, ADO.NET, SQL2005, VS2005, Architect, DBA, Dev
 
hong_wei_li@yahoo.com 2.93
Enhancements done for storing connection strings in Visual Studio 2005
Updated: 29 Jun 2005
Enhancements done for storing connection strings in Visual Studio 2005.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Nishith Pathak 2.91
Data Access Components
Updated: 26 Oct 2003
Data access components to interact with any database.
C#, Windows, .NET1.1, Visual-Studio, DBA, Dev
 
stephanpeters4000 2.88
Database Factory Using C# Generics
Updated: 8 Oct 2006
Database factory using C# Generics.
C#, Windows, .NET, Visual-Studio, Dev
 
SikeMullivan 2.88
C# Data Class
Updated: 27 Jan 2002
A generalised method for calling parameterized stored procedures
C#, .NET1.0, Win2K, WinXP, DBA, Dev
 
SimonS 2.88
Stored Procedure Wrapper
Updated: 23 May 2007
An article on wrapping stored procedure invocations in strongly typed intefaces
C#2.0, Windows, .NET2.0, Visual-Studio, DBA, Dev
 
Szymon Pobiega 2.85
How to manipulate hierarchical information in flat relational database tables (optionally industrial strength)
Updated: 1 Jan 2007
This article describes a technique to quickly retrieve and present hierarchical information from a flat relational database table.
SQL, C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Akshay Srinivasan2 2.77
A Helpful Database Library
Updated: 6 Dec 2006
This article illustrates a helpful database library.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
lost in transition 2.75
How to change ConnectionString easily - Unedited
Updated: 6 Feb 2010
Changing ConnectionString like an attribute in C#
C# (C#1.0, C#2.0, C#3.0), .NET (.NET1.1, .NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2005, SQL2008), Visual-Studio (VS2005, VS2008), ADO.NET, Dev, Design, SysAdmin
 
Ali Marzban 2.73
Insert /retrieve an image into/ from a blob field in Oracle database using C#.Net - Unedited
Updated: 22 May 2007
This article will help you to add an image into a blob field of oracle database, This will also help in retrieving the image from the blob field using C#.Net
C#, .NET, WinXP, Visual-Studio, DBA, Dev
 
ehanthalingam 2.72
How to Pass Parameters to Crystal Reports at Runtime
Updated: 15 Dec 2007
An article on how to pass parameters to Crystal reports from Windows Form at runtime
SQL, Windows, SQL-Server, DBA, Dev
 
Malik Usman 2.70
Restoring Datbase Using BatchFile(*.Bat) - Unedited
Updated: 9 Jun 2008
This article describes on building a Database from scratch using Batch File from the existing Database
C# (C#1.0, C#2.0, C#3.0), SQL, .NET (.NET2.0, .NET3.0, .NET3.5), ASP.NET, SQL-Server (SQL2000, SQL2005), IIS (IIS5.1, IIS6), COM+, ADO.NET, Dev
 
Deepak.M 2.68
Versatile and Extendible Data Access Factory
Updated: 17 Jul 2004
Using and extending the data access classes, and runtime selection and instantiation using a factory and XML configuration file.
C#, SQL, .NET1.0, .NET1.1, WinXP, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
G Ryno 2.67
Simple Database Application - Part 1
Updated: 24 Jan 2003
Connecting to Database using C# and ADO.NET
C#, .NET, Win2K, WinXP, Visual-Studio, DBA, Dev
 
Samar Aarkotti 2.67
Use C# write a designer like PowerDesigner - Unedited
Updated: 14 Aug 2006
How to develop a database structure designer use C#
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
fu yuans 2.67
SimpleQuery – quick and easy database access via ADO.NET
Updated: 18 Aug 2005
A class to allow easy running of T-SQL code against .NET data sources.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
ChrisLee1 2.63
Oracle Data Access Block for .NET - Unedited
Updated: 7 May 2006
This is an Oracle Data Layer class for connecting to Oracle Database from a .net application based on Oracle Data Provider.NET
C#, Windows, .NET, ASP.NET, Visual-Studio, DBA, Dev
 
RB Changanacherry 2.63
SQL Server report compress solution (Zip format)
Updated: 14 Mar 2005
To compress large SQL Server reports and allow the user to download the same in ZIP format.
C#, SQL, .NET, Win2K, ASP.NET, Visual-Studio, SQL2000, DBA, Dev
 
prabhu.subbiah 2.61
How to use CodeProject Grid in MS Access to view multiple intermediate results
Updated: 14 Oct 2002
This article is about using MFC CodeProject Grid, ATL and MS Access together.
SQL, VC6, SQL-Server, MFC, ATL, DBA, Dev
 
rkdev 2.60
Microsoft Application Block for Data Access in .NET
Updated: 5 Sep 2004
This article gives an overview of Microsoft Application Block for Data Access, its advantages and specifies its usage in a .NET application.
C#, .NET, Win2K, WinXP, Win2003, ADO.NET, VS.NET2003, DBA, Dev
 
Sekhar Lanka 2.59
MSSQL/MSDE Server Folder Browser
Updated: 11 Feb 2007
Browse for folder on computer with MS SQL Server from a remote computer.
VB7.x, Windows, .NET1.0, .NET1.1, VS.NET2003, DBA, Dev
 
Eric Shandil 2.57
C# Relational Database
Updated: 8 Feb 2005
This article describes how to write a relational database using C#.
C#, .NET1.0, WinXP, Dev
 
Dave Brighton 2.57
Using SQL trigger to create unlimited unique id's - Unedited
Updated: 29 Sep 2005
Using SQL trigger to create unlimited unique id's
C++, SQL, Win2K, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Vincegee 2.56
SQL Stored Procedure Debugging from SQL Query Analyzer - Unedited
Updated: 22 Aug 2007
Debugging a SQL Stored Procedure in SQL Server 2000 Query Analyzer
C++, SQL, VB8.0, .NET, WinXP, Visual-Studio, SQL2000, DBA, Dev
 
Sarfraz Munna 2.56
Enter Key Behavior Extender
Updated: 10 Apr 2010
This component is used for forms that have too many textboxes which change their focus with Enter key.
C#, Windows, .NET (.NET2.0), Visual-Studio (VS2005), DBA, Dev, WinForm
 
Ehsan Golkar 2.56
MFC and MySQL
Updated: 8 Aug 2002
MFC classes to fill ComoBoxes & ListBoxes with MySQL data.
SQL, VC6, Win2K, WinXP, SQL-Server, MFC, MySQL, DBA, Dev
 
Victor M. Valenzuela 2.55
SQLDataAdapter without using SQLCommandBuilder
Updated: 28 Jan 2004
This article speaks about how to use SQLDataAdapter and its update method without using SQLCommandBuilder
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
vinoth1979 2.53
Custom print procedure in MS SQL 2000/7/6.5
Updated: 23 Dec 2003
This procedure can be called in another Stored procedure or function and quite handy in debugging and development
C++, SQL, Win2K, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
Abhay Dubey 2.53
Grove [.NET Develop Component Kit] - Unedited
Updated: 19 Nov 2003
for database project developer
C#, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, DBA, Dev
 
landws 2.52
Object ByteArray Converter - Unedited
Updated: 17 Jun 2004
this dll help users to convert between any object and byte array which will be very useful when using to insert objects into a DataBase
C#, VB, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, ASP.NET, VS.NET2003, DBA, Dev
 
Tamer Ahmed Farrag 2.52
Using TRY...CATCH in Transact-SQL - Unedited
Updated: 25 Oct 2005
I will discuss the Try & catch error handling feature of the SQL SERVER 2005 (Yukon)
C++, SQL, Windows, Visual-Studio, SQL2005, DBA, Dev
 
Himanshu Kumar Sinha 2.50
C# Class: Text file as DataBase - Unedited
Updated: 17 Oct 2007
This article tries to explain how we could use a TextFile as a simple DataBase.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
RenanDuarte 2.50
Deploy and Debug CLR store procedure - Unedited
Updated: 15 Oct 2006
This article will drive you, how deploy and debug CLR store procedure
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Malpani Amol 2.50
To generate insert statement for user defined tables available in SQL Server 2000, through easy to use wizard. - Unedited
Updated: 23 Jun 2006
It will generate insert statement as per the tables selected by the user, and it also take cares of Identity inserts in the table.
C#, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
Vivek Singh - IN 2.50
Access .NET assembly through SSIS (Script Component) - Unedited
Updated: 8 Oct 2006
Here is some cool stuff to call .NET assembly from SSIS
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Malpani Amol 2.50
DBInspector - Making the case for code generation - Unedited
Updated: 26 Aug 2005
DBInspector is a swiss army knife for database developers. DBInspector helps you generate all types of code based on your database schema.
C#, VB, XML, SQL, Windows, .NET, SQL2000, VS.NET2003, DBA, Dev
 
Mark Williamson 2.48
Dynamic Document ID’s without maintaining Counters! - Unedited
Updated: 29 Mar 2006
An article to demonstrate the creating of business document ids without using stored counters.
C#, SQL, Windows, .NET1.1, .NET2.0, SQL-Server, ADO.NET, VS.NET2003, VS2005, Architect, DBA, Dev
 
Asif Sayed 2.47
Dynamic connection string
Updated: 9 Aug 2004
Creating dynamic connection string on a remote site.
VBScript, Win2K, WinXP, Win2003, ASP, Visual-Studio, IIS5.1, IIS6, Dev
 
x_scripterx 2.45
Inheritance in O/R Mapping
Updated: 9 Jan 2007
Object oriented applications usually have inheritance as an important part of their design, including in their domain objects. However, the corresponding data model has no built-in mechanism for specifying inheritance. Therefore, domain objects must be mapped to relational database intelligently.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Iqbal M Khan 2.43
Using XML as Database with Dataset - Unedited
Updated: 20 Apr 2006
How to make simple Database driven application with XML plain text. Portable, easy and light weight!
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
bern4d 2.42
Versioned Database Access
Updated: 20 Jul 2007
Use the correct data access classes for the current version of the database
C#2.0, Windows, .NET2.0, Visual-Studio, ADO.NET, DBA, Dev
 
kepProg4eva 2.40
Remove comment in SQL
Updated: 12 Feb 2003
Remove comment in SQL to make it easy to execute with MS Access.
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
colison 2.39
Data Access Component and the Factory Design Pattern - Unedited
Updated: 5 Apr 2006
A generic Data Access Component implementation written in C# that supports SQL, Oracle, OLEDB and ODBC data providers. Using the Factory design pattern for instantiating the data provider correct and specific objects determined at run time.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Waleed Al Tamimi 2.39
Store or Save images in SQL Server
Updated: 5 Mar 2010
A sample program to demonstrate how to save or store images in SQL server
SQL, C#1.0, C#2.0, C#3.0, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, .NET3.5, ADO.NET, SQL2000, SQL2005, VS2005, VS2008, DBA, Dev
 
Shabdar Ghata 2.37
Database Project Deployment -- An introduction to the DependencyList
Updated: 29 Sep 2008
A means to deploy Visual Studio database projects, ordering SQL files using a List that yields in the order of dependency.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0), Visual-Studio (VS2005), Architect, Dev
 
jimbobmcgee 2.36
C++ wrapper for Sybase's OPENCLIENT Interface
Updated: 27 Sep 2002
This article will provide a cross platform C++ wrapper for Sybase's OPENCLIENT interface.
C, SQL, VC6, Win2K, WinXP, SQL-Server, DBA, Dev
 
lihaijian 2.33
IDbDataParameter error in .NET
Updated: 11 Sep 2006
How to solve the error when assigning a DateTime to a IDbDataParameter.
VB, C#1.0, C#2.0, Windows, .NET1.0, .NET1.1, .NET2.0, Visual-Studio, DBA, Dev
 
René Paw Christensen 2.33
SQL And C#
Updated: 15 Apr 2011
Generate 100,1000 lines of backend code and stored procedures by just one click on table name in SQL Server
C#1.0, C#3.0, Windows, .NET1.1, .NET3.5, SQL-Server (SQL2000, SQL2005, SQL2008), VS.NET2003, VS2010, DBA, Dev
 
urd_sheir 2.32
Alphanumeric increment in C# - Unedited
Updated: 11 Jun 2006
This code is very useful when you want to auto increment number using A-Z and 1-9 with possible combinationYou can pass any string and system will return next possible number e.g. You can Pass number "PRO01A9" then You will get "PRO01B1"
C#, SQL, .NETCF, Mobile, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, Vista, TabletPC, Embedded, ASP, ASP.NET, VS.NET2003, Architect, DBA, Dev
 
Sandip Dalvi Tung 2.27
C# class that creates 'INSERT INTO' SQL queries
Updated: 16 Dec 2004
Class that creates INSERT INTO SQL queries.
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Adam Klobukowski 2.26
INT versus GUID on a table's primary key
Updated: 6 May 2008
This article tries to show the pros and cons of using INT or GUID types on primary keys.
SQL, C#1.0, C#2.0, C#3.0, VB7.x, VB8.0, VB9.0, DBA, Dev
 
Liviu Holhos 2.26
DTS Export - Unedited
Updated: 16 Nov 2006
Article to export MS DTS packages from one server to another.
C++, SQL, Win2K, SQL-Server, ADO, DBA, Dev
 
KRISHNA PRASAD.N 2.24
Detect Changes To A Database Table
Updated: 25 Feb 2004
This article sorts to illustrate one of the ways by which data table changes can be detected through the use of available aggregate functions like BINARY_CHECKSUM and CHECKSUM_AGG.
C#, SQL, .NET, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev
 
Pradeep Fernandes 2.23
OR.NET - OR Mapper for .NET 2.0 / SQL Server - Unedited
Updated: 8 Oct 2006
Open Source OR Mapper which achieves object-relational persistence through generated C# 2.0 code.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
adamAFA46 2.23
System stored procedures - Beginner Level - Unedited
Updated: 16 Sep 2007
This article will give you a brief introduction on various system stored procedures and how you can write your own queries instead of using the system procedures.
C++, SQL, Windows, .NET, SQL-Server, Visual-Studio, Architect, DBA, Dev
 
rilov 2.20
Connecting to Database SQL Express 2005 with VS 2005 - Unedited
Updated: 2 Aug 2006
Connecting to SQL Express Manualy
SQL, C#1.0, .NET2.0, WinXP, SQL2005, VS2005, DBA, Dev
 
efero 2.17
Writing SQL queries in XML – A support intensive approach - Unedited
Updated: 31 Jul 2005
Article that helps writing SQL in XML to provide better support
C#, SQL, Windows, .NET, Visual-Studio, GDI, SQL2000, Architect, DBA, Dev
 
Syed Asif Iqbal 2.13
Building pluggable data access components
Updated: 25 May 2004
A simple explanation on how to build pluggable data access components.
C#, .NET, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev
 
WillemM 2.13
Store Procedure call in vc++ (ORACLE) - Unedited
Updated: 16 Aug 2006
How to Call or Executive Store Procedure (Oracle ) in vc++
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
sherton 2.12
Paging in SQL Server by using TSQL - Unedited
Updated: 18 May 2006
Facilitating efficient Sql Server paging by giving T-SQL query as input to this generic stored procedure
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
Muhammad Kashif Akram 2.11
SQL Builder for Microsoft SQL Server - Unedited
Updated: 24 Apr 2007
This is a SQL Query Builder which is could be used for further purposes. This was developed under C#.NET. This application will allow us to design a query. It will check any relationship of the tables so there's a little possibility generating query from unrelated tables
C#, Windows, .NET2.0, VS2005, DBA, Dev
 
Arek Suroboyo 2.11
Extended DataTable to Support DTO Generation
Updated: 9 Nov 2007
An article on using DataTable as Generic Data Transfer Object (DTO) for varied data views
C#2.0, Windows, .NET2.0, VS2005, Architect, Dev
 
Pavan Gayakwad 2.11
SQL SERVER - 2005 - Create Script to Copy Database Schema and All The Objects - Stored Procedure, Functions, Triggers, Tables, Views, Constraints and All Other Database Objects - Unedited
Updated: 21 Aug 2007
SQL SERVER - 2005 - Create Script to Copy Database Schema and All The Objects - Stored Procedure, Functions, Triggers, Tables, Views, Constraints and All Other Database Objects
C++, SQL, Windows, Visual-Studio, SQL2005, Architect, DBA, Dev
 
pinaldave 2.09
Determine Holes in IDENTITY Columns
Updated: 29 Sep 2007
An article on an efficient method to determine missing values in an IDENTITY() sequence.
SQL, Windows, SQL-Server, DBA, Dev
 
DejaVudew 2.00
Using TableAdapters with transactions
Updated: 18 Feb 2007
Use TableAdapters with transactions.
C#2.0, .NET2.0, WinXP, ADO.NET, SQL2000, VS2005, DBA, Dev
 
Danko Greiner 2.00
Access SSIS package activities and variable through .NET application - Unedited
Updated: 8 Oct 2006
This article will drive you, how to access and update properties and variable of SSIS package using .NET application
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Malpani Amol 2.00
Add/Drop LinkedServers using SMO - Unedited
Updated: 31 Jan 2006
Add/drop Linked Servers using SQL Server 2005 SMO
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
arunpv 2.00
A customized business transaction in C# - Unedited
Updated: 19 Nov 2007
An article on implementing a customized business transaction class based on LLBLGen Pro.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Chapooki 2.00
Clear the transaction log - Unedited
Updated: 25 Apr 2002
dump the transaction log
C++, SQL, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Fernando Finelli 2.00
Simple way to implement database driven Advance Search Engine to search data in many tables - Unedited
Updated: 1 Mar 2008
Way to search record in relational tables to get search count on a search string
SQL, .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0), ASP, ASP.NET, LINQ, Architect, DBA, Dev, Design
 
Prasad Bhalekar(PP) 2.00
Database manager - Unedited
Updated: 19 Jan 2007
A usefull tool to control the database, easy to use and easy to control.
C#2.0, Windows, .NET2.0, .NET3.0, Visual-Studio, DBA, Dev
 
NaNg15241 1.97
Materialized Views in Oracle - Unedited
Updated: 12 Nov 2006
This article explains in short what Materialized Views are and how to create read-only Materialized Views in Oracle.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
coolestCoder 1.96
Ilumnis Authentication Module - Unedited
Updated: 27 Oct 2005
C# MS SQL user / role / right manipulation
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Darko@Ilumnis 1.94
A Way to Easily Connect to a SQL Server or an Access Database
Updated: 29 Jun 2006
An asembly that provides a way to retrieve, store, and manipulate data in a SQL Server or Access database.
C#, Windows, .NET, Visual-Studio, Dev
 
ovydiu 1.93
Database Script Generator - Unedited
Updated: 9 Oct 2006
This utility can be used to compare two MS Access databases for changes in the data. You have the option of generating the SQL scripts and\or a summary XML
VB6, XML, SQL, C#1.0, .NET1.0, Win2K, WinXP, Win2003, VS.NET2003, DBA, Dev
 
Ajey Dudhe 1.92
Get list of SSIS package and execut, from .NET application - Unedited
Updated: 8 Oct 2006
This article will drive you, how to get list of SSIS packages and executing them using .NET assemblies
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Malpani Amol 1.90
How to create CLR store procedure - Unedited
Updated: 15 Oct 2006
This article will drive you, how to create CLR store procedure
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Malpani Amol 1.89
Delete mechanism.
Updated: 17 Jan 2005
Explains a mechanism of deleting a record when the selected record has related records in other tables.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, DBA, Dev
 
Tadas Budvytis 1.88
SQL - Time Table With Stored Procedure (SQL Server) - Unedited
Updated: 14 Jul 2004
A Stored Procedure for Create a Time Table with all interesting details
C++, SQL, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Romelard Fabrice (Alias F___) 1.83
Setting the SharePoint database straight
Updated: 24 Aug 2004
Investigating the database created by SharePoint for use in your .NET application.
C++, C#, VB, SQL, Windows, .NET, ASP.NET, Visual-Studio, SQL2000, Architect, DBA, Dev
 
Vivek Shaurya 1.83
ADO.NET disconnected data - Unedited
Updated: 11 May 2006
Shows the basics of working with ADO.NET disconnected data.
C#, .NET1.1, Win2K, WinXP, Mono, Visual-Studio, DBA, Dev
 
LockonFlamingCliffs 1.82
Easier Data Access
Updated: 29 Dec 2004
The easier way of accessing data using intermidiate classes between basic ADO.NET classes and your own application.
C#, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
interface Mirror 1.80
Accessing dBase Files
Updated: 1 Jul 2003
How to access a dBase file
SQL, VC6, VC7, Windows, SQL-Server, MFC, DBA, Dev
 
thomask 1.79
LINQ to SQL versus ADO.NET
Updated: 13 Dec 2007
A simple speed comparison.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET1.0, .NET1.1, .NET2.0, Mono, DotGNU, .NET3.0, .NET3.5), ADO.NET, LINQ
 
Islam ElDemery 1.79
Converting Strings to DateTimes for Use in ADO.NET Parameterized Queries using the Data Access Applications Block 3.0 - Unedited
Updated: 23 Oct 2004
This article shows you how to take a date string and use it in a parameterized sql server query
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
ritzcoder 1.75
Data Generator for SQL SERVER 2000,2005 and MSDE - Unedited
Updated: 21 Aug 2006
The tool can generate the specified number of rows for any table. Can be used for stress testing the application
C#, Windows, .NET, Visual-Studio, SQL2000, SQL2005, Architect, DBA, Dev
 
ganesan balachandar 1.68
MySQL C++ Wrapper
Updated: 4 May 2003
A set of C++ classes for working with the MySQL library.
SQL, VC6, VC7, Windows, SQL-Server, Visual-Studio, MySQL, DBA, Dev
 
Kensho 1.63
Multiple filters on a WHERE clause - Unedited
Updated: 2 May 2005
How to write multiple filters on a WHERE clause on a sql sentence
C++, SQL, Windows, Visual-Studio, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
fhunth 1.63
Stored Procedure class generator
Updated: 21 Nov 2004
Generate code classes to access stored procedures via web services.
C#, SQL, .NET1.1, WinXP, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
b_hardman 1.63
SELECT * FROM, sp_helptext ShortCut for SQL Query Analyzer - Unedited
Updated: 12 Jun 2006
A Key ShortCut for 'SELECT * FROM' for tables and to see text of the stored procedures.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Paresh Goyal 1.62
Creating Log file for Stored Procedure - Unedited
Updated: 19 Apr 2007
In this articleI am going to show how to create log file for stored Procedure
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
sarvesh.upadhyay 1.50
Implementing Database Versioning
Updated: 3 Nov 2005
This database script provides a template for properly maintaining multiple versions of a database.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Ezhilan Muniswaran 1.48
Database to XML Exporter - Unedited
Updated: 2 Aug 2001
Learn how to export database fields to XML document
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
Orkun GEDiK 1.40
Capitalize the first character in SQL Server - Unedited
Updated: 15 May 2006
This user-defined function will allow you to capitalize the first character of any string passed to it.
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Erik Bartlow 1.39
Milonic ASP Menu Editor
Updated: 13 Sep 2005
This ASP program simplifies the editing of the Milonic Menu. It uses the sample MSSQL database with minor changes.
SQL, HTML, Win2K, WinXP, ASP, Visual-Studio, SQL2000, DBA, Dev
 
BrianLaF 1.36
Simple C# codegenerator for DB objects (table, store procedure) - Unedited
Updated: 7 Mar 2005
This small utility generates code to call store procedure or C# class from Table
VB6, C#, VC6, VC7, VC7.1, .NET, Win2K, WinXP, Win2003, DBA, Dev
 
Gevorg 1.35
SQL Server 2008 and T-SQL new features - Unedited
Updated: 5 Jul 2007
This articel emphasizes on two key areas Microsoft data plat form vision and T-SQL new features for next generation of application development.
C++, SQL, Windows, Visual-Studio, SQL2005, DBA, Dev, EF
 
Rajesh Mascon 1.34
Writing SQL Server Database tables description into Word Document - Unedited
Updated: 18 Aug 2005
Window application generates the document with Sql Server database tables
C#, SQL, VC7.1, .NET1.1, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
satya.rapelly 1.33
SQL Server – Active Directory Interaction - Unedited
Updated: 17 Aug 2007
Descripe the SQL Server 2000/2005 interaction with Active Directory on Windows 2000 or 2003 server
C++, SQL, eVC4.0, WinMobile, .NET, Mobile, Win2K, Win2003, Visual-Studio, COM, SQL2000, SQL2005, SQL-CE, CEO, Architect, DBA, Dev, QA, Design
 
ThomasMiller 1.33
The Keyspace Problem
Updated: 20 Jul 2006
Just how many customers can you have in your database?
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Ennis Ray Lynch, Jr. 1.32
The Base Class of Connecting To Database - Unedited
Updated: 25 Sep 2005
Perfect interface design for common database which would be used to easily connect to the most kinds of database, such as MS Access, MS SQL Server,..., and so on. Do not worry again about the terrible complex interface of ADO COM, take it easy to implementing your operation logical codes...
SQL, VC6, Win2K, WinXP, SQL2000, DBA, Dev
 
Churn Wuang 1.30
Connecting to Database Express 2005 with VS 2005 - Unedited
Updated: 2 Aug 2006
Codes to help to connect VS 2005 to SQL Express manualy
SQL, C#1.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
efero 1.27
Data Access Helper Class - Unedited
Updated: 9 Oct 2003
This class helps with connecting to DB engine and with returning of resultsets.
C#, Windows, .NET, ASP.NET, Visual-Studio, DBA, Dev
 
Radim_Hampel 1.24
Get comma separated result - Unedited
Updated: 15 Nov 2007
Create command for getting comma seperated value
C#, SQL, Windows, .NET2.0, SQL-Server, VS2005, DBA, Dev
 
Sun Rays 1.18
FireBird SqlAssistant - A FireBird SQL Data Block - Unedited
Updated: 16 Jan 2007
A FireBird .NET data access block completely written in C#. Supports Embedded SQL, INI File SQL and Stored Procedure
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Rafey 1.16
ABCs of Pro*C - Unedited
Updated: 23 May 2007
Basic understanding of Pro*C
C, SQL, VC6, VC7, VC7.1, VC8.0, Windows, SQL-Server, VS.NET2003, VS2005, Architect, DBA, Dev
 
vipulparmar 1.10
Sql Database Connection DLL Written in C# - Unedited
Updated: 8 Sep 2005
Connect and close a sql database with internal error reporting using Event Logs
C#, SQL, .NET1.1, Win2K, WinXP, SQL2000, VS.NET2003, CEO, Architect, DBA, Dev
 
Member 2260574 1.05
NetDbExplorer : Demo for mj10777.DataBase Class - Unedited
Updated: 16 Feb 2004
The use of mj10777.DataBase to Connect, Create (Database/Table), Read and Fill Tables, Update, Insert and Delete Records and show results in a TreeView / ListView Application.
C#, WinMobile, .NET1.1, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev, PayPal
 
Mark Johnson 1.04
Format Number to 2 Decimals in MS SQL without Rounding - Unedited
Updated: 15 Oct 2004
Format any Number to 2 decimal Number without Rounding
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
ashishnaik1 1.03
SqlDbAdaptor hides underlying database - Unedited
Updated: 4 Sep 2007
SqlDbAdaptor hides underlying database and makes very easy to switch database without a single line of code change
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Igor Sokolsky 1.00
How to automate work when working with a Typed Dataset against a database (CSC)
Updated: 22 Nov 2006
DatasetAdaptor encapsulates a dataset and permits automating the work between the database and the dataset.
C#, Windows, .NET, Dev
 
BlaiseBraye 1.00
TreeView DataLoad From Database Table
Updated: 8 Aug 2011
Load Treeview From Database Table
C# (C#3.0), Windows, DBA
 
Azhar Mehmood  
101 with the Interactive Feature of SQL Server Integration Services
Updated: 22 Dec 2011
This demo session demonstrates a little POC as to how can you make your SSIS talk to you.
SQL-Server, DBA, Dev
 
Keshav Singh  
Deploying SSIS Package
Updated: 23 Dec 2011
In this video you will learn to deploy SSIS package in both SQL Server (MSDB) format and File System format
All-Topics, Dev, SSIS
 
Keshav Singh  
Passing Values from Parent to Child Package in SSIS
Updated: 23 Dec 2011
This article describes how to pass values from parent package to a child in SSIS.
All-Topics, Dev, SSIS
 
Keshav Singh  
Adding Chart Controls to SSRS Report
Updated: 2 Dec 2011
How to add chart control to reports defined in SSRS
All-Topics, DBA, SSRS
 
Bangla Gopal Surya  
Master Details Report in SSRS 2008
Updated: 19 Oct 2011
How to create a Master Detail or Summary Detail report in SSRS 2008
All-Topics, DBA
 
BIUser_2011  
A Standard ETL Sample in SSIS
Updated: 6 Jan 2012
This video demonstrates a standard extract-transform-load in SSIS
SQL-Server, DBA, SSIS
 
Keshav Singh  
Scheme of Persistence - Unedited
Updated: 19 Nov 2007
Mapping business objects and Store Procedures
C#1.0, Windows, .NET, Visual-Studio, DBA, Dev
 
IVAN MARTINEZ HERNANDEZ  
Osql Batch Scripter - Unedited
Updated: 15 Nov 2006
Modification of the Osql Batch Scripter
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
F.E.A.  
Binary Relational Modeling
Updated: 28 Sep 2011
An alternative approach to database modeling.
All-Topics, Architect, Dev, database
 
ivan vodišek  
SSDL: Simple Self-Testing Data Layer
Updated: 7 Nov 2011
An easy way to call and manage Stored Procedures in .NET.
C#, SQL, .NET3.5, ADO.NET, VS2010, Dev
 
Paul_Gordon  

Database - MySQL 

top
Title / Updated Author Score  
Message Manager
Updated: 8 Feb 2012
Sending and receiving message, user authentication, user permission, priority message
Windows, Linux, MySQL
 
ebrahim amini sharifi 5.00
SQL Server to SQL Server Compact Edition Database Copy Utility
Updated: 26 Jun 2008
Create and manage your mobile database using SQL Management Studio and export them to SQL Compact Edition databases
C#, SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE), Dev, WinForm
 
johnnycantcode 4.98
MySQL User Defined Functions
Updated: 20 Sep 2006
Tutorial on writing your own MySQL User Defines Functions
C, SQL, VC6, Windows, SQL-Server, Visual-Studio, MySQL, DBA, Dev
 
DarkLizener 4.85
Tracing SQL Queries in Real Time for MySQL Databases using WinDbg and Basic Assembler Knowledge
Updated: 3 Nov 2011
Assembly and MySQL
ASM, Windows, Win32, MySQL, DBA, Dev, QA
 
Rene Pally 4.80
MySQL Database Backup Utility
Updated: 6 Jun 2010
A class to generate a complete backup of a MySQL database.
XML, VB.NET, Windows, .NET3.5, ADO.NET, WPF, MySQL, DBA, Dev, WinForm
 
Wayne Gaylard 4.80
Making Your Own MySQL Backup and Restore Tools in C# (Supports Unicode, UTF8)
Updated: 27 Sep 2011
Unicode, UTF8 character backup and restore of MySQL database in C#
C#, MySQL
 
adriancs 4.77
Connecting to MySQL 5.0 from Visual C# 2005
Updated: 7 Dec 2007
Using C#.NET 2.0 to establish connection to a MySQL database with MySQL Connector/Net 5.0.8.1
C# (C#1.0, C#2.0, C#3.0), SQL, .NET (.NET1.0, .NET1.1, .NET2.0, Mono, DotGNU, .NET3.0, .NET3.5), MySQL, DBA, Dev
 
lzcampbell 4.77
Connect C# to MySQL
Updated: 17 Nov 2009
Connect C# to MySQL using MySQL Connector/Net, Insert, Update, Select, Delete example, Backup and restore MySQL database from C# or .NET application
C#, .NET, Visual-Studio, Dev
 
Etienne Rached 4.74
Minimalistic Driver-less Native MySql Client - Unedited
Updated: 11 May 2009
Native MySql Client not requiring any special driver or library
C++, C++/CLI, C, SQL, Windows (Win2K, WinXP, Win2003, Vista, TabletPC, Embedded, Win2008), WinMobile, Win32, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), Visual-Studio, MySQL, Architect, DBA, Dev
 
Ladislav Nevery 4.61
Site Statistics with PHP and MySQL
Updated: 22 Apr 2009
Site statistics with PHP and MySQL
PHP, MySQL
 
Ghaffar Khan 4.55
Database Programming With MySQL
Updated: 26 Jun 2008
Getting MySQL running and programming it with KDevelop.
C++, Linux, MySQL, Dev
 
pseudonym67 4.53
Working C# code for MySql Stored Procedures IN, OUT, and INOUT parameters - Unedited
Updated: 15 May 2009
An article on how to get parameters into and out of MySql stored procedures.
C# (C#2.0), SQL, Windows (WinXP), .NET (.NET2.0), Win32, Visual-Studio (VS2005), MySQL, Dev, WinForm
 
ken.tachyon 4.27
VB.NET to MySQL Database Connection
Updated: 18 Jun 2007
Connecting from VB.NET to a MySQL database.
VB8.0, .NET2.0, WinXP, Vista, .NET3.0, ADO.NET, MySQL, VS2005, Dev, WinForm
 
jopascual 4.25
An Alternative to Sync Data from SQL Server to MySQL
Updated: 27 Jun 2011
It employs a dynamic trigger, a CLR Stored Procedure, and a Web Service to sync data from a MS SQL Server to MySQL.
C#, Windows, ASP.NET, Visual-Studio (VS2008), MySQL, SQL2008, heterogeneous, Synchronize, scalability
 
scott_liu 4.20
C# MYSQLWrapper Class and PHPWrapper-Script
Updated: 7 Nov 2007
Accessing the MYSQL Database at your webspace from any remote computer
C#2.0, Windows, .NET1.1, .NET2.0, PHP, MySQL, VS.NET2003, VS2005, DBA, Dev
 
cellarjay 4.13
MySQL: Backup, compress, and FTP from WinForms
Updated: 27 Mar 2009
Backup an entire MySQL database, compress it, and send it with FTP to an FTP server.
C#, .NET, Visual-Studio (VS2008), DBA
 
Kunjal999 4.00
Connecting to MySQL Database using C# and .NET
Updated: 7 Apr 2010
This article shows you how to connect to MySQL database using MySQL Connector for .NET
C#, .NET, MySQL
 
Shabdar Ghata 3.83
Lean and extensible mySQL C++ wrapper
Updated: 26 Feb 2007
An article on a lean (2 header files) C++ template class that provides mySQL query
C++, SQL, Windows, SQL-Server, Visual-Studio, MySQL, DBA, Dev
 
Richard Lin 3.79
NHibernate and MySQL - A simple example
Updated: 16 Oct 2008
A short article with an example of how you can use NHibernate and MyQL together.
C#2.0, C#3.0, .NET2.0, .NET3.0, .NET3.5, ASP.NET, MySQL, VS2008, Dev
 
Johan Lundqvist 3.74
Mysql Data Access Layer
Updated: 20 Apr 2009
This an easy way to interact with your mysql database.
C# (C#1.0, C#2.0, C#3.0), SQL, .NET (.NET2.0, .NET3.0), ASP.NET, ADO.NET, MySQL, Architect, Dev
 
Amgad Fahmi 3.46
Simple Way to Insert Data into Table from a CSV or Excel File
Updated: 22 Jul 2010
MYSQL: Rather than reading a CSV file and inserting rows (tedious), speeded process just in one query
PHP, MySQL
 
namrata khandeparkar 3.00
Upload images into a MySQL database using VC++
Updated: 24 Sep 2009
How to upload images into a MySQL BLOB field using the ODBC driver.
VC6, VC7, VC7.1, VC8.0, MySQL, Dev
 
$uresh $hanmugam 2.50
Accelerate database performance using In Memory CSQL Cache - Unedited
Updated: 3 Jun 2008
CSQL Cache is an open-source high performance, bi-directional updateable data-caching infrastructure that sits between the clustered application process and back-end data sources to provide unprecedented high throughput to your application
C++, C++/CLI, SQL, CEO, Architect, Dev, Design
 
praba_tuty 2.04
MySQL Table Manager
Updated: 4 May 2008
The MySQL engine permits user level locks. This article explains how to manipulate these lock types.
C#, SQL, .NET (.NET2.0), Dev, WinForm
 
AKA MAJO  
Security Manager - Full Control of MySQL Users and Their Privileges - Unedited
Updated: 9 Oct 2008
A new free tool to easily manage database users, their privileges and more.
SQL
 
docsmaker  
MySQL XML User Defined Functions
Updated: 7 Apr 2010
Support for Reading XML in MySQL
C++ (VC9.0), XML, SQL, Windows, MySQL, DBA, Dev
 
BarrySolomon  

Database - ODBC 

top
Title / Updated Author Score  
CODBCRecordset class
Updated: 6 Jan 2001
CODBCRecordset class is intended to be full replacement of all ClassWizard generated CRecordset derived classes in MFC projects.
SQL, VC6, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Stefan Chekanov 4.90
ODBCTracer
Updated: 4 Aug 2005
Using Microsoft's tracing infrastructure for ODBC.
SQL, VC6, VC7.1, Win2K, WinXP, SQL-Server, VS.NET2003, DBA, Dev
 
Doga Arinir 4.89
A set of ODBC Classes
Updated: 27 Aug 2001
Two classes that make easy to work with ODBC
SQL, VC6, Win2K, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Carlos Antollini 4.89
DataLayer - Freeware ODBC Library
Updated: 10 Jan 2006
An article on a simple ODBC SDK wrapper library.
SQL, VC6, Win2K, WinXP, SQL-Server, DBA, Dev
 
darkoman 4.88
ODBC Database Access – A Templatised Approach
Updated: 22 Nov 2004
A library of template classes that enables the rapid production of client-side database code.
SQL, VC7.1, WinXP, MFC, STL, SQL2000, VS.NET2003, DBA, Dev
 
Dave Handley 4.80
Interactive SQL Tool (using ODBC)
Updated: 17 Jan 2000
A tool that allows you to query ODBC sources
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
George Poulose 4.73
Database info tool
Updated: 26 Oct 2000
Explore the structure of tables (and views)
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
Massimo Colurcio 4.70
EasyODBC
Updated: 19 Aug 2003
An easy to use C++ wrapper class for ODBC.
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
AnOldGreenHorn 4.69
The CODBCDynamic class
Updated: 14 Mar 2000
A class to dynamically read data from any ODBC data source
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Tom Archer 4.65
CODBCAccess: a CDatabase and CRecordset Wrapper
Updated: 12 Mar 2003
A class to wrap the use of CDatabase and CRecordset into one object to communicate with databases
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Alexander Wiseman 4.65
Simple ODBC Wrapper
Updated: 2 Jul 2004
Simple ODBC Wrapper + Connection classes for several database types.
SQL, VC7, Win2K, WinXP, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
TomKat 4.55
Two classes for parameterized SQL statement and stored procedure
Updated: 13 Oct 2002
An article on using parameterized SQL statement and stored procedure with ODBC
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
dapeng lin 4.44
Parameterized CODBCRecordset Class
Updated: 16 Jul 2001
CODBCRecordset that support parameter prior to opening table(s)
SQL, VC6, Win2K, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
Sasa Kajic 4.00
Simple ODBC classes without MFC
Updated: 3 Nov 2001
A collection of simple classes to connect to ODBC capable DBMS and share those connections
SQL, VC6, SQL-Server, Visual-Studio, DBA, Dev
 
Justin Kirby 3.93
Rails-like Model Base Class for C# .NET Using an ODBC Connection
Updated: 10 Feb 2009
This is a base class that can be used to create model objects for database connectivity via ODBC in C# .NET.
C#, .NET, ADO.NET, Dev
 
Derwin Dexter Sy  

Database - OLE DB 

top
Title / Updated Author Score  
The Dynamic Database Class Based on ATL/OLE DB
Updated: 23 Apr 2002
A class to dynamically manipulate databases data using ATL/OLE DB technology
SQL, VC6, Win2K, WinXP, SQL-Server, ATL, DBA, Dev
 
Eugene Khodakovsky 5.00
Database Development using Visual C++ and OLE DB: Establishing the connection
Updated: 28 Apr 2005
How to start a connection using ATL OLE DB consumer classes and how to obtain a session so that you can use it to query or edit the database.
C++, SQL, Windows, Visual-Studio, ATL, SQL2000, DBA, Dev
 
emadns 4.98
A Visual SQL Query Designer
Updated: 23 Oct 2009
This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OLEDB connection string.
C#, VB, SQL, Windows, .NET, ADO.NET, DBA, Dev
 
Bernardo Castilho 4.93
Using MS DataGrid control with OLE DB consumer
Updated: 22 Sep 2001
Use the MS DataGrid control in your C++ app with OLE DB Consumer Templates
SQL, VC6, Win2K, SQL-Server, MFC, ATL, DBA, Dev
 
Rashid Thadha 4.41
OLE DB consumer using basic C++ 
Updated: 12 Nov 2001
This article is the first of a series OLE DB articles that cover database access using the OLE DB Templates
SQL, VC6, VC7, Win2K, SQL-Server, MFC, DBA, Dev
 
Anthony Roach 4.21
Microsoft Indexing Service and OLEDB
Updated: 15 Apr 2008
How we can access the Windows Indexing Service using OLEDB.
SQL, Windows, SQL-Server (SQL2000, SQL2005), ADO.NET, Dev
 
Ali Hamdar 4.06
High Performance OLE DB library : Ease of ADO, power of OLE DB
Updated: 2 Dec 2001
Introduction to OLE DB extended classes
SQL, VC6, Win2K, WinXP, SQL-Server, DBA, Dev
 
Ghanshyam Naik 3.66
Creating an OLE DB Data Provider
Updated: 12 Jan 2002
This article shows how to create an OLE DB Data Provider that wraps both a C struct and C++ class containing data that is to be made accessible by a SQL query.
SQL, VC6, Win2K, WinXP, SQL-Server, MFC, DBA, Dev
 
David Utz 3.38
Intermeadiate OLE DB Consumer in C++
Updated: 4 Dec 2001
This article expands on my previous article and introduces recordset operations and database entry operations.
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, MFC, DBA, Dev
 
Anthony Roach 3.38
An OLE-DB DLL that you can use in ANSI-C
Updated: 3 Jul 2002
An OLE-DB DLL that you can use in ANSI-C
SQL, VC6, Win2K, SQL-Server, MFC, DBA, Dev
 
roboo 3.33
Improved Versions of CCommand and CDynamicAccessor
Updated: 26 Oct 2004
This article shows one way to extend CCommand and CDynamicAccessor to make OLEDB in C++ easier
SQL, VC7, VC7.1, VC8.0, Win2K, WinXP, SQL-Server, ATL, STL, VS.NET2003, DBA, Dev
 
Jörgen Sigvardsson 3.28
Raw OLEDB Class Library
Updated: 13 Jun 2005
This class provides a raw OLEDB class library.
C++, SQL, Windows, SQL-Server, VS2005, DBA, Dev
 
esob 3.17
Memory Leaks in ATL OLEDB Consumer Objects on CCommand
Updated: 23 Apr 2009
Reports the memory leak issue on the ATL OLEDB CCommand object, and describes the reason and provides a solution.
VC6, VC7, VC7.1, VC8.0, Windows, ATL, Dev
 
jason lue 3.00
Building a Database Application using OLE DB
Updated: 11 May 2004
An article on building a Database Application with OLE DB
SQL, VC6, Windows, SQL-Server, DBA, Dev
 
Yulianto 1.07
Avoid single line comments in query to OLE DB Datasource - Unedited
Updated: 17 Mar 2011
OLE DB Provider pack all query to single line, thus all query text after comment clause will be truncated
SQL, SQL-Server
 
db_developer 1.00
ATL OLEDB Memory Leak 2: CDynamicParameterAccessor
Updated: 27 Apr 2009
A subtle memory leak problem on CDynamicParameterAccessor on special occasions
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C
 
jason lue  

Database - Oracle 

top
Title / Updated Author Score  
Oracle 11g Report Installation on RedHat Linux 5x
Updated: 22 Nov 2011
Oracle 11g Report Installation on RedHat Linux 5x
Oracle, DBA
 
Srivalsalakumar 5.00
Mimicking SQL Server identity column in Oracle - Unedited
Updated: 8 Jan 2012
This article describes how to use a sequence to mimic SQL Server identity column in Oracle
C#, SQL, ADO.NET, Oracle, Architect, DBA, Dev, Design
 
Mika Wendelius 4.94
Custom Aggregates in Oracle
Updated: 19 Mar 2011
How to create custom aggregates in Oracle using PL/SQL
SQL, Oracle, DBA, Dev, Design
 
Mika Wendelius 4.91
Sql180 Developer
Updated: 25 Oct 2008
A Graphic tool for Oracle developers and DBAs
C#, SQL, .NET2.0, WinXP, Win2003, Vista, .NET3.0, .NET3.5, Oracle, VS2005, VS2008, DBA, Dev
 
Guy Haim 4.79
How to call an Oracle Stored Procedure that returns one or more REF CURSORS, using ADO from C++
Updated: 16 May 2006
How to call an Oracle Stored Procedure that returns one or more REF CURSORS, using ADO from C++? Think it should be easy to find on the internet or make it work with a little luck? Not before this article was posted!
SQL, VC6, VC7, Windows, SQL-Server, Visual-Studio, Architect, DBA, Dev
 
Koushik Biswas 4.78
Examples for Creating Oracle Functions
Updated: 13 Mar 2011
The article starts with building a simple toolkit package using basic PL/SQL but also covers some more advanced techniques, such as pipeline.
SQL, Oracle, DBA, Dev, Design
 
Mika Wendelius 4.63
Instant Oracle Using C#
Updated: 7 May 2007
Connecting to Oracle using C# without using Oracle Developer Tools for Visual Studio .NET. Managing Oracle connectivity with a minimal footprint using Oracle Instant Client.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Paul Groetzner 4.53
defeasible asynchronous oracle database operations
Updated: 7 Feb 2012
Run database updates and selects in a separate thread
VB.NET, Windows, ASP.NET
 
Emmet M 4.50
Oracle PL/SQL collections
Updated: 3 Mar 2011
This article briefs about different types of PL/SQL collections, their advantages, how to pass an array to stored procedure from ASP.NET application, etc.
C#, SQL, ASP.NET, Oracle, Dev
 
sandip_bhadane 4.50
Export/Import an Oracle database with date range without constraint issues
Updated: 13 May 2011
Useful tips for Oracle import/export to address constraint issues.
SQL, Oracle, DBA, Dev
 
J Chandra Sekhar Achary 4.50
Installing Oracle 11g XE (Express Edition)
Updated: 14 Sep 2011
This article briefly describes basic information about installing the Oracle 11g XE database on Windows and few Developer tools such as SQL Developer
SQL, Windows, Oracle, Architect, DBA, Dev
 
Mika Wendelius 4.38
CLOB Comparison Line by Line in PL/SQL
Updated: 18 Apr 2011
An implementation of the Longest Common Subsequence (LCS) diff algorithm in PL/SQL.
SQL, Oracle, Dev
 
Manuel Vidigal 4.33
OraLib - a lightweight C++ wrapper over Oracle's OCI library
Updated: 3 Jul 2002
6 classes that provide a lightweight C++ wrapper over Oracle's OCI library
SQL, VC6, SQL-Server, DBA, Dev
 
Bobi B. 4.33
Returning Multiple Ref Cursors from Oracle using DAAB
Updated: 9 Jun 2009
How to return multiple ref cursors from Oracle using DAAB
C# (C#1.0, C#2.0, C#3.0), .NET, ASP.NET, Oracle, DBA, Dev
 
himanshu2561 3.87
Simple C# code generator for Oracle
Updated: 13 Mar 2007
This is a simple C# code generator for stored procedures in an Oracle database. It also can create text for the new stored procedures.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
rovshan_b 3.76
A Very Simple Oracle Query Tool
Updated: 11 Jul 2008
This is a very simple tool, to query an Oracle XE database
C#2.0, .NET2.0, WinXP, Visual-Studio, Oracle, Dev
 
Syed M Hussain 3.73
C++ wrapper for Oracle's OCI Interface
Updated: 27 Sep 2002
This article will provide a cross platform C++ wrapper for Oracle's OCI interface.
C, SQL, VC6, Win2K, WinXP, SQL-Server, DBA, Dev
 
lihaijian 3.50
Auto-discover Oracle TNS service names with COSidHelper class
Updated: 5 Sep 2003
An article on how to discover Oracle TNS service names.
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, MFC, DBA, Dev
 
li@agileinfollc.com 3.47
Mixing .NET Remoting with COM+ to communicate with an Oracle database: Client and server side
Updated: 5 Nov 2007
This article will explain a system made for developers to store their software versions in a SQL database, client and server side. Will handle COM+ mixed with Remoting, and a Oracle database.
SQL, C#1.0, C#2.0, C#3.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, .NET3.0, SQL-Server, COM+, VS.NET2003, VS2005, Architect, DBA, Dev
 
Windmiller 3.11
Using C# for Inserting CLOB Data in Oracle
Updated: 3 Aug 2007
Inserting CLOB data into an Oracle table using C#.
C#2.0, .NET1.1, .NET2.0, WinXP, Oracle, VS.NET2003, VS2005, DBA, Dev
 
ace 2.61
OraToolDotNet
Updated: 25 Jan 2008
An oracle database query, schematic view and query export tool
C# (C#2.0), Windows, .NET (.NET2.0), ADO, DBA, Dev
 
cagatay.yildir.im 2.60
Oracle connection and cursor class for Visual C++ in a VB Style
Updated: 19 Dec 2002
A class to connect Oracle using OCI8 libs, that simplifies the connection and the access to data using SQL strings.
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, Visual-Studio, MFC, DBA, Dev
 
jperez 2.56
TNSNames Reader
Updated: 13 Nov 2008
An article explaining how to list oracle data sources from tnsnames.ora file
C#, Oracle, DBA, Dev
 
ciro_vladimir 1.67
Oracle database 11g release 2 installation on suse and Enterprise Linux
Updated: 3 Dec 2011
Oracle database 11g release 2 installation on suse and Enterprise Linux
Oracle
 
Srivalsalakumar  
Full text search with Oracle Text
Updated: 8 Nov 2005
How to do full text search with Oracle Text
VBScript, SQL, Oracle, Dev
 
fstrahberger  
Creating and Modifying Database Objects - Unedited
Updated: 30 Mar 2008
oracle 10g
 
Ali Etoom  

Other databases 

top
Title / Updated Author Score  
SQLiteTbl, A C++ class that provides a CRecordSet like interface for SQLite
Updated: 2 Dec 2008
A CRecordSet like interface for a SQLite database table.
C++ (VC6, VC7, VC7.1, VC8.0), C, Dev
 
Brad Kremer 5.00
Using TABLE INHERITS in Oracle and PostgreSQL to provide consistency
Updated: 11 Feb 2010
Using TABLE INHERITS in Oracle and PostgreSQL to provide consistency
SQL, All-Topics, Architect, DBA, Dev
 
Alaric Dailey 5.00
Migration of Relational Data structure to Cassandra (No SQL) Data structure - Unedited
Updated: 10 Nov 2011
Migration of Relational Data structure to Cassandra (No SQL) Data structure
Cloud, SQL-Server, MySQL, Oracle
 
Phani Krishna Kollapur Gandla 5.00
RaptorDB - The Key Value Store V2 - Unedited
Updated: 8 Feb 2012
Even faster Key/Value store nosql embedded database engine utilizing the new MGIndex data structure with MurMur2 Hashing and WAH Bitmap indexes for duplicates.
C#, .NET, DBA, database
 
Mehdi Gholam 4.96
Writing UDFs for Firebird Embedded SQL Server
Updated: 23 Oct 2009
We will describe how to create your own native Firebird extension and show some approaches how to use it in managed code applications
C++, C#, SQL, Windows, Architect, Dev
 
Ivan_Komarov, Apriorit Inc 4.95
Using MongoDB with the Official C# Driver
Updated: 24 Oct 2011
Introduces how to use MongoDB in your ASP.NET MVC project using the official C# driver.
C#, .NET, Dev, mongodb
 
Ercan Anlama 4.95
Building an embedded database engine in C# - Unedited
Updated: 10 Jun 2009
DbfDotNet is a very fast and compact fully managed standalone database/entity framework, for the .Net Framework.
C# (C#1.0, C#2.0, C#3.0), Dev, EF
 
Pascal Ganaye 4.92
SharpHSQL - An SQL engine written in C#
Updated: 10 Oct 2001
Presenting a high performance SQL engine ported to C# from Java
C#, Windows, .NET1.0, DBA, Dev
 
Mark Tutt 4.89
Using PostgreSQL in your C# (.NET) application (An introduction)
Updated: 15 Nov 2008
In this article, I would like to show you step by step how to use this fantastic database in your C# application.
SQL, VC6, VC7, VC7.1, VC8.0, Dev
 
Adrian Pasik 4.88
RaptorDB - the Key Value Store - Unedited
Updated: 22 Jan 2012
Smallest, fastest embedded nosql persisted dictionary using b+tree or MurMur hash indexing. (Now with Hybrid WAH bitmap indexes)
C#, Windows
 
Mehdi Gholam 4.86
Embedded Firebird: Full-Featured Embedded Database with 2 MB Runtime
Updated: 28 Jan 2005
An example that shows how Firebird database excels in embedding.
C#, SQL, Windows, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev, WinForm
 
Dan Letecky 4.84
Paradox database native .NET reader
Updated: 17 Mar 2011
Read contents of a Paradox database in pure .NET code without using BDE or other libraries; index support included.
C#, .NET, Dev
 
Petr Bříza 4.82
An Easy to Use Wrapper for SQLite3 (Totally Free Embedded Database Engine!)
Updated: 23 Dec 2007
I have created classes to wrap the SQLite3 library, to remove many headaches...
VC6, VC7, VC7.1, VC8.0, Win2K, WinXP, Win2003, Vista, SQL-Server, MFC, VS.NET2003, VS2005, DBA, Dev
 
Daniel Cohen Gindi 4.81
MongoDB and C#
Updated: 15 Jun 2010
Using MongoDB from C#.
C#3.0, .NET, LINQ, VS2008, Dev
 
Craig G. Wilson 4.80
Oracle Advance Queue or Advanced Queuing from .NET (C#/VB/MC++)
Updated: 22 Nov 2005
How to use Oracle advance queue from a .NET enviroment.
C++/CLI, C#, VB, VC7.1, .NET1.0, .NET1.1, Win2K, WinXP, Win2003, Vista, VS.NET2003, DBA, Dev
 
CastorTiu 4.78
An introduction to LINQ for db4o - Unedited
Updated: 8 May 2008
A demo web application for demonstrating the power of LINQ for db4o.
C# (C#3.0), .NET, ASP.NET, LINQ, Dev
 
edwin_vermeer 4.75
Oracle Service Manager
Updated: 13 May 2004
Manage the state of Oracle services to conserve resources -- just like Microsoft SQL Server Service Manager.
C#, .NET1.1, Win2K, WinXP, Win2003, VS.NET2003, DBA, Dev
 
Rob Kayman 4.72
Uploading and Downloading BLOBs to Microsoft Access
Updated: 21 Dec 2006
Illustrates how to upload and download BLOB data to Microsoft Access.
C#, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
zam664 4.71
MsAccess MdbTools with MFC and .NET - Unedited
Updated: 13 Jan 2012
Viewer of MsAccess databases directly from MFC and .NET - Repair corrupt databases
C++, C++/CLI, C#, Windows, .NET, MFC
 
ErnestoNet 4.67
A CRUD Form using SharpDevelop and PostgreSQL
Updated: 21 Oct 2009
This article is a tutorial on how to create a CRUD (Create, Retrieve, Update and Delete) Form using SharpDevelop and PostgreSQL, implementing a BindingNavigator to explore the table used in the application.
SQL, Windows, .NET3.0, Dev
 
Juan Fajardo 4.67
Fulltext Search for Firebird SQL
Updated: 9 Mar 2005
How to search data stored in a Firebird SQL database using a fulltext index.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
Dan Letecky 4.65
Case-Insensitive Sort of UTF8 Data Using System.Data.SQLite
Updated: 22 Nov 2009
SQLite lacks case-insensitive sort of UTF8 data. In this article, you will see how to get rid of this limitation in .NET.
C#, SQL, Windows, WinMobile, .NETCF, .NET, Dev
 
Dmitry Vitkovsky 4.63
MySqlUtil - TableAdapters for MySql
Updated: 3 Aug 2006
A program which generates Typed DataSets and TableAdapters for MySQL databases
C#2.0, Windows, .NET2.0, MySQL, VS2005, DBA, Dev
 
Ian Semmel 4.59
The Lob Stream Framework, Part 1
Updated: 5 Jul 2007
Providing a few classes and types that aid in the use of lob streams
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Peter De Jonghe 4.58
10 Steps to Creating a Windows Mobile Database Application Using .NET and UltraLite 10
Updated: 18 May 2007
The purpose of this article is to help get a user started in building a mobile database application using Visual Studio .NET (C#).
SQL, C#2.0, Windows, .NETCF, .NET2.0, WinMobile5, VS2005, DBA, Dev
 
Liam Cavanagh 4.53
MySQL Schema in C#
Updated: 18 Jan 2004
An article on HOW-TO grab MySQL schema in C#. This program utilizes ODBC API.
C#, Windows, .NET1.1, MySQL, VS.NET2003, DBA, Dev
 
Rajib Bahar 4.50
Optimistic Concurency and Audits using PostgresSQL
Updated: 26 Jan 2009
Discussion of concurency and audit trails using the Postrgres database.
SQL, DBA, Dev
 
Donsw 4.50
CSV Filter
Updated: 27 Sep 2009
How to read, filter and write your CSV files
C# (C#1.0, C#2.0, C#3.0), Windows, .NET, ADO.NET
 
Muammar© 4.44
The Lob Stream Framework, Part 2
Updated: 9 Jul 2007
In this article, I build further on the foundation of Part 1 as I will actually implement a subclass of LobStream to manage binary/text data to and from an SQL Server Express database
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Peter De Jonghe 4.38
How to write PL/pgSQL functions (for PostgreSQL 8.3)
Updated: 3 Mar 2009
A general overview and introduction to the basics of writing PL/pgSQL functions in PostgreSQL.
SQL, Linux, DBA
 
MrTimmins 4.33
5 Steps to Adding Data Replication to a Windows Mobile Application
Updated: 18 Apr 2007
The purpose of this article is to show how to add data replication to a mobile application through the use of .NET (C#).
SQL, C#2.0, Windows, .NETCF, .NET2.0, PocketPC-2002, WinMobile2003, WinMobile5, VS2005, DBA, Dev
 
Liam Cavanagh 4.33
Audit Trail for Postgres
Updated: 20 Jan 2009
Discussion of audit trail implementation for the Postrgres database
.NET2.0, DBA, Dev
 
Donsw 4.33
Data Application Block for Firebird SQL
Updated: 29 Mar 2006
Data Application Block for Firebird SQL intended to speed the development of applications.
C#, Windows, .NET1.0, .NET1.1, .NET2.0, VS.NET2003, VS2005, DBA, Dev
 
Xela220 4.32
How to use Oracle 11g ODP.NET UDT in an Oracle Stored Procedure's Where clause
Updated: 3 Mar 2009
Passing a VARRAY custom type from .NET and using it in a Where clause in an Oracle Stored Procedure.
C#, SQL, VS2005, VS2008, Dev
 
kamran anwar (Software Engineer) 4.20
C++ Wrapper Library for Firebird Embedded SQL - Unedited
Updated: 23 Sep 2009
This article is devoted to the Embedded Firebird database usage and also development of C++ wrapper of this database.
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, Windows, Visual-Studio, Dev
 
Apriorit Inc, Eugene Wineblat 4.20
10 Steps to Creating a Windows Mobile Database Application Using .NET and SQL Anywhere 10
Updated: 24 May 2007
The purpose of this article is to help get a user started in building a mobile database application using SQL Anywhere and Visual Studio .NET (C#)
C#2.0, .NETCF, Mobile, .NET2.0, Win2K, TabletPC, SQL-Server, VS2005, DBA, Dev
 
Liam Cavanagh 4.20
Upgrade framework for SQLite databases
Updated: 1 Feb 2009
My small, home-brewed database upgrade framework for upgrading SQLite databases...
C# (C#1.0, C#2.0, C#3.0), Windows, .NET (.NET2.0), ADO.NET, Architect, DBA, Dev
 
liron.levi 4.17
Using DataAdapters and stored procedures with Sybase and ODBC.NET
Updated: 28 Jan 2003
Small demo app using Sybase ODBC.NET and a DataAdapter to edit a DataGrid
C#, Windows, .NET1.0, DBA, Dev
 
Chris.fi 4.13
C# & SQLite - Storing Images
Updated: 15 May 2011
How to insert images / binary data into a database.
SQL, C#4.0, .NET, WinXP, ADO.NET, DBA, Dev, image, Development, Sqlite, Project, Bitmap, IO, WinForm
 
kribo 4.00
DBCreate In Postgres
Updated: 22 Dec 2008
An article on database create using PostgreSQL
C#2.0, Windows, .NET3.0, DBA, Dev
 
Donsw 4.00
An Introduction to Oracle's Berkeley XML Database
Updated: 20 Mar 2007
An article introducing Oracle's Berkeley XML Database and the command shell
C#, Windows, .NET, Visual-Studio, ADO.NET, DBA, Dev
 
Handpeople 3.57
Creating newid for PostgreSQL
Updated: 4 Feb 2010
Generating uuids in postgres without uuid ossp
SQL, DBA, Dev
 
Alaric Dailey 3.50
.NET like Access(V1)
Updated: 28 Feb 2006
Database library for rapid development.
C#, Windows, .NET3.0, Visual-Studio, DBA, Dev
 
Refky Wahib 3.20
C# MySQL Profile Provider for .NET 2.0
Updated: 13 Sep 2006
This is a MySQL based Profile Provider written in C# for .NET 2.0
C#, VB, Windows, .NET, ASP.NET, Visual-Studio, ADO.NET, WebForms, MySQL, DBA, Dev
 
Edacio 3.17
MySQL connector for Microsoft Enterprise Library (January 2005 version)
Updated: 9 Jun 2005
Adds support for MySQL databases in the Data Access Application Block.
C#, SQL, Windows, .NET1.1, Visual-Studio, ADO.NET, MySQL, DBA, Dev
 
Benjamin Mayrargue 3.00
Connection to DB2 from .NET - Unedited
Updated: 25 May 2008
How to connect to IBM DB2 from .NET on Windows
C# (C#2.0), SQL, Windows (WinXP), Visual-Studio (VS2005), DBA, Dev
 
Lukas_J 2.33
Connecting to MySQL database from your .NET applications.
Updated: 19 Feb 2004
A simple introduction on how to connect to a MySQL database.
C++, C#, .NET, WinXP, Visual-Studio, MFC, MySQL, DBA, Dev
 
Sabith.V.Mannadiar 2.21
Using ADO to connect to a Visual FoxPro (dbf) table in C++
Updated: 16 Jun 2006
This is a simple sample showing how to get a database connection using ADO to connect a dbf table.
VC6, Visual-Studio, ADO, Dev
 
zhipeng0117 1.35
Web enabling data on a SQL Anywhere Server using a native web service - Unedited
Updated: 6 Jan 2008
An HTML Native web Service on SQL Anywhere Database Server
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE), DBA
 
mysorian 1.00
A Public D3 Database C# Class - Unedited
Updated: 20 Jan 2012
Access the D3 (Pick) Database using ODBC with a common/public C# class
C#, Windows, Dev
 
wkiess01  

Database - SQL 

top
Title / Updated Author Score  
Visual Representation of SQL Joins
Updated: 3 Feb 2009
This article describes SQL Joins in a visual manner, and also the most efficient way to write the visualized Joins.
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), MySQL, Oracle, DBA
 
C.L. Moffatt 4.97
SQL for Developers: Basic Data Retrieval
Updated: 11 Jan 2011
The developer’s guide to writing powerful SQL commands while avoiding the pitfalls that come from an incomplete knowledge of what is going on under the hood.
SQL, DBA, Dev, TSQL
 
Tim Corey 4.94
A Model to Represent Directed Acyclic Graphs (DAG) on SQL Databases
Updated: 14 Jan 2008
Addressing the general problem of representing directed acyclic graphs (DAGs) in SQL databases
SQL, SQL-Server, Architect, DBA, Dev
 
Kemal Erdogan 4.93
Arabic currency conversion from numbers to letters
Updated: 9 Aug 2009
Convert numbers to characters for Arabic applications.
SQL, .NET2.0, .NET3.0, .NET3.5, SQL2005, SQL2008, DBA, Dev
 
wael Refaat 4.90
Continuous Integration for Databases with Visual Studio
Updated: 23 Nov 2010
Provides a framework for predictably compiling, extracting, and deploying a database project.
C#, SQL, Windows, SQL2005, VS2008, SQL2008, Architect, DBA, Dev
 
Adam Nachman 4.84
Creating a Private Installation for SQL Compact
Updated: 24 Sep 2010
This article discusses how to create a private installation for SQL Compact
SQL, Windows, SQL-Server, DBA, Dev, EF
 
David Veeneman 4.81
A Fairly Capable Authorization Sub-System with Row-Level Security Capabilities (AFCAS)
Updated: 12 Feb 2009
An implementation of role-based authorization control (RBAC) model with row-level access control capabilities at the database server level
SQL, SQL-Server, DBA, Dev
 
Kemal Erdogan 4.76
Using SQL Server Table Variables to Eliminate the Need for Cursors
Updated: 15 Jan 2010
Avoid using cursor now, just try Table Variables!
SQL, DBA, Dev
 
Leo Bi 4.75
Using Information from the .NET DataProvider
Updated: 14 Jan 2010
Using information from the .NET DataProvider to improve dynamic SQL and allow the use of multiple databases.
C#, SQL, .NET, ADO.NET, Dev
 
Alaric Dailey 4.67
SQL Joins
Updated: 20 Aug 2010
This article is written to describe all the different types of Sql Joins
SQL-Server, Oracle
 
Vivek Johari 4.67
SQL for Developers: Data Crunching
Updated: 24 Jan 2011
The developer's guide to getting the right information out of mountains of data. Learn how to boil down the data into useful information while being confident that you haven't left any data behind.
SQL, Windows, SQL-Server, DBA, TSQL
 
Tim Corey 4.61
FTP directly in SQL (Using SQL CLR)
Updated: 6 May 2011
Using FTP via CLR in SQL
SQL, Windows, DBA
 
Justin Porteous 4.60
Backup Microsoft SQL Database and Upload to FTP
Updated: 4 Oct 2008
Make backups of SQL databases and upload them to FTP server
C#, Windows, .NET3.5, SQL2000, SQL2005, VS2008, DBA, Dev
 
funklet 4.58
SQL XML Documentation
Updated: 29 Feb 2008
How to create and compile SQL XML Documentation comments
XML, SQL, C#2.0, Windows, .NET2.0, SQL2000, SQL2005, VS2005, DBA, Dev
 
EJocys 4.57
Discover SQL: Dynamically recomputing columns
Updated: 17 May 2002
How to perform different computations for each row of a certain table, with each computation involving several columns.
C++, SQL, .NET1.0, Win2K, WinXP, SQL-Server, Visual-Studio, DBA, Dev
 
Adrian Bacaianu 4.56
HTML Parser In SQL SERVER 2005 (Set Based Approach)
Updated: 12 Jan 2010
An HTML parser for parsing only the HTML body content
SQL, SQL-Server, Architect, Dev
 
Niladri_Biswas 4.56
Building an SQL Logic Engine
Updated: 22 Sep 2008
This article describes how to build a logic engine entirely in SQL. In the context of our example, a logic engine is a program that takes in a set of variables and corresponding values, evaluates a set of predefined conditions and builds a result set based on which conditions were found to be true.
SQL, SQL2005, Architect, Dev, Design
 
Steve Marsh 4.54
Remove Skype Chat History for Single Contact
Updated: 6 Jan 2010
A small C# utility to clear a single contact chat history, since Skype by default only deletes full chat history.
C#, SQL, Vista, Win7, DBA, Dev
 
lkgamage 4.50
Padding strings in TSQL using a generic UDF
Updated: 8 Jun 2009
Left padding or right padding strings in TSQL using a UDF.
SQL, SQL-Server, Dev
 
Robin_Roy 4.50
SQL code to traverse self-referencing tables with parent-child relationships
Updated: 7 Jul 2009
SQL code to traverse self-referencing tables with parent-child relationships. Recursive SQL written without special proprietary commands.
SQL-Server, DBA, Dev
 
Alexei Fimine 4.50
DAL Class and Transact-SQL Generator for C# and VB.NET
Updated: 8 Dec 2007
Automatically generates the required class and stored procedure to work with SQL databases
C#, VB, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, Vista, TabletPC, Embedded, SQL2000, SQL2005, VS2005, DBA, Dev
 
Hamidreza-Ghasemkhah 4.44
SQL in ten minutes
Updated: 31 Mar 2002
Learn SQL basics quickly, as fast as in ten minutes!
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Dan Pomerchik 4.41
How to Use SQL Server to Select Records for a Scheduled Date
Updated: 20 Nov 2009
Retrieving appointments without having to store all future occurrences
SQL, Windows (WinXP, Win2003, Vista), SQL-Server (SQL2005, SQL2008), Architect, DBA, Dev, Design
 
Vilhelms 4.39
Walkthrough: Filtering and Updating in an N-Tier Data Application
Updated: 15 Jan 2009
Builds on the Microsoft N-Tier Data Application walkthrough to add filtering and updating features.
C#, SQL, Windows, .NET3.5, VS2008, SQL2008
 
Brian C Hart 4.38
SQL Syntax Validator
Updated: 7 Aug 2001
How to validate SQL Queries Prior to executing them
SQL, VC6, Windows, SQL-Server, DBA, Dev
 
Santosh Rao 4.36
Fetching Data from Microsoft Excel using SQL
Updated: 30 Jul 2007
How to fetch data from Microsoft Excel using SQL
SQL, C#2.0, Windows, Office, .NET1.1, SQL-Server, COM, ADO.NET, VS.NET2003, DBA, Dev
 
Rashutosh Paul 4.33
Some Interesting T-SQL Scripts Regarding Two Transactions Related to Identity Fields and Table Variables
Updated: 26 Apr 2010
This article introduces some interesting T-SQL scripts regarding two transactions related to the identity fields and table variables
SQL, SQL-Server, DBA, Dev, Design
 
Dr. Song Li, binyam d 4.33
SqlCommand Generator
Updated: 6 Feb 2012
A static method that returns a SqlCommand object with all the parameters for a specific stored procedure
C#, .NET
 
Ashkan.hosseini 4.33
Depth-wise Ordering for Trees in SQL
Updated: 7 Jun 2007
Using a modified Adjacency List model in SQL, can you retrieve a depth-wise ordered subtree?
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, Architect, DBA, Dev
 
Adam Hurwitz 4.30
The Deep Table
Updated: 4 May 2010
A natural way of joining tables using SQL
SQL, Architect, Dev, Design
 
Alejandro Xalabarder 4.27
A Query Builder Class For Visual Basic 2005 Hand Coders
Updated: 12 May 2011
Most programmers prefer hand-coding database queries. This is a class that automates query building, while the code is as readable as the program logic.
VB6, VB (VB7.x, VB8.0, VB9.0), SQL, .NET (.NET2.0), Visual-Studio (VS2005)
 
Elizalde G. Baguinon 4.25
Improve hierarchy performance using nested sets
Updated: 17 May 2003
This article describes how to use nested sets to improve performance of hierarchies within SQL Server and other relational databases
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
James Simpson 4.24
SQL Table to Managed Type Creator
Updated: 28 Jun 2011
SQL Table to Managed Type Creator
C#, SQL
 
zenwalker1985 4.20
SQL WHERE - the easy way
Updated: 18 Feb 2002
Creating SQL WHERE clauses can be a pain. This class grants relief.
SQL, VC6, Win2K, WinXP, SQL-Server, MFC, DBA, Dev
 
Andreas Saurwein Franci Gonçalves 4.11
The beauty of SQL Server queries - Part I
Updated: 14 Oct 2002
Discusses the SQL's SELECT statement in details.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Mehdi Mousavi 4.00
SyBASE ASE vs Microsoft SQL Server at Hierarchy Building Sample
Updated: 30 Sep 2010
This article describes how modern industrial RDBMSs solve hierarchy building task, by the way SyBASE ASE and Microsoft SQL Server SQL are compared
SQL, SQL-Server (SQL2008), CEO, Architect, DBA, Dev, Design
 
db_developer 4.00
Delete duplicate entries from a data store while leaving a single copy
Updated: 5 Apr 2009
How to delete duplicate entries from a data store, while leaving a single copy.
SQL, Oracle, SQL2005, SQL2008, DBA, Dev
 
Tarek Najem 4.00
Convert a Hexadecimal to int using Microsoft SQL
Updated: 22 Apr 2007
An article on how to convert a Hexadecimal to int using Microsoft SQL
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
topcatalpha 3.93
SQL Script Executer or Reader Executes Microsoft SQL Scripts
Updated: 10 Sep 2007
SQL Script Executer or Reader executes the scripts which are already generated and you want to execute them. Just change the path where your scripts reside.
C#, VB, SQL, .NETCF, Mobile, .NET1.0, .NET1.1, .NET2.0, WinXP, .NET3.0, SQL2000, SQL2005, VS.NET2003, VS2005, DBA, Dev
 
idreeskhan 3.88
SQL Server Schema Comparison Tool in Visual Studio 2010
Updated: 14 Jan 2011
This article explains the new tool in Visual Studio 2010 which most of the users use to see the comparison report of the 2 different database schemas.
.NET, SQL-Server (SQL2000, SQL2005, SQL2008), Visual-Studio (VS2010), .NET4
 
KarthikAnbarasan 3.80
How to make an online conversion from code page to Unicode in your SQL scripts.
Updated: 19 May 2002
This article shows how to use directly in your Microsoft SQL, an extended stored procedure that makes conversions between Unicode and code page data.
SQL, VC6, Win2K, SQL-Server, Visual-Studio, DBA, Dev
 
Adrian Bacaianu 3.79
Can you do this in one statement?
Updated: 24 May 2002
A SQL conspiracy ...
C++, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
Xiangyang Liu 刘向阳 3.68
SQL Queries - Templates and a Preprocessor
Updated: 4 Dec 2008
A simple SQL queries preprocessor in PHP.
SQL, SQL-Server, Dev
 
Andrei Bozantan 3.67
CDC - Change Data Capture
Updated: 13 Sep 2009
Audit of SQL inserts, udpates, and deletes
SQL, .NET (.NET3.5), SQL-Server (SQL2008)
 
Donsw 3.67
Convert GMT to Local Date time
Updated: 18 Mar 2009
SQL function to convert GMT datetime to Local datetime
Javascript, CSS, HTML, XHTML, Java SE, WebForms, Ajax, JDBC, DBA
 
Ritesh Poojara 3.60
Goto definition Add-In but for SQL Stored Procedures !!
Updated: 3 Feb 2007
This add-in lets you navigate to the specified SQL stored procedure if you refer to it in your code,
C#, SQL, Windows, .NET, Visual-Studio, Dev
 
alaac# 3.56
SQL Server Interview Questions - Part 1
Updated: 10 Jan 2008
An article listing SQL Server Interview Questions
SQL, SQL-Server, DBA, Dev
 
Shivprasad koirala 3.54
An Interactive SQL Console
Updated: 21 Apr 2008
An interactive SQL console application written to improve upon the "osql" console application that comes with SQL server
SQL, Windows, .NET, SQL-Server, Visual-Studio, Dev
 
wizofaus 3.50
Century Date Tables
Updated: 26 Oct 2000
SQL DDLs for creating table structures and inserting the data for a set of tables suitable for producing pick lists for validation of the Month Names, Month Numbers, Days in each Month and Years in the 20th Century
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
John Bevilaqua 3.38
How to Sort Alphanumeric Data in SQL
Updated: 12 Jan 2010
Sort alphanumeric data in SQL.
SQL, Windows, SQL-Server, Dev
 
Ravi Kallamadi 3.27
Dynamic SQL Generator
Updated: 14 Jun 2010
Generate dynamic SQL Stored Procedures for advanced search quickly and easily
C# (C#3.0), SQL, .NET (.NET3.5), SQL-Server (SQL2000, SQL2005), Dev
 
Omar Gamil 3.09
Correlated Sub-Query vs. Case Statement
Updated: 7 Mar 2010
A simple case study to compare the efficiency of using a Sub-Query vs a Case statement to perform data aggregation.
SQL, Dev
 
Andy_L_J 3.00
A SQLProcedure For MSSQL 2005 Of CustomPaging With RowNum And CustomPaging Without RowNum Both For MSSQL 2000 And MSSQL 2005
Updated: 29 May 2009
WITH Clause AND EXEC sp_executesql Clause Used In MSSQL 2005
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE)
 
qubing 3.00
Retrieving Mutually Exclusive Records using Seagate Crystal Reports
Updated: 12 Aug 2004
An article explaining the retrieval of mutually exclusive records using Crystal Reports with VC++, and unleashing the problems with solutions.
SQL, VC6, Win2K, SQL-Server, VS.NET2003, DBA, Dev
 
Muneeb Ahmed Awan 2.71
BuildQuery - A Simple SQL Query Tool
Updated: 19 Feb 2010
A custom class that creates SQL queries without long and potentially confusing string concatenation
C# (C#3.0), SQL, .NET (.NET2.0), Visual-Studio (VS2008), Dev
 
mbielski 2.60
SQL Padding a String
Updated: 12 Oct 2006
How to zero pad a string in Microsoft SQL
Windows, .NET, Visual-Studio, Dev
 
Cheml0ck 2.58
SQL as a set-oriented language
Updated: 17 Apr 2005
SQL works if the commands are set-based. Procedural elements may helpful, but shouldn't be used on the wrong place. The article begins with a procedural sample and changes it into a set-based version.
C++, C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
j.Auer 2.44
SQL String Printing
Updated: 22 May 2007
Long SQL query printing.
SQL, Windows, SQL2000, SQL2005, DBA, Dev
 
Yildirim Kocdag 2.33
Generate Date Table in SQL Server - Unedited
Updated: 1 Jun 2008
Generate Date Table in SQL Server
SQL
 
WPKF 2.13
Simple bit of Transact SQL to help locate text in a database - Unedited
Updated: 12 Dec 2007
Simple bit of Transact SQL to help locate text in a database using cursors
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE), DBA
 
codelion 1.00

Database - SQL Server 

top
Title / Updated Author Score  
Add "Select All" to parameter lists in SQL Reporting
Updated: 9 Mar 2005
How to add a "select all" option to your parameter lists in SQL Reporting.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Sven Cipido 5.00
Vector: A Concept-Driven Approach to SQL UDT
Updated: 29 Oct 2008
A walkthrough in UDT programming with primary focus on database concepts.
VB (VB8.0, VB9.0), Windows (WinXP, Win2003, Vista), .NET (.NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2005), Dev
 
Gio Bejarasco 5.00
SQL Alpha Numeric Sort Using CLR Integration
Updated: 13 Apr 2009
How to do a sort on alphanumeric strings in SQL Server.
C#, Windows, SQL2005, SQL2008, Dev
 
shteff 5.00
Procedure to Shrink the Database Transaction Log
Updated: 25 Jul 2009
This article will demonstrate the procedure to shrink the database transaction log.
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA
 
Md. Marufuzzaman 5.00
SqlTimeSpan
Updated: 30 Jul 2009
Porting of System.TimeSpan as a SQL Server UDT.
SQL, C#2.0, C#3.0, .NET2.0, .NET3.0, .NET3.5, SQL2005, SQL2008, Dev
 
Gio Bejarasco 5.00
Using User Defined Functions in Table Inserts and Seeding with Stored Procedures
Updated: 26 Aug 2009
Generate unique column values using UDFs and Stored Procedures
SQL, SQL-Server (SQL2005, SQL2008), MySQL, Oracle, DBA
 
Andy_L_J 5.00
Monitoring Group of Linked SQL Servers from a SQL Server
Updated: 24 Jun 2009
Monitoring group of Linked SQL Servers from a SQL Server
C++ (VC6, VC7), SQL, Windows (Win2K, WinXP, Win2003), SQL-Server (SQL2000), MySQL, CEO, Architect, DBA, Design, SysAdmin
 
Kuldip Rindani 5.00
Armstrong Number Generation Within a Range (In SQL Server)
Updated: 9 Jan 2010
How to generate an Armstrong number between 0 and 999.
SQL, Windows, SQL-Server, Dev
 
Niladri_Biswas 5.00
Truncate Log File in SQL Server 2005
Updated: 23 Mar 2010
A tool that facilitates the truncation of SQL log file
C#, .NET, WinXP, ASP.NET, SQL-Server (SQL2005), DBA, Dev
 
Assil 5.00
Computed Columns - Index and Performance
Updated: 24 Aug 2010
A Finale of Series discussing Computed Columns, Storage and Performance
SQL
 
pinaldave 5.00
Data Structure Implementation to Query Binary Tree for Upline / Downline Node without using Recursion
Updated: 9 Dec 2010
Can be used in Multilevel Marketing with binary tree (can be modified accordingly to be used for n Tree)
SQL, SQL-Server (SQL2000, SQL2005, SQL2008), Oracle, DBA
 
AnupKumarYadav 5.00
SQL Server PERFORMANCE with Wait Types and Queues
Updated: 20 Apr 2011
A Quick Guide to Find Potential Peformance Issue
SQL, SQL-Server
 
pinaldave 5.00
Calculating simple running totals in SQL Server
Updated: 15 Dec 2011
Some simple scenarios to calculate running totals in SQL Server.
SQL, SQL2008, DBA, Dev
 
Mika Wendelius 5.00
Exporting Stored Procedure Results into Tables Dynamically with T-SQL - Unedited
Updated: 11 Jan 2012
T-SQL Code for Converting Stored Procedure results to Tables Dynamically
SQL-Server (SQL2000, SQL2005, SQL2008)
 
Venkat Chaitanya Kanumukula 5.00
Configuring SQL Server Accent-Insensitivity
Updated: 4 Jan 2012
This article describes the steps to re-configure SQL Server so that queries return accent-insensitive results. It includes source code (using Microsoft SQL Server 2008 R2 Shared Management Objects) to automate some of the steps in this procedure.
C#, SQL, SQL2008, DBA, Dev
 
Daniel Miller 5.00
DSL and SQL Server Modeling CTP
Updated: 22 Sep 2010
This article is about DSL and SQL Server Modeling
C#, SQL, Windows, .NET, Dev, EF
 
Hossein Ghahvei Araghi 5.00
Import Data from Excel into SQL Server Using SSIS
Updated: 16 Dec 2011
In this video article
Office, SQL-Server, DBA, Dev, SSIS
 
Keshav Singh 5.00
Configure Database Mail, Operator and Notifications in SQL Server
Updated: 6 Jan 2012
This video explores how we can setup a system to detect issues when, my replication fails or SQL Job fails or there is an alert fired.
SQL-Server, DBA, Dev
 
Keshav Singh 5.00
Shrinking SQL Server Transaction Logs with SQL-DMO
Updated: 21 Apr 2004
Using SQL-DMO to shrink SQL Server transaction logs.
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, MFC, WTL, VS.NET2003, DBA, Dev
 
Armen Hakobyan 4.99
Overview of SQL Server Stored Procedure
Updated: 13 Jul 2010
Overview of SQL server stored procedure
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA, Dev
 
Md. Marufuzzaman 4.98
Building High Performance Queue in Database for storing Orders, Notifications, Tasks
Updated: 11 Jun 2011
Building High Performance Queue in Database for storing Orders, Notifications, Tasks
SQL, SQL-Server (SQL2005, SQL2008), Architect, DBA, Dev, SysAdmin
 
Omar Al Zabir 4.96
Understanding “Set based” and “Procedural” approaches in SQL
Updated: 23 Mar 2009
Exploring Set based and Procedural approaches to write better SQL in SQL Server.
SQL, Windows, SQL-Server, ADO.NET, DBA, Dev
 
Al-Farooque Shubho 4.96
Controlling the XML output when using the FOR XML AUTO statement in SQL Server
Updated: 26 Jan 2010
Describes how to get more control over the XML output when using the FOR XML AUTO statement. For instance, when adding XML tags.
XML, SQL, Windows, SQL2000, SQL2005, Dev
 
BackyardHackMechanic 4.96
HowTo: Install the Northwind and Pubs Sample Databases in SQL Server 2008 Express
Updated: 4 Oct 2009
To save you from hunting through the docs and locating downloads, we gather both databases here and walk you through installing them using SQL Server Management Studio Express -- updated for SQL Server 2008 Express Edition!
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), MySQL, Oracle, Architect, DBA, Dev, SysAdmin
 
Brian C Hart 4.95
SQL Server Database Comparison Tool
Updated: 3 Jun 2011
In this article, I will show you how to create a basic DB schema comparison tool for SQL Server 2005 and SQL Server 2008.
C#, SQL-Server, Dev, .NET4, WinForm
 
Kanasz Robert 4.95
Library for scripting SQL Server database objects with examples - Unedited
Updated: 8 Nov 2011
This article is about library for scripting SQL Server database objects and examples representing how this library can be used.
C#, SQL-Server (SQL2005, SQL2008), SqlServer
 
Kanasz Robert 4.95
Accessing MSMQ from Microsoft SQL Server
Updated: 26 Mar 2007
How to send/receive MSMQ messages in SQL Server using CLR Integration
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS2005, Architect, DBA, Dev
 
Wojtek Jeziorczak 4.95
Audit Trail Generator for Microsoft SQL
Updated: 27 Oct 2007
Discussion of audit trail techniques and a script to automate audit trail implementation on a Microsoft SQL database
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, Architect, DBA, Dev, Design
 
Cedric Baelemans 4.94
Overview of SQL Server 2005/2008 Table Indexing (Part-1)
Updated: 25 Aug 2009
Basic overview of SQL Server 2005/2008 Table Indexing
SQL, Windows, SQL-Server (SQL2005, SQL-CE, SQL2008), DBA, QA, Design
 
Md. Marufuzzaman 4.94
Speeding up database access - Part 1: Missing indexes
Updated: 14 Dec 2011
Part 1 of an 8 part series on improving database performance.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.94
Advanced SQL Server Monitor with Performance Graph, Analysis and Version Control - Unedited
Updated: 10 Jan 2012
monitor sql server processes and jobs, analyse performance, object version control, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach etc
C#, .NET, SQL-Server, ADO.NET, LINQ, DBA, Dev, SysAdmin, .NET4, function, WinForm, view, StoredProcedures
 
Huisheng Chen 4.94
Transferring backup files from a remote SQL Server instance to a local machine without network shares, FTP, HTTP
Updated: 8 Mar 2009
This article is about transferring backups without raising the privileges of SQL Server, or using custom copying tools.
C#, SQL, Windows, SQL-Server, ADO.NET, Dev, SysAdmin
 
Adrian Pasik 4.94
Top 10 steps to optimize data access in SQL Server: Part III (Apply advanced indexing and denormalization)
Updated: 8 Jun 2009
As part of a series of articles on several data access optimization steps in SQL Server, this article focuses on using some advanced indexing techniques and using de-normalizations to optimize data access.
SQL, Windows, SQL-Server, DBA, Dev
 
Al-Farooque Shubho 4.94
Dynamic Management Views [DMV] – A SQL Server 2005 Feature
Updated: 29 Dec 2006
The DMVs; newly introduced in SQL Server 2005 gives database administrator information about the current state of the SQL Server machine.
C++, SQL, Win2003, Visual-Studio, SQL2005, DBA, Dev
 
Hari Prasad K 4.93
SMO Tutorial 3 of n - Scripting
Updated: 27 Feb 2011
In this article, I will show you how to use the scripting functions of SMOs.
C#, SQL2008, DBA, Dev
 
Kanasz Robert 4.93
Application to migrate data between different environments using the ADO.NET 2.0 SqlBulkCopy
Updated: 30 Nov 2006
This article explains how to migrate data between different SQL Server environments.
SQL, C#2.0, .NET2.0, Win2K, WinXP, Win2003, SQL2000, SQL2005, VS2005, DBA, Dev, QA
 
siva pinnaka 4.93
Custom Aggregates in SQL Server
Updated: 26 Mar 2011
SQL Server not having the aggregates you need? Why not build your own.
C#, SQL, SQL-Server, Architect, DBA, Dev, Design
 
Mika Wendelius 4.93
Top 10 steps to optimize data access in SQL Server: Part II (Re-factor TSQL and apply best practices)
Updated: 1 Jun 2009
As part of a series of articles on data access optimization steps in SQL Server, this article focuses on refactoring and applying TSQL best practices to improve performance.
SQL, Windows, .NET, SQL-Server, DBA, Dev
 
Al-Farooque Shubho 4.93
SMO Tutorial 2 of n - (Programming Objects Not Used for Data Storage)
Updated: 23 Nov 2010
In this second part of the tutorial, I will show you how to create objects not used for data storage (logins, users, roles ...) using SMO
SQL-Server
 
Kanasz Robert 4.93
MD5 Hash SQL Server Extended Stored Procedure
Updated: 7 Mar 2005
An extended stored procedure for SQL Server that implements an optimized MD5 hash algorithm. Very small DLL (barely 7 KB).
SQL, VC6, VC7, VC7.1, .NET1.1, Win2K, WinXP, Win2003, SQL-Server, VS.NET2003, DBA, Dev
 
Vic Mackey 4.93
Using Table-Valued Functions in SQL Server
Updated: 6 Aug 2011
This article shows few examples for using Table-Valued Functions.
SQL, SQL-Server, Architect, DBA, Dev, Design
 
Mika Wendelius 4.93
Restoring SQL Server Express 2008 Database with Click Once
Updated: 15 Nov 2010
Restoring SQL Server Express 2008 Database with Click Once
SQL, SQL2008, Dev, EF
 
Ferhat_Karatas 4.92
How to Create your First SQL Server Integration Services (SSIS) Package - Part 1
Updated: 9 Jun 2011
How to create your first SQL Server Integration Services (SSIS) package - part 1
SQL, Windows (Win2K, WinXP, Win2003, Vista, Win2008, Win7, Win2008-R2), SQL-Server (SQL2005, SQL2008), Visual-Studio (VS2008, VS2010), Architect, DBA, Dev, Design, SSIS
 
Md. Marufuzzaman 4.91
Migrate MySQL to Microsoft SQL Server
Updated: 5 Sep 2008
Migrate MySQL to Microsoft SQL Server in just a few simple steps
SQL, Windows, SQL-Server (SQL2005)
 
Niklas Henricson 4.91
SQL Server Stored Procedures Comparer
Updated: 22 Apr 2010
Windows application that compares stored procedures between two SQL Server database
C#, SQL-Server, Dev
 
Christopher Ayroso 4.91
SQL Server 2008 - Backup and Restore Databases using SMO
Updated: 1 Nov 2010
In this article, I will show you how to backup and restore databases using Server Management Objects
C#, SQL-Server, DBA
 
Kanasz Robert 4.91
Triggers -- Sql Server - Unedited
Updated: 26 Apr 2008
This article gives a brief introduction about Triggers in Sql Server 2000/2005.
SQL-Server (SQL2000, SQL2005)
 
sudipta.india 4.91
Database performance optimization part 2 (Index maintenance) - Unedited
Updated: 23 Aug 2011
In this second part of series of articles about database performance optimization I will discuss about index maintenance.
SQL-Server, performance, Indexes
 
Kanasz Robert 4.91
SMO Tutorial 4 of n - Transferring Data and Tracing - Unedited
Updated: 22 Jan 2012
In this fourth part of the tutorial, I will show you how transfer objects and catch trace messages using SMO.
C#, SQL-Server, Dev, smo
 
Kanasz Robert 4.91
Speeding up database access - Part 8: Fixing memory, disk, and CPU issues
Updated: 21 Dec 2011
In Part 2, we saw how to pinpoint bottlenecks related to the database server hardware - memory, disks, and CPU. In this last Part 8, we'll look at fixing those hardware issues.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.90
SMO Tutorial 1 of n - Programming data storage objects
Updated: 13 Nov 2010
In this first part of the tutorial, I will show you how to create data storage objects (databases, tables, Views ...) using SMO.
C#, SQL-Server, Dev
 
Kanasz Robert 4.90
Top 10 steps to optimize data access in SQL Server: Part I (use indexing)
Updated: 28 Apr 2009
As part of a series of articles on several data access optimization steps in SQL Server, this article focuses on using indexing to optimize data access.
SQL, Windows, SQL-Server, DBA, Dev
 
Al-Farooque Shubho 4.90
SQL Server Monitor with Version Control
Updated: 2 Dec 2011
Monitor SQL Server processes and jobs, view executing SQL query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach, object version control & compare
C#, SQL, Windows, SQL-Server, DBA, Dev, Transact-SQL
 
Huisheng Chen 4.89
Top 10 steps to optimize data access in SQL Server: Part IV (Diagnose database performance problems)
Updated: 8 Nov 2009
As part of a series of articles on several data access optimization steps, this article focuses on diagnosing performance problems in SQL Server.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Al-Farooque Shubho 4.89
Generating INSERT statements in SQL Server
Updated: 16 Jan 2005
Stored procedure to generate INSERT..VALUES statements in SQL Server.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Sumit Amar . 4.89
An Introduction to Sql 11 (Code Name Denali) –Part III (SSIS Features in CTP 1) - Unedited
Updated: 9 May 2011
In this article we will explore on the new features that Denali has offer us from SSIS perspective
SQL, Windows (Win7), SQL-Server (SQL2008), Dev
 
Niladri_Biswas 4.89
SQL Full Text Search Programming - Unedited
Updated: 16 Jan 2012
SQL Full Text Search Programming
SQL, .NET, SQL-Server, Dev, programming
 
GanesanSenthilvel 4.89
Database performance optimization part 1 (Indexing strategies) - Unedited
Updated: 20 Aug 2011
In this first part of series of articles about database performance optimization I will discuss about indexing strategies and index maintenance.
SQL-Server, performance, Indexes
 
Kanasz Robert 4.88
Document SQL Server 2000/2005 Database
Updated: 17 Oct 2009
T-SQL script to generate the document of SQL 2000/2005 database
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE), DBA
 
Nitinpatel 4.88
An Introduction to Sql 11 (Code Name Denali) –Part II (T-Sql Features in CTP 1) - Unedited
Updated: 9 May 2011
In this article we will explore on the new features that Denali has offer us from a T-Sql perspective
SQL, Windows (Win7), SQL-Server, Dev
 
Niladri_Biswas 4.87
Working with SQL Server Logins - Unedited
Updated: 18 Mar 2010
Learn the details of how to work with SQL Server logins.
C#, .NET, SQL-Server, Visual-Studio, ADO.NET
 
Mohammad Elsheimy 4.87
Get SQL Table Information
Updated: 19 Jul 2009
Get SQL Table Information
SQL, SQL-Server (SQL2005, SQL-CE, SQL2008), DBA
 
Md. Marufuzzaman 4.87
Enumerate SQL Server Instances in C#, Using ODBC
Updated: 18 Apr 2005
An article on enumerating SQL Server instances in C# using ODBC thus removing any dependancy on SQLDMO. Based on the C++ article by Santosh Rao.
C#, SQL, .NET1.1, Win2K, WinXP, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
earmitage 4.87
xp_pcre - Regular Expressions in T-SQL
Updated: 17 Mar 2005
An Extended Stored Procedure to use regular expressions in T-SQL.
SQL, VC7, VC7.1, Windows, SQL2000, VS.NET2003, DBA, Dev
 
Dan Farino 4.87
How Do I Protect My Stored Procedure Code
Updated: 29 Jul 2009
This article will demonstrate the best practice to protect SQL server code object.
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008)
 
Md. Marufuzzaman 4.87
Detailed SQL Server data audit through a .NET (CLR) trigger
Updated: 19 Dec 2011
Creating a .NET trigger for SQL Server that will log (down to the field level) all changes made to tables.
SQL, C#3.0, Windows, .NET3.5, Win32, Win64, ADO.NET, SQL2005, SQL2008, DBA, Dev, QA, C#3.5, CLR
 
David Catriel 4.87
An Easy But Effective Way to Split a String using Transact-SQL
Updated: 9 Aug 2009
This article will demonstrate how to split a string using Transact-SQL.
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), Architect, DBA, Dev
 
Md. Marufuzzaman 4.86
Overview of Views in SQL Server 2005
Updated: 28 Jul 2009
Overview of Views, system Views, creation of Views, and binding and securing Views.
SQL, SQL2005, DBA, Dev
 
Abhijit Jana 4.86
Global Variables in SQL Server
Updated: 19 Aug 2009
A list of Global variables in SQL Server and their uses in Transact-SQL
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA, Dev, QA, Design, SysAdmin
 
Md. Marufuzzaman 4.85
What should be considered when NOLOCK hint is used
Updated: 11 Feb 2011
When considering to use NOLOCK hint, there are a few things that should be kept in mind.
SQL, SQL-Server, Dev
 
Mika Wendelius 4.85
VBScript to back up SQL Server data to pure SQL
Updated: 7 May 2008
A VBScript which creates Delete and Insert statements to backup data from SQL Server.
VBScript, Windows, ADO, DBA, Dev
 
alex turner 4.85
Import Data from Excel to SQL Server
Updated: 16 Jan 2009
This article mainly describes how to import data from Excel sheet to SQL Server, Viewing the data from SQL Server using the Gridview Control, Deleting the Data. In case the Excel sheet does not contain data (null values), those values are replaced by zero.........
C#, .NET3.5, ASP.NET, ADO.NET, SQL2008
 
Vivekananda Swamy.M 4.85
Difference between On clause and Where clause when used with left join in SQL Server
Updated: 25 Jul 2011
This article will clear the differences between the On cluase and Where clause when used with left join.
SQL, SQL-Server, DBA, Dev
 
Hafiz Muhammad Suleman 4.84
Speeding up database access - Part 3: Fixing missing indexes
Updated: 16 Dec 2011
In part 1, you saw how to identify missing indexes. In part 3, you'll see how to add those indexes.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.83
Invoking a WCF Service from a CLR Trigger
Updated: 30 Jan 2008
A step by step guide to communicating with WCF from a CLR Trigger in SQL Server 2005.
SQL, C#3.0, Windows, .NET3.0, SQL2005, VS2005, DBA, Dev
 
Sam Shiles 4.83
An Overview of Log Shipping in SQL Server 2005
Updated: 25 Oct 2008
Overview of Log Shipping in SQL Server 2005
SQL2005, DBA
 
Abhijit Jana 4.82
Indexes in MS SQL Server
Updated: 2 May 2011
This article focuses on how MS SQL Server uses indexes to read and write data.
SQL, SQL-Server, Dev
 
Keshav Singh 4.82
SQL SERVER - How To Handle Deadlock
Updated: 22 Sep 2009
An article on how to handle deadlock
SQL, Windows, SQL-Server (SQL2005), DBA, Dev
 
Nitin Chilka 4.82
Windows DTS Package for SQL Server 2005 Database Backup
Updated: 4 Jul 2007
Automated Windows DTS Package for SQL Server 2005 Database Backup
SQL, C#2.0, .NET2.0, WinXP, SQL2005, VS2005, DBA, Dev, Design
 
Padoor Shiras 4.82
Easy SQL-CE Access Utility in C#
Updated: 19 Sep 2011
Access data in any SQL server compact edition datatable using only one line of code in C#
C# (C#4.0), Windows, .NET, SQL-CE, Dev
 
BJVH 4.82
Working Around Issues When Using SQL Server Indexed Views
Updated: 29 Jan 2010
Working around issues when using SQL Server indexed views.
C#, SQL, .NET, SQL-Server, ADO.NET, DBA, Dev
 
Alaric Dailey 4.82
Execute DTS Through VB.NET
Updated: 22 Dec 2009
How to execute DTS packages through VB.NET and use global variables.
SQL, VB7.x, VB8.0, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, COM, SQL2000, VS.NET2003, VS2005, DBA, Dev, WinForm
 
Suresh Suthar 4.82
SQL LIKE Operator
Updated: 9 Mar 2009
This article discusses some unknown feature of SQL LIKE operator e.g. using set, range, exclusion and escape sequences
SQL, DBA, Dev
 
Muhammad Shujaat Siddiqi 4.81
SQL Server Network Instance Detector
Updated: 7 Nov 2007
A simple, ready-to-use control for C# beginners to detect all SQL Server instances in a network and then list all the databases hosted on the selected server
C#, Windows, .NET2.0, Visual-Studio, ADO, DBA, Dev
 
Syed Mujtaba Hassan 4.81
Most Commonly Used Functions in SQL Server 2005/2008 - Unedited
Updated: 17 Aug 2009
This Table of Contents and articles is editable by all Silver members and above. Please update the article with as many as function you aware in SQL Server 2005/2008 that we are used generally. This will put all of them under a single article.
All-Topics, Architect, DBA, Dev, QA, Design
 
Abhijit Jana 4.81
Top 10 steps to optimize data access in SQL Server: Part V (Optimize database files and apply partitioning)
Updated: 8 Nov 2009
As part of a series of articles on several data access optimization steps, this article focuses on organizing files/file-groups and applying partitioning in SQL Server databases.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Al-Farooque Shubho 4.81
Backup SQL Server with Relative File Path and Progress
Updated: 11 Jun 2010
This class will allow you to asynchronously backup a database while also getting progress, message, and error notifications.
C# (C#2.0), Windows, SQL-Server (SQL2005, SQL2008)
 
theit8514 4.80
Speeding up database access - Part 4: Fixing expensive queries
Updated: 17 Dec 2011
Proven techniques to speed up expensive SQL queries.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.80
Techniques for In-Clause and SQL Server
Updated: 15 Feb 2010
A few ways to work with In-Clause and Stored Procedures with SQL Server and C#.
C#, SQL, .NET (.NET3.0, .NET3.5), SQL-Server (SQL2008), ADO.NET, Architect, Dev, Server, .NET4
 
Tim Schwallie 4.80
Microsoft SQL Server 2008 - Change Data Capture (CDC)
Updated: 8 Mar 2011
CDC is a new feature for logging DML changes. In this article, we will see how CDC could be put to use and how efficiently it could serve our purpose.
SQL, SQL2008, DBA, Dev
 
Keshav Singh 4.80
SQL Server Object Search
Updated: 22 Aug 2007
An application that seeks to emulate the F4 object search function from Query Analyser
C#2.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Brady Kelly 4.80
SQL Server 2005 Paging Results
Updated: 19 Apr 2007
Using SQL Server to do paging of sql results.
C#, SQL, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev
 
Frank Kerrigan 4.78
Market Basket Analysis in SSAS 2005+
Updated: 28 Feb 2009
This article explains how to do Market Basket Analysis in SSAS 2005 (Microsoft SQL Analysis Services).
SQL, Windows, SQL2005, SQL2008, DBA, Dev, Sales, Marketing
 
Igor Krupitsky 4.78
Physical location of a row in SQL Server
Updated: 25 Feb 2011
This article describes the pseudo column to identify the unique physical location of a single row.
SQL, SQL-Server (SQL2008), DBA, Dev
 
Mika Wendelius 4.78
How to store and fetch binary data into a file stream column
Updated: 3 Jan 2009
Desribes how to store and fetch binary data to a filestream column compared to a varbinary column.
SQL, C#2.0, C#3.0, Windows, SQL-Server (SQL2008), Visual-Studio (VS2008), DBA, Dev
 
Mika Wendelius 4.78
Finding SQL Servers on the Network
Updated: 22 Dec 2003
Locating MS SQL Servers by using ODBC through C# PInvoke calls.
C#, .NET1.1, Win2K, WinXP, Win2003, Visual-Studio, DBA, Dev
 
Michael Potter 4.77
Overview of SQL Server database Triggers
Updated: 7 Aug 2009
Overview of SQL Server database Triggers
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA
 
Md. Marufuzzaman 4.77
Temporary Tables vs. Table Variables and Their Effect on SQL Server Performance
Updated: 28 May 2007
Determining SQL Server performance for temporary tables and and table variables.
C#, SQL, Windows, .NET, SQL2005, DBA, Dev
 
Dmitry Tsuranoff 4.77
Locate SQL Server instances on the local network
Updated: 24 Nov 2005
An article on locating MS SQL Server instances on the local network, and retrieving information about them.
C#, SQL, Windows, .NET1.1, SQL2000, VS.NET2003, DBA, Dev
 
James Curran 4.77
An Introduction to Sql 11 (Code Name Denali) –Part I (SSMS Features in CTP 1) - Unedited
Updated: 9 May 2011
In this article we will explore on the new features that Denali has offer us from a SSMS perspective
SQL, Windows (Win7), SQL-Server, Dev
 
Niladri_Biswas 4.77
Step-by-Step SQL Mirroring the ASPState Database
Updated: 20 Dec 2008
SQL Mirroring made easy - setting up a mirror for a database
XML, ASP.NET, SQL2005, DBA, Dev, SysAdmin
 
T MacLachlan 4.77
An Introduction to Sql 11 (Code Name Denali) –Part VI (T-Sql Features in CTP 3) - Unedited
Updated: 1 Sep 2011
In this article we will explore on the new features that Denali CTP 3 has offer us from a T-Sql perspective
SQL, Windows (Win7), SQL-Server (SQL2008), Dev
 
Niladri_Biswas 4.76
SQL Server 2000 Collation Changer
Updated: 3 Mar 2008
Change collation order for all text columns in a database
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
Alex Baker 4.76
SQL Server 2000/2005: Automated Database Backups and Restorations - Unedited
Updated: 22 Dec 2008
Provides an insight into creating automated process for Backups and Restorations
SQL, Windows (Win2K, WinXP, Win2003), SQL-Server (SQL2000), CEO, Architect, DBA, Dev, QA, Design
 
Neeraj Kr 4.76
Get List of Extended storedProcedures that are Allowed to you for Common Use
Updated: 26 Jul 2009
An easy way to get a list of extended storedProcedure allowed to you for common use
SQL, SQL-Server (SQL2005, SQL-CE, SQL2008), Design
 
Md. Marufuzzaman 4.76
Run external programs from SQL Server stored procedures
Updated: 25 Nov 2005
A useful tool for you and a nightmare for the DBA.
SQL, VC7, VC7.1, VC8.0, Windows, SQL2000, SQL2005, VS.NET2003, VS2005, DBA, Dev
 
Xiangyang Liu 刘向阳 4.76
SQL Server Performance Tips and Guidelines
Updated: 11 Jan 2008
General tips and guidelines for performance improvement
SQL, SQL-Server, Architect, DBA, Dev
 
Irfan Baig 4.76
SQL Server Agent Proxy
Updated: 28 Aug 2008
shujaatsiddiqi.blogspot.com
SQL, SQL-Server (SQL2005), Architect, DBA, Dev, SysAdmin
 
Muhammad Shujaat Siddiqi 4.75
SQL 2005 Time Zone Conversion Functions
Updated: 30 Nov 2008
How to create simple SQL time zone functions to use in queries.
SQL, SQL-Server, DBA, Dev
 
robertford 4.75
An Introduction to Sql 11 (Code Name Denali) -Part IV (Contained Database in CTP 1) - Unedited
Updated: 19 May 2011
In this article we will look into the basics of Contained Database that has been shipped with Sql 11 (Code Name: Denali) CTP 1
SQL, Windows (Win7), SQL-Server (SQL2008), Dev
 
Niladri_Biswas 4.75
Executing multiple SQL statements as one against SQL Server
Updated: 27 Dec 2011
This article describes a few techniques for how multiple SQL statements can be executed with one SqlCommand.
C#, SQL, SQL-Server, ADO.NET, DBA, Dev
 
Mika Wendelius 4.75
Speeding up database access - Part 5: Fixing locking issues
Updated: 18 Dec 2011
Looks at fixing any locking issues you found in Part 2. You'll see how to determine which queries are involved in excessive locking delays, and how to prevent those delays from happening.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.75
Point In Time Restore
Updated: 25 Feb 2011
A very exciting feature in Microsoft SQL Server
SQL, SQL-Server, DBA, Dev
 
Keshav Singh 4.75
Unravelling a Large Database
Updated: 20 Oct 2009
An article about unravelling a large database
C#, SQL-Server (SQL2005), Visual-Studio (VS2005), Dev, WinForm
 
ndennisv 4.75
Securing Data With Application Role
Updated: 7 Mar 2010
This article introduces the fundamental concepts behind SQL Server 2008 Application Role and illustrates its use in securing data and database objects.
C#, Windows (WinXP, Vista, Win7), .NET (.NET2.0, .NET3.0), SQL-Server (SQL2008), ADO.NET, Dev
 
Surath Rath - 2010 4.75
CTE In SQL Server
Updated: 1 Nov 2011
CTE In SQL Server
SQL, SQL-Server
 
Keshav Singh 4.75
How to pass multiple records to a Stored Procedure
Updated: 2 Dec 2008
How to pass multiple records to a Stored Procedure in a single roundtrip.
C#, SQL, Windows, ADO.NET, SQL2008, Dev
 
Mika Wendelius 4.73
Quick Overview: Temporary Tables in SQL Server 2005
Updated: 22 Sep 2009
Basic overview of temporary Tables in SQL Server 2005
SQL-Server (SQL2000, SQL2005, SQL2008), DBA, Dev, Design
 
Abhijit Jana 4.73
Overview of Error Handling in SQL Server 2005
Updated: 1 Aug 2009
Overview of Error and Exception Handling in SQL Server 2005 using @@Error and Try-Catch
ADO.NET, DBA, Dev, Design
 
Abhijit Jana 4.73
Moving SQL Server 2005 Databases to SQL Server 2000
Updated: 14 Sep 2007
Move SQL Server 2005 databases back to SQL Server 2000.
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Frank Kerrigan 4.72
Uploading / Downloading Pictures to / from a SQL Server
Updated: 28 Oct 2004
Describes how to upload and download pictures to and from a SQL Server database.
C#, SQL, .NET1.1, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
Alexandru Ghiondea 4.72
Side by Side SQL Comparer in C#
Updated: 19 Jun 2008
A side by side text comparison control with T-SQL syntax highlighting.
C# (C#2.0), .NET (.NET2.0), Dev, WinForm
 
Matt Whitfield 4.72
An Easy Way to Get a File Name or a File Extension from a User Defined File Path using Transact-SQL
Updated: 9 Aug 2009
This article will demonstrate how to get a file name or a file extension as well using Transact-SQL.
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), Architect, DBA, Dev
 
Md. Marufuzzaman 4.71
Backup System Databases in SQL Server
Updated: 9 Oct 2009
Backup System Databases in SQL Server
SQL-Server, DBA
 
Sujit Mandal 4.71
Table Value Parameter in SQL Server 2008
Updated: 10 Jun 2009
MS SQL Server 2008 new feature, Table Value Parameter.
SQL, SQL-Server (SQL2008), DBA, Dev
 
Robin_Roy 4.71
Steps to Create your First SSIS Package
Updated: 30 Jun 2011
The purpose of this tutorial is to provide detailed steps on how to create a SSIS Package.
Windows, SSIS
 
Deepti Saxena 4.71
Introduction to SQL Server Domain Modeling with the "M" Language
Updated: 30 Mar 2011
SQL Server domain modeling with Oslo CTP and the "M" language.
SQL, .NET, SQL-Server, DBA, Dev, EF
 
Frank Kerrigan 4.71
Record Versioning with SQL Server
Updated: 15 Feb 2007
Learn how to store data with a version history.
SQL, Windows, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Ben Allfree 4.71
Using SqlDependency for data change events
Updated: 28 Jun 2006
Using SQL Server 2005 and SqlDependency to keep your application's data updated.
C#, SQL, Windows, .NET2.0, ADO.NET, SQL2005, VS2005, DBA, Dev, WinForm
 
Mark Nischalke 4.69
Using SQL Server 2012 T-SQL New Features
Updated: 13 Oct 2011
In this article, I will show some of SQL Server 2012 T-SQL new features and compare them with alternative SQL script in previous version SQL Server.
SQL, Windows, DBA, Dev
 
Henry He 4.68
SQL Server DO's and DONT's
Updated: 8 Nov 2002
SQL Server database best practices
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Daniel Turini 4.68
Restore SQL Server Backup Files into any database
Updated: 23 Oct 2005
When you create a backup, you must be able to restore this backup into the same database and same location. But this code also helps you to restore a backup into a new database or existing database.
C#, SQL, .NET1.1, Win2K, WinXP, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
Phorozan 4.68
C# Photo Album Viewer
Updated: 20 Apr 2002
A C# Windows application to store and retrieve photos from a SQL Server database.
C#, .NET1.0, Win2K, WinXP, DBA, Dev
 
Mark Nischalke 4.68
Tree utilities in SQL Server 2000 and 2005, and OLAP implementations
Updated: 19 Jul 2006
This article describes how to efficiently store and access tree structures in a SQL Server database, and how to use them in OLAP implementations.
C#, XML, SQL, .NET1.1, WinXP, ASP.NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Dan Radu 4.68
Using ROW_NUMBER() to paginate your data with SQL Server 2005 and ASP.NET
Updated: 20 Nov 2005
With the release of SQL Server 2005, Microsoft introduces the long overdue ROW_NUMBER() function. In this article, we will walk through a C# implementation of pagination using the ROW_NUMBER() method.
C#, SQL, Windows, .NET, ASP.NET, ADO.NET, SQL2005, IIS6, VS2005, CEO, Architect, DBA, Dev
 
Jason Witty 4.68
Create custom transformation component(Email Validator) in SSIS- Step by step - Unedited
Updated: 3 Aug 2011
In this article we will look into how we can make a custom SSIS transformation component.The custom component is a simple
SQL, Windows (Win7), SQL-Server (SQL2008), Dev, SSIS, BI
 
Niladri_Biswas 4.67
Track database changes with nHydrate
Updated: 21 Feb 2011
Use model driven development to keep your API and database in sync.
SQL, C#2.0, C#3.0, C#4.0, Windows, .NET3.0, .NET3.5, SQL-Server, DBA, Dev, architecture, codegen, practices
 
Christopher R Davis 4.67
Cloning rows in T-SQL with their foreign key constraints
Updated: 16 Apr 2010
When you copy a row with a primary key, bring other tables that reference it along for the ride!
SQL, Windows, .NET, SQL-Server, DBA, Dev
 
Christopher Liu 4.67
How to Call SSIS Package from the Stored Procedure
Updated: 20 Jun 2008
No need to create web service for SSIS package call
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE)
 
JustChiragPatel 4.67
Speeding up database access - Part 7: Fixing fragmentation
Updated: 20 Dec 2011
In Part 2, we looked at what fragmentation is and how to pinpoint excessive fragmentation. In this Part 7, we'll look at fixing excessive fragmentation.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.67
SSMSKeyBindings - edit keybindings in sql mgt studio
Updated: 20 Jul 2007
An addin to Sql Server Management studio that lets you configure keybindings
SQL, C#2.0, .NET, Win2K, WinXP, Win2003, Vista, SQL2000, SQL2005, VS2005, DBA, Dev
 
Johan Sassner 4.67
Pivot two or more columns in SQL Server 2005
Updated: 18 Dec 2008
A workaround for the limitation of only being able to pivot one column.
SQL, SQL-Server (SQL2005), DBA, Dev
 
Mycroft Holmes 4.67
Grouping Sets in T-SQL (SQL Server 2008)
Updated: 13 Sep 2008
Grouping Sets, a new feature in T-SQL in SQL Server 2008.
SQL, SQL-Server, DBA, Dev
 
Muhammad Shujaat Siddiqi 4.67
Dynamic 'Sales by Week' Procedure in SQL Server
Updated: 23 Sep 2005
An approach to creating an aggregate report with a set of dynamic columns based on dates.
C#, SQL, Windows, .NET1.1, SQL2000, VS.NET2003, DBA, Dev
 
Mike Ellison 4.66
Transferring Data Using SqlBulkCopy
Updated: 15 Apr 2007
An article on how to transfer data using SQLBulkCopy
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
azamsharp 4.66
A Simple Use of SQL CASE Expression
Updated: 19 Aug 2009
This article will give you an idea about how to use CASE expression in T-SQL or as a formula of a particular column.
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), Architect, DBA, Dev
 
Md. Marufuzzaman 4.66
How To Store Any File into SQL Database
Updated: 22 May 2009
An easy technique to store any file into SQL database
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA
 
Md. Marufuzzaman 4.65
Creating a CLR Persian Date Convertor Function for SQL Server
Updated: 26 Jul 2008
Creating a CLR Persian date convertor function for SQL Server.
C# (C#2.0), SQL, .NET (.NET2.0), SQL-Server (SQL2005), Visual-Studio (VS2005), DBA, Dev
 
Ali Daneshmandi 4.65
A Customized Crosstab Report
Updated: 23 Feb 2008
An approach on how to organize your data into tables that will help you generate large ‘Crosstab’ Reports using SQL Server.
SQL, Windows, SQL-Server, DBA, Dev
 
Nanaa 4.65
An Introduction to Sql 11 (Code Name Denali) –Part VII (Column Store Index in CTP 3) - Unedited
Updated: 2 Sep 2011
In this article we will explore on the Column Store Index- A new feature in SSIS Denali CTP3
SQL, Windows (Win7), SQL-Server (SQL2008), Dev
 
Niladri_Biswas 4.64
Database Worst Practices – New Town and New Job and New Disasters
Updated: 14 Jul 2011
5 Database Worst Practices which can be fatal to any business
SQL, database, Server, SqlServer
 
pinaldave 4.64
A Closer Look Inside RAISERROR - SQLServer 2005
Updated: 15 Aug 2009
This article describes how to use RAISERROR in SQL Server 2005
SQL-Server, ADO.NET, DBA, Dev
 
Abhijit Jana 4.63
Regular Expressions in MS SQL Server 2005/2008
Updated: 11 Oct 2009
describes how to create SQL Wrapper for Regular Expressions using SQL Server CLR Integration
SQL, C#3.0, .NET2.0, .NET3.0, SQL2005, SQL2008, Dev
 
db_developer 4.63
Composable DML and Merge Statement in SQL Server 2008
Updated: 10 Aug 2009
Simple example to show how Composable DML works in SQL Server 2008.
SQL, SQL-Server, DBA, Dev
 
Robin_Roy 4.62
Speeding up database access - Part 2: Pinpointing other bottlenecks
Updated: 15 Dec 2011
In part 2, we'll pinpoint a number of other bottlenecks, including locking issues, lack of execution plan reuse, fragmentation, and hardware issues.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.62
SQL Server database versioning with Subversion (SVN)
Updated: 13 Oct 2006
This tool (ScriptDB4Svn) enables you to add your SQL Server databases to Subversion (SVN) source control.
SQL, C#2.0, Windows, .NET2.0, SQL2000, VS2005, DBA, Dev
 
Ewout Stortenbeker 4.61
SqlServer Backup/Restore Utility
Updated: 9 Jun 2009
SqlServer Backup/Restore Utility helps to backup and restore database
C# (C#2.0), Windows, WinForm
 
alioglu 4.61
SQL Server Express Automated Backup Console Application C# ADO.NET
Updated: 22 Dec 2009
SQL Server Express Automated Backup Console Application
C#, .NET, ADO.NET
 
Cognize2k 4.61
Defining Indexes with SQL Server 2005 - Unedited
Updated: 5 Apr 2010
All about SQL Indexes - Query Optimizer, Index, Unique Index, Clustered Index, Full Text Index, XML Index and SQL commands to create, delete, and rename SQL indexes.
SQL, SQL-Server (SQL2005)
 
Indrajeet Sutar 4.61
How Many Records Are There in your Database?
Updated: 20 Jul 2009
How many records are there in your database?
SQL, Windows, SQL-Server (SQL2005, SQL-CE, SQL2008), DBA
 
Md. Marufuzzaman 4.61
SSIS Package and Variables
Updated: 30 Jul 2009
Using Variables in SSIS Package to dynamically set flat file names
SQL, Windows, SQL-Server, Visual-Studio, Architect, Dev
 
Robin_Roy 4.60
Backup SQL Diagrams In Less Than 5 Minutes
Updated: 16 Oct 2009
Import, export and move your SQL diagram around using sysdiagrams
SQL, Windows, CEO, Architect, DBA, Dev, SysAdmin
 
Yovav 4.60
Flexible numbering sequences in T-SQL
Updated: 10 Feb 2009
A flexible way to generate unique numbers for things like invoice numbers.
SQL, SQL-Server, DBA, Dev
 
Michael Abramovitch 4.60
Database-Driven Business Layer Templates - Unedited
Updated: 22 Jan 2008
A introduction to the flexibilities provided by the use of SQL extended properties in business layer code templates.
C# (C#2.0), Windows, .NET (.NET2.0), SQL-Server, ADO.NET, Architect, DBA, Dev
 
dakeefer 4.60
Asynchronous T-SQL Execution Without Service Broker
Updated: 15 Sep 2008
Set of SQL CLR Stored Procedures to execute T-SQL asynchronously without using a Service Broker.
C# (C#2.0), SQL, .NET (.NET2.0), SQL-Server (SQL2005), Architect, DBA, Dev
 
Alan Kaplan 4.60
Dynamically creating Excel File, ExcelSheets and Exporting Data from SQL Server using SSIS 2005 - Unedited
Updated: 15 Jan 2012
Export SQL Server Tables to Excel Files Dynamically
VB.NET, SQL-Server (SQL2000, SQL2005, SQL2008), Visual-Studio, SSIS
 
Venkat Chaitanya Kanumukula 4.60
An Introduction to Sql 11 (Code Name Denali) –Part V (SSIS Features in CTP 3) - Unedited
Updated: 1 Sep 2011
In this article we will explore on the new features that Denali CTP3 has offer us from SSIS perspective
SQL, Windows (Win7), SQL-Server, Dev, SSIS
 
Niladri_Biswas 4.60
SQLite Compare Utility
Updated: 6 Jul 2011
Utility for comparing two SQLite database files for both structure and data
C# (C#2.0), Windows, Sqlite, WinForm
 
liron.levi 4.60
AutoRefresh Entity Framework Data Using SQL Server Service Broker
Updated: 31 Jul 2011
How to use SqlDependency to refresh Entity Framework Object Sets automatically on DB changes
C#, .NET, SQL-Server (SQL2005, SQL2008), ADO.NET, WPF, Dev
 
Harry von Borstel 4.58
SQL Server CLR Integration Part 1: Security
Updated: 4 Mar 2007
Understanding how the SQL Server and CLR security models work together to keep your database secure
C#, SQL, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev
 
Mark J. Miller 4.58
Speeding up database access - Part 6: Fixing execution plan reuse
Updated: 19 Dec 2011
In part 2, we saw how to identify suboptimal reuse of execution plans. In this part 6, we'll look at improving this.
SQL, Windows, SQL-Server, Architect, DBA, Dev
 
Matt Perdeck 4.57
Three Really Handy Tricks With SQL Server Table Variables
Updated: 14 Jan 2010
They might seem like just another not entirely required feature, but actually table variables are a very handy extension to SQL Server
SQL, Windows, SQL-Server, Architect, Dev
 
alex turner 4.57
SQL Server Transactions and Error Handling
Updated: 1 Jul 2003
SQL Server Transactions and Error Handling
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Saumendra Poddar 4.56
SQL Server 2000 Paging and Sorting Using ROWCOUNT and SQL_VARIANT
Updated: 29 Sep 2007
An article discussing how to accomplish paging and sorting in Microsoft SQL Server 2000 without using concatenated SQL.
C#, SQL, Windows, .NET, SQL2000, DBA, Dev
 
DejaVudew 4.56
Table Data Exporter
Updated: 24 Jan 2008
The Table Data Exporter creates a SQL script for data in a table.
VB, .NET, SQL-Server, VS.NET2003
 
Igor Krupitsky 4.56
Inside Recursive CTEs
Updated: 25 May 2010
A step by step explanation of how a recursive CTE actually works.
SQL, Windows, SQL2005, SQL2008, DBA, Dev
 
gjvdkamp 4.56
Monitoring Free Space on Microsoft SQL Server
Updated: 28 Feb 2011
Monitoring Free Space on Microsoft SQL Server
SQL, SQL-Server, DBA
 
Keshav Singh 4.56
T- SQL - How to get all descendants of a given element in a hierarchical table
Updated: 13 May 2009
This article provides a T-SQL table valued function that retrieves all the descendant rows of a given row in a hierarchical table.
SQL, Windows, SQL2005, SQL2008, DBA, Dev
 
Paolo Costa 4.55
Cannot Alter Microsoft SQL Server 2008 Table Object in Design Mode
Updated: 23 Oct 2009
Cannot alter Microsoft SQL Server 2008 Table Object in design mode
Windows (Win2K, WinXP, Win2003, Vista, Win2008, Win7, Win2008-R2), SQL-Server (SQL2008), CEO, Architect, DBA, Design
 
Md. Marufuzzaman 4.54
Storing and Retrieving Images from SQL Server using Microsoft .NET
Updated: 30 Jun 2005
Storing and retrieving images from SQL Server using Microsoft .NET.
C#, SQL, Windows, .NET1.1, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Kazim Sardar Mehdi 4.53
Database Snapshot in MS SQL Server
Updated: 14 Jun 2011
An introduction to the database snapshot functionality in MS SQL Server. It is one of the important tools used for generating data for reporting purposes.
SQL, SQL-Server, DBA, Dev
 
Keshav Singh 4.52
Using XML Serialization with SQL's FOR XML PATH
Updated: 20 Nov 2007
Describes a method for loading data objects using SQL Server 2005's new FOR XML PATH mode and XML serialization.
XML, SQL, C#2.0, C#3.0, Windows, .NET2.0, .NET3.0, .NET3.5, SQL2005, VS2005, VS2008, DBA, Dev
 
BoneSoft 4.52
Beginners guide to accessing SQL Server through C#
Updated: 22 Aug 2004
A beginners guide to accessing a SQL or MSDE Server with C#
C#, Windows, .NET1.0, .NET1.1, Visual-Studio, DBA, Dev
 
Matt Newman 4.51
Improving the performance of queries using SQL Server: Part 2
Updated: 3 May 2007
These articles are on prioritizing and improving query performance in SQL Server.
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
Pete O'Hanlon 4.51
Common Table Expressions(CTE) in SQL SERVER 2008
Updated: 7 Oct 2011
Coding in SQL with Common Table Expressions (CTE)
Windows, SQL-Server (SQL2008)
 
Sunitha Sudheesh 4.50
Audits on MS SQL Server 2008
Updated: 8 Mar 2011
An important new feature of MS SQL Server 2008 that provides a true auditing solution - SQL Server Audit.
SQL, SQL2008, DBA, Dev
 
Keshav Singh 4.50
SQL Server 2008 R2 Setup, Configurations & Remote Accessing using Java
Updated: 3 May 2011
This article decribes SQL Server 2008 R2 setup, configurations & remote accessing using Java
Java, Windows, SQL-Server (SQL2008), Dev
 
Green Mile 4.50
SQL Server Indexed Views - Speed Up Your Select Queries: Part 1
Updated: 19 May 2011
An introduction to SQL Server Indexed Views.
SQL, SQL-Server, DBA, Dev
 
andrewwasfy 4.50
Log Shipping MS SQL Server 2008 - Part I
Updated: 26 May 2011
Through this video I have tried to explain the concept of log shipping in MS SQL Server. It's broken into 2 parts, this is the first part.
SQL2008, DBA, Dev
 
Keshav Singh 4.50
Limitations of the View Many and Many
Updated: 13 Oct 2010
Limitations of the View Many and Many
SQL-Server, All-Topics
 
pinaldave 4.50
An Introduction to Sql 11 (Code Name Denali) –Part VIII (Data Quality Services(DQS) in CTP 3) - Unedited
Updated: 3 Sep 2011
In this article we will explore the Data Quality Services(DQS)- A new feature in SSIS Denali CTP3
SQL, Windows (Win7), SQL-Server (SQL2008), Dev
 
Niladri_Biswas 4.50
SQL Azure Import-Export Service / bacpac / dac / Extract Dat-Tier Application
Updated: 21 Nov 2011
How to use the Dac Export Service from code
C#, Windows, .NET, Cloud, SQL-Server, WCF, Azure, DBA, Dev
 
Rabb Moshe Plotkin 4.50
Script Running Wizard Add-In for SQL Server Management Studio
Updated: 18 Jul 2008
A wizard that will run specified scripts in a SSMS project
C#, Windows, Visual-Studio, DBA
 
Scott Clewell 4.50
DEVELOPING SSIS in Visual Studio 2005 - Unedited
Updated: 27 Oct 2009
DEVELOPING SSIS to import oracle records to sql server
SQL, .NET (.NET2.0), SQL-Server (SQL2005), DBA, Dev, SysAdmin
 
hussain.attiya 4.50
HierarchyID Data Type in SQL Server 2008
Updated: 10 Jun 2009
MS SQL Server 2008 new feature, the HierarchyID data type.
SQL, SQL2008, DBA, Dev
 
Robin_Roy 4.50
SQL Pivot and Table Adapter
Updated: 23 Oct 2008
Using TableAdapter to display Pivot result without code.
SQL, Windows (WinXP), SQL-Server (SQL2005), Visual-Studio (VS2005), Design
 
TTGOH 4.50
Version control for SQL databases with SQL -> XML
Updated: 26 Jun 2008
Demonstrates SQL Management Objects, LINQ to XML, and more.
C#, Windows, SQL-Server, LINQ, Architect, DBA, Dev, QA
 
HightechRider 4.50
Writing Extended Stored Procedures in C++
Updated: 15 Oct 2004
Writing extended stored procedures in C++ for SQL Server.
SQL, VC7, VC7.1, VC8.0, Win2K, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
David Salter 4.50
Breaking the Law: Primary Keys in SQL Server
Updated: 13 Mar 2008
Proper Key Column Design
SQL, Windows, Architect, DBA, Dev
 
Bryan Kowalchuk 4.49
SQL Server 2000 - Merge Replication Step by Step Procedure
Updated: 16 Dec 2004
Merge replication step by step procedure for SQL Server 2000.
C++, C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
D J Nagendra 4.47
Generating Insert or Update statements from table data using SQL Server
Updated: 13 Nov 2007
Writing a SQL script to generate insert or update scripts for a table full of data.
SQL, Windows, .NET, SQL-Server, Visual-Studio, DBA, Dev
 
brucerchapman 4.46
Execute SQL Server 2005 Integration Services package from C#
Updated: 25 May 2006
Learn how to load and execute a SQL Server 2005 Integration Services package from C# code
C#, SQL, Windows, .NET, Visual-Studio, SQL2005, Architect, DBA, Dev
 
Jeff Modzel 4.45
Calling a Web Service from a SQL Integration Services package
Updated: 7 Apr 2008
How to call a Web Service from a SQL Integration Services package.
C#, SQL-Server (SQL2005), Dev
 
Simon Bonello 4.45
Reseed Identity of Table - Table Missing Identity Values - Gap in Identity Column
Updated: 8 Apr 2009
Reseed Identity of Table - Table Missing Identity Values - Gap in Identity Column
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), MySQL, Oracle, DBA
 
pinaldave 4.44
Uploading and downloading files to/from a SQL Server database
Updated: 13 Jul 2011
This sample project demonstrates how to save a file to a SQL Server database and also how to pull a file out of the database.
C#3.0, .NET3.5, SQL-Server, VS2010, Dev
 
jchoponis 4.44
How to Config Linked Servers in a Minute
Updated: 29 Apr 2009
How to create Linked servers in a minute in an easy way
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA
 
Kamran Hazari 4.43
Schema Generator
Updated: 3 Jun 2008
Utility to generate schema description from existing SQL Server databases.
C# (C#2.0), .NET (.NET2.0), DBA, Dev, WinForm
 
dnpro 4.42
SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Database
Updated: 3 Sep 2008
SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Database
SQL, Windows (Win2K, WinXP, Win2003, Vista), SQL-Server (SQL2000, SQL2005), Architect, DBA, Dev, QA, SysAdmin
 
pinaldave 4.42
SQL Server 2005 - Merge Replication Step by Step Procedure
Updated: 30 Aug 2008
Replication is the process of sharing data between databases in different locations. Using replication, we can create copies of a database and share the copy with different users so that they can make changes to their local copy of database and later synchronize the changes to the source database.
SQL, Windows, SQL-Server, DBA, Dev
 
Ahmad Eid Salim 4.41
Exception Handling in SQL Server
Updated: 17 Jul 2009
How to handle the errors effectively in SQL Server?
ASP, ASP.NET, SQL-Server, WebForms, Ajax
 
Erode Senthilkumar 4.40
Microsoft Analysis Services 2005: Displaying a grid using ADOMD.NET and MDX
Updated: 19 Aug 2008
The article explains how to fetch data from Microsoft Analysis Services 2005 (OLAP) Cube using ADOMD.NET and MDX, and display it in the form of a grid.
C# (C#2.0), .NET (.NET2.0), ASP.NET, SQL-Server (SQL2005), IIS (IIS6), Architect, Dev, Design
 
khatri.hitesh 4.38
SQL Server Hidden Stored Procedures
Updated: 22 Aug 2008
Powerful SQL Server stored procedures useful for day to day administration
SQL, SQL-Server, DBA, Dev
 
Michael Ceranski 4.38
Execute .NET Code under SQL Server 2005
Updated: 26 Aug 2007
Article describes all the problems and constraints defined to use managed code under SQL Server 2005.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Kamal Singh Kharayat 4.38
Row Numbers in SQL Query (Microsoft SQL Server 2000 and 2005)
Updated: 17 Aug 2009
Helps in assigning row numbers in the returned result of an SQL query
SQL, SQL-Server (SQL2000, SQL2005)
 
P. Ganesh Kumar 4.38
SQL Geometry Viewer
Updated: 11 Sep 2008
An on-screen visualizer for the SQL Geometry type
C# (C#3.0), XML, .NET (.NET3.5), SQL-Server, WPF, LINQ, Dev
 
George Tryfonas 4.37
Working with CLR Objects in SQL Server 2005 or Above Part 2 - Unedited
Updated: 2 Aug 2009
Gives an introduction of how to create SQL CLR managed objects in SQL server.
C# (C#2.0, C#3.0, C#4.0), VB (VB8.0, VB9.0, VB10), .NET (.NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2005, SQL2008), DBA, SysAdmin, .NET4
 
Abhishek Sur 4.36
Import Excel files to SQL Server dynamically
Updated: 3 Sep 2008
This article shows how to import Excel files to SQL Server dynamically.
VB, .NET (.NET3.5), SQL-Server (SQL2005), DBA, Dev
 
Mohammad Al Hoss 4.36
dexleapFTC, a full text engine made of pure Stored Procedures
Updated: 16 Jul 2006
Implement a full text engine by using Stored Procedures for all MS SQL Server editions.
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, DBA, Dev
 
Simon Pang 4.35
SQL Server Integration Services (SSIS) – Part 1: Basics of SSIS and Creating Packages
Updated: 10 Feb 2011
Part 1 of a series of articles on SQL Server Integration Services - teaches the basics of SSIS and shows how to create packages
SQL, SQL-Server (SQL2005, SQL2008), SSIS, integration
 
KarthikAnbarasan 4.33
Difference between @@IDENTITY, SCOPE_IDENTITY, IDENT_CURRENT
Updated: 22 Aug 2010
Difference between SQL @@IDENTITY, SCOPE_IDENTITY, IDENT_CURRENT functions
SQL
 
Samrat Banerjee 4.33
Paired T-Test in SSAS 2005+
Updated: 15 Sep 2009
This article explains how to do Paired T-Test in SSAS 2005 (Microsoft SQL Analysis Services).
VB, SQL, SQL-Server, DBA, Dev
 
Igor Krupitsky 4.33
Creating Time Dimension in Microsoft Analysis Services
Updated: 6 May 2008
Unlike Date Dimension (with Year, Month, Date), Time Dimension (with Hour, Minutes, and Seconds) is not automatically created by SSAS (Microsoft SQL Server Analysis Services). This article explains how to create and use Time Dimension in Microsoft SQL Server Analysis Services.
SQL, Windows, SQL2000, SQL2005, DBA, Dev
 
Igor Krupitsky 4.33
Policy Based Management in SQL Server 2008
Updated: 13 May 2011
SQL Server 2008 provides a very efficient SQL policy administrator which constantly monitors the server and reports errors appropriately. Administrators can define policies and ensure that they are being adhered to by evaluating the policies.
SQL, SQL2008, DBA, Dev
 
Keshav Singh 4.33
Copy Database Wizard (MS SQL Server 2005 and later)
Updated: 11 Mar 2011
How the Copy Database Wizard can be helpful to users working on upgrades and migration projects.
SQL-Server, DBA, Dev
 
Keshav Singh 4.33
Security in SQL Server 2005 as seen by a programmer
Updated: 21 Mar 2006
The goal of this article is to present elements of security in SQL Server such as: restrictive access to the server, blocking and safe configuration of services, and reduction of attack space for new elements. Techniques for creating and managing users and for securing data are illustrated.
C++, SQL, Windows, Visual-Studio, SQL2005, Architect, DBA, Dev
 
Software Developer's Journal 4.32
Table-Value Parameters in SQL Server 2008 - VB.NET
Updated: 9 Oct 2009
Using Table-Value Parameters to perform Inserts in SQL Server 2008 from VB.NET.
SQL, VB9.0, .NET3.5, SQL2008, DBA, Dev
 
Andy_L_J 4.31
Performance Comparison - Identity() x NewId() x NewSequentialId
Updated: 16 Jan 2009
Performance comparison - Identity() x NewId() x NewSequentialId.
SQL, SQL-Server (SQL2005, SQL2008), DBA
 
AgileWare 4.29
Integer Arrays Using T-SQL
Updated: 30 May 2006
How to pass an array of integers to SQL Server
C#, VB, SQL, .NET2.0, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, DBA, Dev
 
Chris_Martinez 4.29
Searching - Human Way and Index Way
Updated: 4 Dec 2009
Understanding the database Indexes with real life scenario
SQL, SQL-Server
 
Appusamy.subbian 4.29
How-To: Automatically Rename Foreign Keys on a DB
Updated: 27 Aug 2008
Use T-SQL and system views/stored procedures to give consistent names to every relation in a database
SQL, SQL2005, DBA, Dev
 
Lino Barreca 4.28
HowTo: Install the Northwind and Pubs Sample Databases
Updated: 8 Oct 2009
To save you from hunting through the docs and locating downloads, we gather both databases here and walk you through installing them using SQL Server Management Studio Express.
SQL, Windows, Visual-Studio, SQL2005, DBA, Dev
 
Brian C Hart 4.27
Array Parameter Handling in a Stored Procedure
Updated: 12 Jun 2008
How to handle an array parameter in a Stored Procedure [SQL Server].
SQL, SQL2000, SQL2005, SQL-CE, Dev
 
Srinath G Nath 4.26
SQL Server Authentication using SMO
Updated: 17 Dec 2008
Setup a connection string by allowing the user to select the server and database
C#, .NET2.0, SQL2005, Dev
 
Rupesh Tarwade 4.25
Merge Statement in SQL Server 2008
Updated: 10 Jun 2009
Microsoft SQL Server 2008 new feature, Merge Statement
SQL, SQL-Server (SQL2008), Architect, DBA, Dev
 
Robin_Roy 4.25
Grouping Sets in MS SQL Server 2008
Updated: 10 Jun 2009
New feature - SQL Server 2008 Grouping Sets.
SQL, SQL2008, DBA, Dev
 
Robin_Roy 4.25
SQL - Pivot with Grand Total Column and Row
Updated: 27 Jul 2011
SQL Dynamic Pivots
SQL, Windows, SQL-Server (SQL2005)
 
nshyamp 4.25
Implementing a Tree Structure with Database
Updated: 5 Mar 2011
This article describes implementing and manipulating a tree structure by means of SQL
SQL, Windows, Linux, SQL-Server, Dev
 
Amir Mahfoozi 4.25
Working with CLR Objects in SQL Server 2005 or Higher: Part I
Updated: 2 Aug 2009
Gives an introduction to CLR programming in SQL Server databases. This is the first part of a two-part article series.
SQL, C#2.0, C#3.0, C#4.0, .NET2.0, .NET3.0, .NET3.5, SQL2005, VS2005, VS2008, SQL2008, VS2010, DBA, Dev, SysAdmin, .NET4
 
Abhishek Sur 4.24
Check Validity of SQL Server Stored Procedures/Views/Functions (updated)
Updated: 19 Sep 2008
Command line tool to check validity of objects in SQL Server databases
SQL, C#2.0, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, .NET3.5, ADO.NET, SQL2000, SQL2005, VS2008
 
Emil Lerch 4.22
Data Transformation Services Package Progress Dialog
Updated: 3 Dec 2001
Show a progress dialog when you execute your DTS Package at runtime.
SQL, VC6, Win2K, WinXP, SQL-Server, DBA, Dev
 
Rashid Thadha 4.21
Tutorial on Extended Stored Procedures for MS SQL Server v7.0
Updated: 9 Mar 2000
An interface that can be used to build robust applications that extend the power of MS SQL Server.
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Santosh Rao 4.21
Truncate SQL Server Transaction Log
Updated: 19 Aug 2005
An easy way to truncate Transaction Log files to your desired size.
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
lintom 4.21
Data Mining with SQL Server 2005 without Analysis Services
Updated: 31 Dec 2008
A C# implementation of CHAID for MSSQL 2005 à la Cognos scenario.
C++, C#, SQL, Windows, .NET (.NET3.5), Win32, SQL-Server (SQL2005), Visual-Studio (VS2008), ADO.NET, Dev, WinForm
 
kvlcek 4.20
Create a Modified On Column in SQL Server
Updated: 23 Dec 2007
How to add a modified on column in SQL Server using triggers.
SQL, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
james.wren 4.20
Delta Derivation With the Merge Keyword in SQL Server
Updated: 15 Jul 2011
This article is nothing but a very critical real time scenario that I have faced for a Delta Derivation warehousing project where I found the newly incorporated Merge keyword in SQL Server of immense importance.
SQL, SQL-Server, DBA, Dev
 
Keshav Singh 4.20
Executing a Web Service in a CLR Based Table Valued Function and Representing its IEnumerable Type Output as a Table in SQL Server
Updated: 16 Jun 2010
Executing a web service in a CLR based Table Valued Function resolving the problems faced during its execution and finally representing the IEnumerable output as a table in SQL Server.
C#, .NET (.NET2.0, .NET3.5), SQL-Server (SQL2005, SQL2008), Dev
 
Akbar Ali Bhatti 4.18
Spatial Data Part 1
Updated: 1 Jun 2011
Moving from Relational Data to Spatial Data in SQL Server 2008
SQL, Windows, SQL-Server, Data
 
Devesh Kr 4.18
muSQLe - SQL Server Query Invocation Framework
Updated: 6 Sep 2006
An easy and strongly-typed way to invoke queries and stored procedures from your code
C#2.0, Windows, .NET2.0, .NET3.0, ASP.NET, SQL-Server, ADO.NET, VS2005, DBA, Dev, WinForm
 
Messir 4.18
Encrypted columns and SQL Server performance
Updated: 11 Jun 2007
Examining the effects of column encryption on SQL Server performance
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Dmitry Tsuranoff 4.18
Weird Thing with Inner Queries in SQL SERVER 2005
Updated: 17 Feb 2009
How inner queries work in SQL Server
SQL, Windows, SQL-Server, Dev
 
Virendra Dugar 4.17
Alternate Rows Coloring in SQL Reporting
Updated: 16 Feb 2005
To change the row colors in reports.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Jayarajan S Kulaindevelu 4.17
Check Validity of SQL Server Stored Procedures, Views and Functions
Updated: 13 Feb 2006
A handy command line tool that checks whether stored procedures, views and functions in a database compile
C#, SQL, Windows, .NET1.1, ADO.NET, SQL2000, SQL2005, VS.NET2003, DBA, Dev
 
IPC2000 4.15
Database Mirroring In MS SQL Server - Part I
Updated: 9 Jun 2011
Mirroring is the best database fail over option used by the SQL Server DBAs today. I hope this contribution adds little value to the beginner level DBAs.
SQL-Server, DBA
 
Keshav Singh 4.14
Database Mirroring In MS SQL Server - Part II
Updated: 9 Jun 2011
Mirroring is the best database fail over option used by the SQL Server DBAs today. I hope this contribution adds little value to the beginner level DBAs.
SQL-Server, DBA
 
Keshav Singh 4.14
Database Comparator
Updated: 8 Jan 2009
With this tool, you can compare two databases and generate a difference report.
C#, XML, .NET2.0, Win2K, WinXP, Win2003, ADO.NET, SQL2000, Architect, DBA, Dev
 
Amir Mehrabi-Jorshary 4.11
SQL User Defined Function to Parse a Delimited String
Updated: 9 Aug 2004
SQL Function to parse a delimited string and return it as a table. Handles multi-character delimiters and returns the results as a table.
C++, SQL, Win2K, Visual-Studio, SQL2000, DBA, Dev
 
Claytong 4.11
Enumerate SQL Server using SQL DMO
Updated: 4 Dec 2001
Get a list of SQL Servers to which you can connect.
SQL, VC6, VC7, Win2K, WinXP, SQL-Server, MFC, DBA, Dev
 
Rashid Thadha 4.09
Creating User-Defined Data Types in SQL Server 2005
Updated: 20 Sep 2006
An article on how to create user defined data types using .NET languages for SQL Server 2005.
C#, SQL, Windows, .NET2.0, Visual-Studio, SQL2005, DBA, Dev
 
subai 4.08
SQL Battleship 2008
Updated: 15 Dec 2007
Single-player game using GEOMETRY datatype and spatial functions in SQL Server.
SQL, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
craigd 4.08
SQL Champ - A Quiz to Prove Your SQL Knowlege
Updated: 31 Mar 2008
software architects invites you to prove your knowledge about certain subjects concerning Microsoft .NET technology by participating in a monthly quiz. This month the quiz is about SQL Server.
SQL, Windows, SQL2005, SQL-CE, DBA, Dev
 
r.stropek 4.07
Recursive tables in SQL Server
Updated: 26 Jan 2006
Fast recursion in DB.
C++, SQL, Windows, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
balazs_hideghety 4.06
Getting started with SQL Server Everywhere
Updated: 7 Jul 2006
How to start using SQL Server Everywhere in C# programs.
C#, SQL, Windows, .NET2.0, ADO.NET, VS2005, DBA, Dev
 
TomDK 4.05
SQL Server Runner - Part 1
Updated: 13 Dec 2008
Console and GUI utility application that executes SQL scripts against SQL Servers (7, 2000, and 2005) - version 2.0.1.2 is now available.
SQL, SQL-Server (SQL2000, SQL2005), DBA, Dev
 
Enrique Albert 4.05
SQL Server 2005 Database Backup and Restore using C# and .NET 2.0
Updated: 7 Jun 2008
SQL Server 2005 database backup and restore using C#, .NET 2.0, and SMO.
C# (C#2.0), .NET (.NET2.0), SQL-Server (SQL2000), Visual-Studio (VS2005), DBA, Dev
 
Bappi M Ahmed 4.04
SQL Server and Database Enumerator
Updated: 25 Apr 2000
A class that helps enumerate SQL servers, databases and languages.
SQL, VC6, SQL-Server, MFC, DBA, Dev
 
Santosh Rao 4.04
Store and retrieve objects as BLOBs in SQL Server 2000 and 2005 using ASP.NET 2.0
Updated: 5 Aug 2008
How To: Read and write BLOB data by using ADO.NET through ASP.NET 2.0.
SQL, C#2.0, Windows, .NET2.0, ASP.NET, SQL2000, SQL2005, VS2005, Architect, DBA, Dev, Design
 
Ziyad Mohammad 4.03
Stored Procedure Generator
Updated: 31 Jul 2008
This software generates Insert, Update, Delete, and Select stored procedures (whichever you want) for selected tables.
C#, SQL-Server, ADO.NET, Dev
 
Haider Ali Khan 4.00
Add a user in SQL Server using Visual C++
Updated: 2 Aug 2003
The article explains adding a user in SQL Server programmatically, using VC++
SQL, VC6, VC7, VC7.1, Win2K, WinXP, Win2003, SQL-Server, MFC, DBA, Dev
 
xiaojin 4.00
SQL Server Alerts
Updated: 23 Aug 2008
Defining SQL Server Alerts (shujaatsiddiqi.blogspot.com)
SQL, SQL2000, SQL2005, DBA, SysAdmin
 
Muhammad Shujaat Siddiqi 4.00
Data versioning in SQL Server using row versions
Updated: 17 Oct 2008
This article describes how to enable row versioning to achieve greater concurrency in OLTP systems.
SQL, Windows, SQL2005, SQL2008, Architect, DBA, Dev
 
Mika Wendelius 4.00
Set Based and Procedural Approaches in Examples
Updated: 4 Jan 2010
Set based and procedural approaches in examples tested on SQL Server 2008
SQL-Server (SQL2008)
 
Alexandru Cibotari 4.00
Query Optimization – Remove Bookmark Lookup – Remove RID Lookup – Remove Key Lookup
Updated: 13 Oct 2009
Query Optimization – Remove Bookmark Lookup – Remove RID Lookup – Remove Key Lookup
SQL-Server (SQL2000, SQL2005, SQL2008), DBA, Dev
 
pinaldave 4.00
How to Exactly Enumerate SQL Server from LAN by using SQLDMO
Updated: 25 Aug 2005
An article on how to use SQLDMO to enumerate SQL Server instances.
SQL, VC6, WinXP, SQL2000, DBA, Dev
 
Wang Xuemin 4.00
Try and Catch Fun in SQL Server 2005
Updated: 17 May 2006
This article is about exception handling improvements in SQL Server 2005.
C++, SQL, Windows, Visual-Studio, SQL2005, DBA, Dev
 
Rajib Bahar 4.00
Dynamic Cross Tabs and Pivots, A Different Approach
Updated: 22 Sep 2010
In this article, we see a stored procedure to create pivot tables with multiple summary functions from an existing table.
Windows, SQL-Server (SQL2000, SQL2005, SQL2008), Architect, DBA, Dev, Design
 
Kannan K R 4.00
Views In SQL Server
Updated: 11 Oct 2011
Views In SQL Server
SQL-Server
 
Keshav Singh 4.00
Data Access Component for SQL Server in VB.NET
Updated: 12 Jan 2010
A data access component for SQL Server in VB.NET.
C#, SQL, VB8.0, Windows, .NET2.0, ADO.NET, SQL2005, VS2005, Dev
 
AdamNThompson 3.97
Paging and Sorting on SQL Server and Oracle using Sql.Net
Updated: 21 Feb 2005
This article presents an alternative solution to paging large datasets using Open Source Sql.Net library.
C#, SQL, Windows, .NET1.1, ADO.NET, SQL2000, SQL2005, VS.NET2003, DBA, Dev
 
Alon_Catz 3.96
Connect to SQL Express 'User Instances'
Updated: 27 Aug 2006
Manage and profile SQL Express 'User Instances'.
Windows, .NET, SQL-Server, Visual-Studio, Dev
 
Patrick Spieler 3.96
Very Lightweight Data Access Layer in C# and .NET 2.0
Updated: 4 Apr 2007
Very Lightweight Data Access Layer in C# and .NET 2.0
SQL, C#2.0, Windows, .NET2.0, SQL2000, SQL2005, VS2005, SQL-CE, DBA, Dev
 
Fitim Skenderi 3.95
Database Concurrency Patterns - SIP and SUP
Updated: 29 Jul 2008
Take a look at two new patterns to help with database concurrency: SIP and SUP.
C# (C#2.0), SQL, .NET (.NET2.0), SQL-Server (SQL2005), Architect, DBA
 
George Zabanah 3.94
Using C#, OpenXML, and Microsoft SQL Server 2000 to create a multi-threaded Rules Engine Webservice
Updated: 9 Jan 2006
Create a simple, scalable XML-consuming rules engine in just a few minutes, using OpenXML.
C#, .NET1.1, WinXP, ASP.NET, ADO.NET, WebForms, SQL2000, IIS5.1, VS.NET2003, DBA, Dev
 
UsualDosage 3.92
Using SQL DMO to Script Tables
Updated: 12 Apr 2003
This article shows the power of using SQL-DMO with SQL Server 2000 to script out objects. In this example we would script out tables.
VB6, C++, SQL, Win2K, WinXP, SQL2000, DBA, Dev
 
Vinod Kumar M 3.90
Dynamic Pivoting in SQL Server
Updated: 14 Jul 2008
Pivoting is great for data analysis, but not all data pivot nicely. You can use T-SQL to solve this problem.
SQL, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
Scott Clewell 3.90
SFTP with SSIS Packages
Updated: 19 Feb 2008
An easy approach to access SFTP sites from SSIS packages.
SQL-Server, Dev
 
Clement Prashant Baker 3.89
Data Driven Subscriptions in SQL RS 2000 Standard
Updated: 15 May 2006
How to implement data driven subscriptions in SQL RS 2000, Standard edition.
C++, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Jason Selburg 3.88
MS SQL Server script validation with NAnt Task
Updated: 31 Aug 2006
Validate MS SQL Server scripts with NAnt to improve continuous integration.
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
Stefan Fork 3.83
Where Vs Having / Difference between having and Where clause - Unedited
Updated: 15 Apr 2008
Basic difference between Sql Where and Having Clause
Javascript, CSS, HTML, ASP, ASP.NET, SQL-Server (SQL2000, SQL2005), Ajax
 
gouravverma 3.83
Insert Data into SQL 2000 Using OpenXML & ADO.NET
Updated: 1 Jul 2003
An example of inserting data into SQL Server using OpenXML + ADO.NET
C++, C#, VB, SQL, Windows, .NET1.0, .NET1.1, SQL-Server, Visual-Studio, DBA, Dev
 
S. Vijaya Raghavan 3.82
Using Conditional Split data Transfer in SSIS 2008
Updated: 29 Mar 2010
This article introduces the fundamental concepts behind SQL Server 2008 Integration Services Conditional Split Data Flow Transformation element to transfer data from a set of flat files to SQL Server database tables...
Windows (WinXP, Vista, Win7), .NET (.NET3.0, .NET3.5), SQL-Server (SQL2008), Dev, .NET4
 
Surath Rath - 2010 3.80
SQL Server Procedures And Functions Encryptions - Unedited
Updated: 12 Feb 2009
this application is answer for ;How to encrypt sql server procedures and functions at a time
VB, Windows, .NET (.NET2.0), SQL-Server (SQL2005), ADO.NET, DBA, Dev, SysAdmin, WinForm
 
Mohammad A Gharakhanlou 3.80
Date and Time as Separated Types - Unedited
Updated: 25 May 2010
use date and time as separated components in SQL Server 2000 and above
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL2008)
 
Muhammad alaa 3.80
Case Sensitive search with SQL - Unedited
Updated: 27 Dec 2011
his article explains you how to deal with Case Sensitive search with SQL
SQL
 
koolprasad2003 3.80
Monitoring and Recording DDL changes in SQL SERVER 2005 - Unedited
Updated: 11 Mar 2008
Monitoring and Recording DDL changes in SQL SERVER 2005
Architect, DBA, Dev, QA
 
Lalit Sharma 3.79
SQL Server Interview Questions and Answers Complete List Download - Unedited
Updated: 17 Jun 2007
SQL Server Interview Questions and Answers Complete List Download
SQL, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, SQL2005, SQL-CE, CEO, Architect, DBA, Dev, QA, Design
 
pinaldave 3.77
Browsing MS SQL Server Desktop Engine using Information Schema
Updated: 14 Sep 2003
Browse MS SQL Server Information Schema Catalog
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
oleg.vidovic 3.76
Data Synchronization in SQL Express
Updated: 14 Oct 2010
Data Synchronization in SQL Express
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE), DBA
 
Ganesan Krishnan 3.76
Telephone Numbers in SQL Server 2005: Part 2 – Formatting
Updated: 13 Mar 2008
Formatting telephone numbers in SQL Server.
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS2005, Architect, DBA, Dev
 
Bryan Kowalchuk 3.76
Inserting XML formatted data into SQL Server 2000
Updated: 21 Jun 2004
This article explains Parent-Child insertion into SQL Server 2000 using XML Support provided by SQL Server 2000 and Visual Studio.NET
C#, SQL, Windows, .NET1.0, Visual-Studio, SQL2000, DBA, Dev
 
faisal abdul aziz 3.75
3 Kinds of Comparison and Snchronization for SQL Server Database
Updated: 16 Mar 2011
This article introduces you to 3 kinds of comparison and synchronization for SQL Server Database.
SQL, SQL-Server, DBA
 
dingoishere 3.71
Repeater within Gridview in C# ASP.NET 2.0
Updated: 25 Jun 2008
This article discusses binding a gridview/repeater control from a dataset using a stored procedure
C#, ASP.NET, DBA, Dev
 
Navin Pandit 3.70
SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search
Updated: 10 Sep 2008
First article on topic - SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search
SQL, Windows, SQL-Server, Architect, DBA, Dev, SysAdmin
 
pinaldave 3.69
Recursion in SQL using CTE
Updated: 16 Nov 2008
This article demostrates how you can achieve a function recursion effect in SQL.
SQL, SQL-Server, DBA, Dev
 
Dennis Pais 3.67
Implementation of Unicode in SQL Server
Updated: 25 Oct 2007
Information about Unicode implementation in SQL Server.
SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
josekonoor 3.63
TreeToTable hierarchical tables with SQLServer 2005 and C#
Updated: 12 Aug 2006
Retrieving child records from an hierarchical table
C#2.0, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Arjan Pot 3.62
Find Primary Key or ID column of Table in SQL Server 2000/2005
Updated: 21 Sep 2007
Get or find Primary Key or ID column of Table in SQL Server 2000/2005
C#, Windows, .NET2.0, .NET3.0, SQL2000, SQL2005, VS2005, DBA, Dev
 
idreeskhan 3.61
Simple data export
Updated: 9 Oct 2008
Simple export of data from database a to database b using identical tables (SQL Server).
C#, Windows, .NET2.0, SQL2000, SQL2005, VS2008, Architect, Dev
 
mark merrens 3.59
A Little Sqlserver Script Helper
Updated: 17 Jan 2007
When you want to get the data script from sqlserver, use this, it can be fun.
C#, Windows, .NET, Visual-Studio, Dev
 
ddrk 3.55
Using MD5 Encryption with C# and MSSQL 2000
Updated: 10 Oct 2006
Demonstrates methods for creating and validating MD5 encrypted passwords in MSSQL 2000.
C#, SQL, .NET, WinXP, SQL2000, VS.NET2003, DBA, Dev
 
UsualDosage 3.50
Dynamically Generating Html/Excel/Word Document Files with SQL Server data using SSIS 2005 - Unedited
Updated: 11 Jan 2012
Export SQL Server tables to HTML/Excel/Word Document files dynamically.
SQL, HTML, .NET, SQL-Server (SQL2000, SQL2005)
 
Venkat Chaitanya Kanumukula 3.50
Recover SQL Server 2005 Database from SUSPECT Mode
Updated: 30 Sep 2009
Recover SQL server 2005 database from SUSPECT mode
SQL, Windows, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA, Dev
 
Aruna Randeni 3.50
Implementing Triggers in SQL Server 2000
Updated: 19 Mar 2009
Implementing Triggers in SQL Server 2000.
SQL-Server
 
smileyfrnd 3.50
Automatic SQL Server Backup Utility using sqlserveragent
Updated: 5 Oct 2006
Automatic SQL Server Backup Utility using sqlserveragent
Windows, SQL-Server, Visual-Studio, Dev
 
Joshy_geo 3.48
Custom Paging Stored Procedure
Updated: 30 Jan 2010
It shows how to write custom paging procedure
SQL, Windows, Dev
 
Member 2821278 (Mohan Prajapati) 3.44
Change Data Capture (SQL Server 2008)
Updated: 11 Aug 2008
Change Data Capture in SQL Server 2008 (shujaatsiddiqi.blogspot.com)
SQL, SQL2008
 
Muhammad Shujaat Siddiqi 3.43
Create a SQL Server Database Using C#
Updated: 25 Apr 2005
Create a SQL Server database using C#.
C#, SQL, .NET1.1, Win2K, SQL2000, VS.NET2003, DBA, Dev
 
Nguyen Thanh Phuong 3.41
Select dates of a day between two dates. - Unedited
Updated: 20 Jul 2008
This function gives dates for a day between two dates (e.g. All sundays from Jan-08 to Aug-08)
SQL, Windows (WinXP), .NET (.NET1.0, .NET1.1, .NET2.0), SQL-Server (SQL2005), IE6.0, IE5.5, IE7
 
s.s.cheral 3.40
SQL SERVER - Data Warehousing Interview Questions and Answers Complete List Download - Unedited
Updated: 29 Jul 2007
I have tried to accommodate all of them in last post in the series. I hope this series is helpful to all candidates who are seeking job as well interviewers. I have combined all the questions and answers in the one PDF which is available to download and refer at convenience.
Windows, SQL2000, SQL2005, SQL-CE, Architect, DBA, Dev
 
pinaldave 3.40
Loading a SQL Server 2005 DWH faster with partitioned tables
Updated: 14 Jun 2006
SQL Server 2005 now offers the possibility to partition tables and indexes. Using this feature can boost your DWH load.
VB, SQL, Windows, SQL-Server, Visual-Studio, DBA, Dev
 
r.stropek 3.40
Audit for DB programming
Updated: 24 Mar 2008
Do you want to know what your DB programmers are doing?
SQL, SQL2000, SQL2005, SQL-CE, DBA
 
jangtimjang 3.35
Building managed code using Common Language Runtime (CLR) Integration in SQL Server 2005
Updated: 23 Oct 2005
This article talks about CLR integration and how to program database objects using managed code by using this cool feature of SQL Server 2005.
C#, SQL, Windows, .NET2.0, SQL2005, VS2005, DBA, Dev
 
Sekhar Lanka 3.35
Store audio in Sql Server 2005 and retrieve it and play it in windows application .net. - Unedited
Updated: 19 Sep 2008
this article demonstrate how to insert a audio file into SQL Server and how to get the audio file from SQL Server and play it in .Net
C# (C#2.0), .NET (.NET2.0), SQL-Server (SQL2005), Visual-Studio (VS2005), Dev
 
Morteza Naeiamabadi 3.33
Data Mining with SQL Server 2005
Updated: 12 Jun 2008
An introduction to basic data mining with SQL Server 2005.
VB, SQL, ASP.NET, SQL-Server (SQL2000, SQL2005, SQL-CE)
 
The JZ 3.33
SQL Database Restore
Updated: 1 Apr 2009
T-SQL string maker for backup with a MEDIAPASSWORD database.
C#, XML, SQL, Windows, SQL-Server, Visual-Studio, MySQL, Oracle, DBA, Dev, WinForm
 
Ahmet Göktaş 3.33
Delete and Constraint Handling Stored Procedure Using SQL Server 2000
Updated: 25 Oct 2006
A generalized stored procedure that performs constraint checks before performing deletes.
SQL, C#2.0, .NET2.0, Win2K, WinXP, Win2003, Vista, SQL2000, VS2005, DBA, Dev
 
Jeremy Mullinax-Hill 3.33
Microsoft SQL Server Database Documentor
Updated: 17 Aug 2006
A Microsoft SQL Server database documentor, using Crystal Reports.
VB, SQL, C#1.0, Windows, .NET1.1, .NET2.0, ASP.NET, VS.NET2003, DBA, Dev
 
gogglin 3.31
Mapping Tables, Relations Between Tables, and Columns Info of a SQL Server Database
Updated: 11 Dec 2007
Shows a way to map tables, relations between tables, and columns info of a SQL Server 2000/2005 database; also generates INSERT, UPDATE, DELETE, and SELECT SQL statements at runtime using C# (TableReader).
SQL, C#2.0, Windows, .NET2.0, WebForms, SQL2000, SQL2005, VS2005, Dev
 
felipesabino 3.29
Views in SQL 2000/2005
Updated: 30 Jan 2009
An explanation of Views in SQL server 2000/2005 and the advantages of them
SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Three Nine Consulting 3.28
Connecting to SQL Server
Updated: 13 May 2002
This article explains how to connect to an SQL Server and pass a string.
C, SQL, VC6, Win2K, SQL-Server, DBA, Dev
 
Amol Kakhandki 3.26
Robust MD5 Digest Extended Stored Procedure for Microsoft SQL Server 2000
Updated: 26 Oct 2008
MD5 Digest XSP with error trapping and full Unicode support, in and out.
C, SQL, VC6, VC7, VC7.1, VC8.0, Windows, SQL2000, DBA, Dev
 
Enigmatic Texan 3.25
Improving the performance of queries using SQL Server: Part 1
Updated: 11 Jan 2007
The first in a series of articles on prioritizing and improving query performance in SQL Server.
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Pete O'Hanlon 3.25
Building a Hybrid Active Directory and SQL Table DataSource View
Updated: 8 Jun 2009
Building a hybrid Active Directory and SQL table DataSource view.
SQL, SQL2000, SQL2005, SQL2008, DBA, Dev
 
noahhath 3.22
Simple C# Wrapper for SQLite
Updated: 16 Aug 2007
An article that describes lightweight C# wrapper for SQLite
C#2.0, Windows, .NET2.0, Visual-Studio, DBA, Dev
 
fbelic 3.19
SQL Encryption and Decryption Library (Using Rijndael)
Updated: 25 Sep 2009
This library allows a user to use functions in SQL Server to encrypt and decrypt text.
VB, SQL, Windows, .NET, SQL2000, SQL2005, VS2005, DBA, Dev
 
George Oakes 3.13
Using SMO for Backup, Restore and Security Purposes
Updated: 29 Aug 2007
This article shows some samples using SMO with SQL Server 2005 to perform some administrative tasks.
Windows, .NET, Visual-Studio, Dev
 
niki_mbr 3.13
Compare SQL Database Schema
Updated: 16 Jan 2008
Application to show differences between two SQL Server databases.
VB (VB9.0), SQL, Windows (WinXP, Win2003, Vista), .NET (.NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005), WCF, XAML, WPF, DBA, Dev
 
Paritor 3.07
Split parameter string from comma seperator in SQL IN clause - Unedited
Updated: 4 Nov 2008
Many time we face problem in SQL Query when performing operation with IN clause to check values seperated by ,(commas) in a parameter.
Javascript, CSS, SQL, HTML, XHTML, .NET, ASP, ASP.NET, SQL-Server, WebForms, Ajax
 
Vimal Panara 3.07
SQL Server extended stored procedure to send UDP messages
Updated: 25 Apr 2005
SQL Server extended stored procedure to send UDP messages.
SQL, VC6, VC7, VC7.1, Win2K, SQL2000, VS.NET2003, DBA, Dev
 
Rod VanAmburgh 3.00
SQL Stored Procedure Debugging Using Visual Studio .NET 2005
Updated: 31 Oct 2008
Demonstrates how to debug a Stored Procedure in Visual Studio .NET 2005.
Javascript, CSS, SQL, HTML, XHTML, C#2.0, C#3.0, .NET2.0, .NET3.0, .NET3.5, SQL-Server, WebForms, Ajax, VS2005
 
saanj 3.00
Dynamic Cursor with sp_executesql and OpenXML
Updated: 5 Jun 2008
A cursor for dynamic query.
C#, SQL, Windows, .NET, SQL2000, SQL2005, DBA, Dev
 
Tina83 3.00
Sql Server database Backup with bat file - Unedited
Updated: 23 Dec 2007
This is an article about backup utility of SQL server from Command prompt
SQL-Server (SQL2000, SQL2005), DBA
 
Moiz hakimi 3.00
"OSQL Utility" for SSAS 2005
Updated: 18 Jun 2008
A script that lets you run many XMLA files against a SSAS 2005 database.
VBScript, Windows, DBA, Dev, SysAdmin
 
Igor Krupitsky 3.00
Remove duplicate records from SQL tables
Updated: 13 May 2007
A generic procedure to retrieve and delete duplicate records from MS SQL Server tables.
SQL, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, SQL2005, DBA, Dev, QA
 
Eugene Ochakovsky 3.00
Sending Multiple Rows to Database for Modification
Updated: 20 Aug 2009
Am article on how to send multiple rows to SQL Server 2005 database for data modification.
C# (C#2.0), SQL, Windows, .NET (.NET2.0), SQL-Server (SQL2005), DBA, Dev
 
Nizam Mohd 3.00
Using C# to Enumerate Through Stored Procedures in MS SQL Server 2000
Updated: 3 Jan 2006
This guide will show you how to enumerate through the stored procedures in MSSQL 2000, as well as retrieve parameter information for a stored procedure.
C#, SQL, .NET1.1, WinXP, ASP.NET, SQL2000, IIS5.1, IIS6, VS.NET2003, DBA, Dev
 
UsualDosage 2.94
SQL Server Finder
Updated: 29 Dec 2007
A simple Windows screen host utility that returns connection information (server name and port number) for all instances of SQL Server 2005, 2000, and 7.0 on a local machine.
Javascript, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
ericm1000 2.93
Writing CLR Stored Procedures
Updated: 6 Mar 2007
CLR hosted in Microsoft SQL Server 2005
C#2.0, .NET, WinXP, SQL-Server, VS2005, DBA, Dev
 
Parwej Ahamad 2.92
SQL Server 2008 Table Valued Parameters
Updated: 23 Dec 2007
Using SQL Server 2008 table valued parameters to insert multiple records (VS 2008).
C# (C#2.0, C#3.0), SQL, .NET (.NET3.0, .NET3.5), SQL-Server, Visual-Studio (VS2008), ADO.NET, Dev
 
mfmaneef 2.92
SQL SERVER – Order of Columns in Update Statement Does not Matter
Updated: 9 Mar 2010
SQL SERVER – Order of Columns in Update Statement does not matter
SQL, SQL-Server (SQL2000, SQL2005, SQL-CE, SQL2008), DBA, Dev
 
pinaldave 2.91
Complete Remote (Intra/Inter) SQL Server Manager
Updated: 3 Feb 2004
SQL Server manager for remote monitering and managing.
C++, SQL, Win2K, WinXP, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
Chaudhary 2.90
SQL Server 2000 Using Tranasaction on Distributed servers - Linked Servers
Updated: 14 Dec 2004
Using tranasaction on distributed servers and querying them - Linked Servers in SQL Server.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, DBA, Dev
 
R. Senthil Kumaran 2.89
SQL Select Top 100 % forgets Order By Clause - Unedited
Updated: 19 Mar 2008
SQL 2005+ changes behaviour of order by in relation to Select top 100%
SQL, SQL-Server (SQL2005), DBA, Dev
 
Daniel Ch. Bloch (MCSD, MCAD, MCTS) 2.88
Copy Database Schema and Data Using SQL Server Management Objects (SMO)
Updated: 28 May 2008
How to use SMO to copy database schema and data using C#.
C#, SQL, WinXP, Win2003, Vista, ADO.NET, VS2008, Dev
 
SmartCodar 2.88
SSIS Package Integration with C# .NET
Updated: 16 Jan 2008
SSIS package integration with C# .NET.
SQL, C#2.0, .NET2.0, ASP.NET, SQL-Server, Dev
 
Rajaraman.net05 2.87
MS SQL Server to FireBird migration
Updated: 4 Feb 2005
A real example of database migration (MS SQL -> FireBird).
C#, SQL, Windows, .NET, Visual-Studio, SQL2000, DBA, Dev
 
firefalcon 2.84
Run Scripts Add-In for SQL Server 2005 Management Studio
Updated: 20 Nov 2008
An add-in for SQL Server 2005 Management Studio that will run all the scripts in the selected project.
C#, Windows, .NET, Visual-Studio, DBA, Dev
 
Michael Erasmus 2.78
Integrating SQL Server 2008 with Metatrader 5
Updated: 4 Mar 2010
Invoking an External ADO.NET DLL to connect and execute queries on a SQL Server database from within the Meta Trader Platform
C++, SQL-Server, DLL
 
Kanhar Munshi 2.71
Finding 'who is' using SQL Server
Updated: 4 Nov 2003
An article showing how to display the sp_who info and sort on a column.
C#, .NET1.0, .NET1.1, Win2K, WinXP, DBA, Dev
 
Steve Brailsford 2.69
SQL Server 2008 Interview Questions and Answers
Updated: 19 Sep 2008
A Big Downloadable List of SQL Server 2008 Questions and Answers
SQL, SQL-Server, Architect, DBA, Dev, QA, Design, SysAdmin
 
pinaldave 2.67
Performance Analysis of Addnew and Execute Command in CRecordset to Insert data
Updated: 29 Jun 2007
An article on efficiently adding rows in a database
C++, SQL, Windows, SQL-Server, Visual-Studio, ADO, DBA, Dev
 
kazim bhai 2.67
Basic Cryptographic Hashing of a File and Storage to SQL Server
Updated: 6 Oct 2006
Basic VB.NET example for generating a hash value and using SQLClient to store to a binary column in SQL Server.
VB, Windows, .NET, Visual-Studio, Dev
 
Andrew Timberlake-Newell 2.67
Telephone Numbers in SQL Server 2005: Part 1 – The Data Type
Updated: 13 Mar 2008
Efficiently storing telephone numbers in SQL Server.
C#, SQL, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev, Design
 
Bryan Kowalchuk 2.60
CodeSmith generated Audit Log Triggers
Updated: 7 Apr 2005
CodeSmith template for creating Audit Log Triggers on SQL tables.
C++, SQL, Windows, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
RichardRoe 2.56
Query paging by one trip to MS-SQL Server 2005 via one simple query
Updated: 4 Jul 2007
Query paging by one trip to MS-SQL Server 2005 via a simple query. Without using a Stored Procedure, View, or others features. Only uses T-SQL and .NET.
SQL, C#1.0, C#2.0, Windows, .NET1.1, .NET2.0, .NET3.0, ASP.NET, ADO.NET, WebForms, SQL2005, VS.NET2003, VS2005, DBA, Dev
 
Marek Mizov 2.52
Powershell How-To - Part 1 - Unedited
Updated: 15 Dec 2008
This article is a part of a series of articles that shows HOW-TO do various tasks in powershell.
SQL, Windows, .NET, SQL-Server (SQL2008), CEO, Architect, DBA, Dev, QA, Design, SysAdmin, Sales, Marketing
 
Rajib Bahar 2.50
Handle Sql server and Foxpro database with .NET
Updated: 6 May 2007
This article aids in rapid application development for database handling, for desktop and web applications
C#, Windows, .NET, SQL2000, DBA, Dev
 
Gaurav K Singh 2.48
Format Excel Sheet from DTS when Excel is Not Installed on SQL Server
Updated: 17 Dec 2008
Format Excel Sheet from DTS when Excel is not installed on SQL Server
VBScript, SQL, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
s_arun_kumar 2.47
Basics of Using a .NET Assembly in MS SQLServer - User Functions
Updated: 2 Sep 2008
Introduction to using CLR .NET assemblies in Microsoft SQL Server.
SQL, C#1.0, C#2.0, C#3.0, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, .NET3.5, SQL2005, Dev
 
MrTimmins 2.47
Expanding SQL Hierarchies: The Dualistic Approach
Updated: 18 Oct 2006
This article discusses a method for retrieveing hierarchical data from a relational database
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
Sergey Sorokin 2.40
Modifying selected text within a text column - Unedited
Updated: 13 Dec 2007
searching for a pattern such as "code project" within the text in a column and replacing it with another text such as "Code Project Article"
 
whiz kid 2.40
Check Database Size with Summary
Updated: 22 Jun 2009
This script calculates size of every user database with summary
SQL, SQL-Server (SQL2000), MySQL, Oracle, DBA
 
Kuldip Rindani 2.33
SQL Server Concepts and Best Practices to Build Transact SQL Stored Procedures
Updated: 3 Jun 2010
Explains basic SQL Server concepts and some best practices to build Transact SQL Stored Procedures.
SQL, SQL-Server, Dev
 
Richard Espinoza 2.33
Word, Excel, Image, XML Files Stroe / Retrive from Database
Updated: 4 Apr 2007
This article will explian store / retrive the word documents, excel files, Images and xml to Sql server database.
C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Rajaraman.net05 2.10
Developing a SSIS Package
Updated: 2 Nov 2006
An article on configuring an SSIS Package.
C#, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev
 
karun123 2.06
Is Your Data Valuable To You?
Updated: 17 Apr 2006
The article discusses threats to application in the absence of proper validation procedure.
VB, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, DBA, Dev, WinForm
 
Ujwal Watgule 2.04
Pagination and Sorting in MS SQL Server 2000 - Unedited
Updated: 18 Mar 2008
implementing pagination and sorting in MS SQL Server 2000 without using dynamic queries
SQL, Windows
 
Dima Kostikov 2.00
Inserting Bulk Data in SQL Server from Text file - Unedited
Updated: 1 Jul 2009
Inserting Bulk Data in SQL Server from Text file
SQL-Server (SQL2005), Architect, DBA, Dev
 
S.Vinothkumar 2.00
Understanding SQL Execution Plan (Part I) - Unedited
Updated: 12 Aug 2008
Brief Intro of how out t-SQL is parsed and submitted to SQL Engine to retrive data
SQL, SQL-Server (SQL2005), Architect, DBA, QA
 
JustChiragPatel 1.90
How to Set Up SQL Server Integrated Security For Using With SMS
Updated: 19 Apr 2005
How to set up SQL Server Integrated Security for using with SMS.
C++, Javascript, SQL, Windows, Visual-Studio, SQL2000, DBA, Dev
 
Ahmed_EL Sayed 1.89
Sql Queries most asked in job interviews. - Unedited
Updated: 26 Apr 2008
Tricky Sql Queries most asked in SqlServer/.NET Job Interviews.
SQL-Server (SQL2005)
 
sudipta.india 1.88
Pass Serialized Tabular Data as a Stored Proc Parameter
Updated: 29 May 2007
How to solve the age-old problem of passing complex structures as parameters to sprocs
C#, SQL, Windows, .NET, Visual-Studio, DBA, Dev
 
habanero 1.67
Automated Database Change Management Process
Updated: 4 May 2007
The uploaded .NET solution includes the implementation of a database change management process that, if applied correctly, can dramatically reduce the time you spend synchronizing various versions of application databases in development, staging, and production environments.
C#, Windows, .NET2.0, SQL-Server, Visual-Studio, DBA, Dev
 
Kevin Hurwitz 1.67
How to find if only one particular column has been modified in a trigger
Updated: 6 Oct 2006
How to find if only one particular column has been modified in a trigger.
C#, SQL, Windows, .NET, Visual-Studio, SQL2005, DBA, Dev
 
Master DJon 1.50
Sum of previous row values in SqlServer - Unedited
Updated: 19 Jun 2009
Sum of previous row values in SqlServer
SQL-Server (SQL2005), Architect, DBA, Dev
 
S.Vinothkumar 1.50
Get a table with all dates in a month - Unedited
Updated: 7 Mar 2008
This SQL Server 2005 Table values function returns a table with all dates of a month for a provided date.
SQL, Windows, SQL-Server (SQL2005)
 
TDunk 1.33
Run an SqlServerr Job from MS Access - Unedited
Updated: 11 Dec 2007
Run an SqlServerr Job from MS Access
VB6, VB, Windows (Win2K, WinXP, Win2003), SQL-Server (SQL2000), DBA, Dev
 
Seifedine kadry 1.00
SQL Server Integration Services (SSIS) 15 Best Practices
Updated: 17 Sep 2009
SQL Server Integration Services (SSIS) best practices.
SQL, Windows, SQL2005, DBA, Dev
 
josekonoor 1.00
A method to migrate and automate exisitng DSTX SSIS package from SQL server 2005 to 2008 R2 - Unedited
Updated: 9 Mar 2011
This article will provide the first step towards migrating error free dtsx package to higher version of sql server ssis
C# (C#2.0), .NET (.NET2.0), SQL-Server (SQL2005), DBA, Dev
 
santosh poojari 1.00
Finding the nth day of the nth week
Updated: 28 Jun 2007
This SQL Server function helps to get the nth day of the nth week.
SQL, Windows, SQL2000, DBA, Dev
 
harry_kochhar 1.00
Simplified phonetic search with MS SQL Server
Updated: 1 Nov 2007
Perform phonetic search on MS SQL Server using Soundex.
SQL, SQL2000, SQL2005, DBA, Dev
 
vini2k1 1.00
Audit Trail using XML column in SQL Server 2005
Updated: 25 Nov 2011
Implement audit trail technique using XML column in SQL Server 2005
SQL, DBA
 
Sagar Sengupta 1.00
Log Shipping MS SQL Server 2008 - Part II
Updated: 26 May 2011
Through this video I have tried to explain the concept of log shipping in MS SQL Server. It's broken into 2 parts, this is the second part.
SQL2008, DBA, Dev
 
Keshav Singh  
SQL Server 2000 Deadlock Analysis
Updated: 15 Oct 2007
Deadlock analysis in SQL Server 2000.
SQL, WinXP, Win2003, Visual-Studio, SQL2000, DBA, Dev
 
Tijoy Tom  
Integrating Database Development in Visual Studio
Updated: 27 Sep 2010
Integrating database development into Visual Studio to collaborate application development team and the database designers
SQL, .NET (.NET3.0, .NET3.5), SQL-Server (SQL2005), Visual-Studio (VS2010), .NET4
 
venugopalm  
SQL Server Performance Impacted by New Features
Updated: 11 Oct 2011
Specific example for improving some SQL performance problems
SQL, Windows, SQL-Server (SQL2005, SQL2008), Architect, DBA, Dev
 
KP Lee  
Mimicking null-safe equal to operator in SQL Server
Updated: 20 Sep 2011
This article describes how to mimic the null-safe equal to operator using an UDF in SQL Server.
SQL, Windows, SQL2008, DBA, Dev
 
Mika Wendelius  
Solving performance issues in data migration to SQL Server
Updated: 10 Nov 2011
How to solve performance issues in data migration to SQL Server.
SQL, SQL-Server, Oracle, DBA, Dev, performance, DB2, tuning
 
Phani Krishna Kollapur Gandla  
SQL Server Easy Column Search
Updated: 11 Jan 2010
Column search functionality that works as easy as sp_help.
SQL, SQL2005, SQL2008, DBA, Dev
 
Divan van der Watt  
Connectivity to SQL Azure in Microsoft SQL Server 2008 R2 November CTP - Unedited
Updated: 17 Nov 2009
Microsoft SQL Server 2008 R2 November CTP - Database Engine feature #1
SQL, Windows, SQL-Server (SQL2008), Architect, DBA, Dev
 
Ramy Mahrous  
SQL Server - Sort Order Templates
Updated: 11 Jun 2009
Templates to fix changes in sort-order as they occur.
SQL, SQL-Server, DBA, Dev
 
ColinBashBash  
Consume 32 bit COM DLL in x64 Bit SQL Server 2005
Updated: 27 Apr 2009
Consume 32 bit COM DLL in x64 bit SQL Server 2005
C# (C#3.0), .NET (.NET3.5), SQL-Server (SQL2005), Visual-Studio (VS2008), Architect
 
Aneesur Rehman Khan  
SQL Server Runner - Part 2: log4Net
Updated: 15 Dec 2008
A log4Net example: how to consolidate SQL scripts using log4Net.
C# (C#1.0, C#2.0, C#3.0), XML, Windows, SQL-Server, DBA, Dev, WinForm
 
Enrique Albert  
How to Use a Multi-Result Set Stored Procedure in SSIS
Updated: 31 Dec 2008
How to use a script component as a data source for multi-result set Stored Procedures.
SQL, Windows, SQL-Server (SQL2005, SQL2008), DBA, Dev
 
BobP1339  

Utilities 

top
Title / Updated Author Score  
Migration Toolkit for SQL Data Services(SDS)
Updated: 3 Mar 2009
Process and toolkit to migrate data to Microsoft SQL Data Services
VB, XML, Office, DBA
 
Won Dong 5.00
DACBuilder – Data Access objects generation tool based on XML and XSL templates transformation
Updated: 31 Mar 2006
The DACBuilder application provides auto-generation features from multiple database systems in multiple programming languages.
C#, XML, SQL, XSLT, Windows, .NET1.1, SQL-Server, ADO.NET, VS.NET2003, DBA, Dev
 
Dan Radu 5.00
MetaQuery: A Fully Dynamic ORM Using C# 4.0 Dynamics, Generics, and Reflection
Updated: 15 Oct 2010
An ORM library using C# 4.0 dynamics, generics, and Reflection, with support of a natural SQL-like syntax (even from C#), full support of POCO objects, and no need for external mapping mechanisms.
SQL, C#4.0, Windows, SQL-Server, ADO, ADO.NET, LINQ, Dev, .NET4
 
mbarbac 4.97
Convert SQL Server DB to SQLite DB
Updated: 15 Nov 2011
A C# utility to automatically do conversion from a SQL Server DB to a SQLite DB
C#, .NET (.NET2.0), SQL-Server (SQL2000, SQL2005), DBA, Dev
 
liron.levi 4.95
Test Data Extraction with Jailer
Updated: 25 Oct 2008
Jailer simplifies the extraction of referentially intact data
SQL, Windows, DBA, Dev
 
RWisser 4.94
Wrapper Generator for SQL Server Stored Procedures
Updated: 30 Jun 2004
A utility application that generates .NET code for wrapping stored procedures.
C++/CLI, C#, SQL, .NET1.1, Win2K, WinXP, SQL2000, VS.NET2003, Architect, DBA, Dev
 
Charles Horan 4.94
A Fast CSV Reader
Updated: 10 Nov 2011
A reader that provides fast, non-cached, forward-only access to CSV data.
C#, Windows, .NET1.1, .NET2.0, VS.NET2003, VS2005, DBA, Dev
 
Sebastien Lorion 4.92
QueryCommander SQL Editor
Updated: 27 Sep 2005
QueryCommander SQL editor with IntelliSense, wrapped in a Visual Studio type of environment. QueryCommander supports: Microsoft SQL Server 6.5-2005, MySQL 4.*-5.1, and Oracle 9i.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, SQL2005, DBA, Dev
 
Mikael Håkansson 4.91
A Portable and Efficient Generic Parser for Flat Files
Updated: 6 Feb 2012
GenericParser is a C# implementation of a parser for delimited and fixed width format files.
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Andrew Rissing 4.91
SPGen - Stored Procedure Generator
Updated: 12 Dec 2002
A simple app which generates INSERT and UPDATE SQL Stored Procedure code
C#, Windows, .NET1.0, DBA, Dev
 
Paul Watson 4.88
SQL Server CE Query Tool
Updated: 9 Sep 2011
User friendly query designer and data manipulation tool for SQL Server CE
C#3.0, WinXP, SQL-CE, DBA, Dev
 
ray_mayukh 4.88
FUSE(file system in userspace) for Microsoft-SQL using C#
Updated: 19 Aug 2010
Map your database table as network disk
C#, SQL, Windows, .NET, SQL-Server, Visual-Studio, ADO.NET, Application, coding, programming, sqldatasource, SqlServer, Virtualization, virtual-machine
 
martin.nedopil 4.83
SqlMetalPlus- A VS Add-in to Manage Custom Changes to DBML
Updated: 18 Dec 2011
This add-in adds easily accessible context menu commands to your DBML files to either apply custom changes or to refresh the whole DBML file with the latest changes from the database.
C# (C#1.0, C#2.0, C#3.0), XML, Windows (WinXP, Vista), LINQ, VS2008, VS2010, DBA, Dev
 
Azeet 4.83
Automatic Script SQL Server 2005 Objects and Commit under Subversion
Updated: 9 Oct 2009
Automatic script SQL Server 2005 objects and commit under Subversion
C#, SQL, Windows, .NET, SQL-Server, DBA, Dev
 
Ferreri Gabriele (Megasoft78) 4.82
MSDEGUI - a GUI tool to help developers use the MSDE database
Updated: 27 Nov 2002
This tool uses ADO.NET to offer browsing of databases and tables, editing values and an SQL window to test queries.
C#, Windows, .NET1.0, DBA, Dev
 
Christian Graus 4.81
sqlTunes - Query Your iTunes Library
Updated: 7 Mar 2008
sqlTunes is a small tool that exports iTunes library information to the SQL server.
C#, SQL, Windows, .NET2.0, ADO.NET, SQL2000, VS2005, DBA, Dev
 
Alexander Kojevnikov 4.79
SqlDoc: Document your SQL Server database
Updated: 5 Sep 2004
A small command prompt utility to help you document your SQL Server/MSDE database.
C#, SQL, .NET1.1, Win2K, WinXP, Win2003, SQL2000, VS.NET2003, DBA, Dev
 
Jose A. Gonzalvo 4.73
A simple Database Viewer - DBViewer
Updated: 18 Apr 2005
A simple database viewer to manipulate SQL Server data types (in particular: image, binary, varbinary and text).
C#, SQL, .NET1.1, WinXP, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Uri Lavi 4.72
Database Schema Comparison Utility
Updated: 16 Oct 2006
An article describing a way to find the differences between two database instances
SQL, C#1.0, C#2.0, .NET1.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, TabletPC, ADO.NET, SQL2000, SQL2005, VS.NET2003, VS2005, Architect, DBA, Dev
 
Sean Goodpasture 4.68
SelectQueryBuilder: Building complex and flexible SQL queries/commands from C#
Updated: 14 Mar 2006
The SelectQueryBuilder class allows you to build complex SQL statements and commands from your code. It also prevents you from possible SQL injection attacks.
C#, SQL, Windows, .NET2.0, VS2005, DBA, Dev
 
Ewout Stortenbeker 4.67
QASharp V1.3 [Query Analyzer like tool for MSDE database]
Updated: 11 Oct 2004
This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables, and do all other common database activities.
C++, C#, SQL, .NET1.0, Win2K, WinXP, MFC, ADO.NET, SQL2000, DBA, Dev
 
Rajesh Pillai 4.67
SQL Statement Generator
Updated: 14 Dec 2006
A utility that generates INSERT, UPDATE, or DELETE SQL statements.
SQL, C#2.0, Windows, .NET2.0, VS2005, DBA, Dev
 
Chris Hambleton 4.66
SixPack Library -- StoredProcedure
Updated: 25 Mar 2009
SixPack Library tutorial on how to use the StoredProcedure class.
C#, Windows, Linux, .NET2.0, Mono, .NET3.0, .NET3.5, ADO.NET, Architect, Dev
 
sklivvz 4.63
Generate Insertion Scripts Using .NET 2.0
Updated: 23 Jul 2007
Using .NET 2.0 to get the SQL Server schema and generate insertion statements.
C#2.0, .NET2.0, Win2K, WinXP, SQL2000, VS2005, DBA, Dev, WinForm
 
Benedict Chan 4.62
Generator-less! C# wrapper for SQL Stored Procedures
Updated: 20 Sep 2005
Eliminate the pain of calling SQL stored procedures from C#.
C#, SQL, VC7, Windows, .NET1.1, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Brian Perrin 4.62
Generating osql Batch Scripts
Updated: 8 Jan 2006
This article is on a tool I wrote to generate executable osql deployment batch scripts.
C#, SQL, Windows, .NET1.1, SQL2000, VS.NET2003, DBA, Dev
 
Michael Erasmus 4.60
SqlProcedure - Improve Database Performance, Eliminate Errors and Reduce Code
Updated: 23 Nov 2007
Provides a utility to generate a wrapper for stored procedures to improve performance and eliminate certain run-time errors
SQL, C#1.0, C#2.0, C#3.0, Windows, .NET1.1, .NET2.0, .NET3.0, .NET3.5, ADO.NET, SQL2000, SQL2005, VS.NET2003, VS2005, VS2008, DBA, Dev
 
adambl 4.60
Armadillo: Unit Testing of inline SQL with a little help from Attributes and Reflection
Updated: 28 Nov 2005
This article provides a way for automatically testing SQL embedded in your Data Access Layer (DAL) before publishing a new release of your application.
C#, SQL, Windows, .NET, Visual-Studio, ADO.NET, SQL2000, DBA, Dev
 
Pedro J. Molina 4.58
DataTable Synchronization Manager
Updated: 4 Mar 2006
Adds synchronization to the DataTable Transaction Logger.
C#, Windows, .NET, Visual-Studio, ADO.NET, Architect, DBA, Dev
 
Marc Clifton 4.55
Portable Code Base
Updated: 23 Aug 2011
Portable code snippet database.
C#, .NET, Dev
 
Linoxxis 4.50
SQL Stored Procedure Wrapper & Typed DataSet Generator for .NET
Updated: 7 Dec 2002
This a small tool that will generate static methods in a class that acts as wrapper for SQL stored procedures. It either outputs a source file or a compiled assembly. Also supports automatic DataSet generation.
C#, VB, .NET1.0, Win2K, WinXP, DBA, Dev
 
leppie 4.49
Tool to script Linked Servers in SQL Server 2000
Updated: 19 Sep 2004
Tool to generate script for Linked Servers in SQL Server 2000, using C# and SQLDMO.
C#, SQL, Windows, .NET1.0, .NET1.1, ADO.NET, SQL2000, VS.NET2003, DBA, Dev
 
Sriram Chitturi 4.48
Build SQL Server Stored Procedures From Information_Schema Tables
Updated: 5 Apr 2006
Save hours of time by creating stored procedures and code from database metadata.
C#, XML, SQL, Windows, .NET, Visual-Studio, SQL2000, SQL2005, DBA, Dev
 
Dwight Johnson 4.47
Myotragus Tupples - Automatizing NHibernate Composite Keys
Updated: 18 May 2011
Automatic creation of equality members (Equals and GetHashCode).
C#3.0, Dev, C#3.5, Virtualization, virtual-machine
 
Erich Ledesma 4.40
A SQL Management Console for MSSQL 2000 & 2005, MySQL 5.0,... - Unedited
Updated: 20 Apr 2008
An article on a SQL IDE for different type of RDBMS databases
C# (C#2.0), SQL, .NET (.NET2.0), SQL-Server (SQL2000, SQL2005, SQL-CE), DBA
 
gan.gary 4.35
SQL Database Table Space Used Data as a CSV File
Updated: 1 Feb 2006
This is a simple console application that can be scheduled to create CSV files with table space used data.
C#, SQL, Windows, .NET1.1, SQL2000, SQL2005, VS.NET2003, DBA, Dev
 
Ted Bouskill 4.33
Database daily build reporting with XSLT
Updated: 4 Dec 2006
A demonstration of using XSLT to create SQL error reports in a daily build process.
C#, XML, XSLT, Windows, .NET2.0, VS2005, Architect, DBA, Dev
 
Andrew Tweddle 4.33
Convert Query Result into *.CSV, *.TXT, *.XLS or Fill Into Crystal Report - Unedited
Updated: 11 Jul 2008
This utility is used for convert query result into *.CSV, *.TXT, *.XLS or Fill Into Crystal Report, supported SQL Server and ODBC connection.
C# (C#1.0), .NET (.NET1.1), SQL-Server (SQL2000), Visual-Studio (VS.NET2003), DBA, Dev, WinForm
 
Wiltek Ghozali 4.30
A Tool to Compare SQL Database Schema Versions
Updated: 26 Feb 2009
An article about a tool for comparing SQL database schema versions
XML, SQL, XSLT, C#2.0, .NET2.0, WinXP, Win2003, Vista, Win2008, SQL2000, SQL2005, Architect, DBA, Dev, QA, Design
 
Lindsey Lewis 4.22
DbExpressions - A Step Towards Independency
Updated: 2 Feb 2011
An abstract syntax tree implementation for SQL
C#, Windows (Vista, Win2008, Win7, Win2008-R2), SQL-Server (SQL2008), ADO.NET, MySQL, Architect, DBA, Dev, EF
 
seesharper 4.20
Load and Execute SSIS Packages in Microsoft Windows
Updated: 26 Mar 2010
This article introduces a method to load and execute SSIS packages in Microsoft Windows with a demo WPF application.
C#, Windows, .NET, ADO.NET, WPF, DBA, Dev, WinForm
 
Dr. Song Li 4.20
A Small Utility to Generate Cascading Delete SQL Script in Oracle
Updated: 22 Feb 2011
The article is to introduce a utility to generate cascading delete script for an Oracle table.
VB, SQL, Windows, .NET, LINQ, Oracle, Dev
 
ronald.cao@gmail.com 4.14
SQL Stored Procedure Generator
Updated: 29 Dec 2009
A simple application to generate Stored Procedures for existing tables in a SQL Server database.
C#, SQL, Dev
 
JayessSoftware 4.11
SQL Database Backup Scripts
Updated: 3 May 2007
Quickly create a full backup regime for your SQL database(s).
SQL, Win2K, WinXP, Win2003, Vista, Visual-Studio, SQL2000, DBA, Dev
 
Edward Steward 4.10
Tool to script and store SQL Server objects in SourceSafe using SQL DMO and Visual SourceSafe automation
Updated: 5 May 2004
This useful tool demonstrates the power of SQL DMO to generate scripts for tables, stored procedures and other database objects, and how to integrate with Visual SourceSafe using automation.
C#, SQL, .NET1.1, Win2K, VS.NET2003, DBA, Dev
 
Sriram Chitturi 4.09
Simple Pattern Matching Technique to Improve the Search Boxes
Updated: 20 Dec 2010
Simple Pattern Matching Technique for Search Suggest Boxes
SQL, SQL-Server, Ajax, MySQL, Oracle, Design, Sorting, Web-Development
 
Albin Abel 4.00
Database Documentation - Microsoft SQL Server 2005/2008
Updated: 2 Mar 2009
Creates database documentation table(s) schema
VB, XML, SQL, .NET2.0, SQL2005, SQL2008, DBA
 
pavan k vadlamudi 3.93
Simple Text Indexer Using SQLite Database
Updated: 14 Jun 2006
Simple Text Indexer Using SQLite Database
C++ (VC8.0), Windows (WinXP), Visual-Studio, Dev
 
Chulliyan 3.93
Enum Code Generator - Generating enum code automatically from database look up tables
Updated: 2 Nov 2006
Utility to convert data from ID and CODE columns in a look up table into an enum type in C# (or VB.NET).
C#, VB, Windows, .NET2.0, VS.NET2003, DBA, Dev
 
Saravanan Lakshmanan 3.84
Stored Procedure Generator
Updated: 20 Jun 2007
This utility creates basic Select, Insert, Update and Delete Stored procedure for the selected Tables.
SQL, C#2.0, Windows, .NET2.0, SQL2000, VS2005, DBA, Dev
 
RepliCrux 3.81
SQL Editor for Database Developers
Updated: 10 Mar 2010
SQL editor with syntax parser, direct editing, code execution, database backup, table comparison, script generation, time measurement
C#, SQL, .NET, VS.NET2003, DBA, Dev
 
Elmue 3.78
DBKeeperNet - Keeps Your DB Schema Up-to-date
Updated: 4 Jun 2010
An article describing a simple .NET library which simply keeps your database schema up-to-date.
XML, C#1.0, C#2.0, C#3.0, .NET2.0, .NET3.0, .NET3.5, ADO.NET, DBA, Dev
 
voloda2 3.71
Sort Database Tables By Foreign Keys
Updated: 10 Sep 2008
How to sort tables so data can be retrieved for offline sychronization and not violate foreign key relationships.
C# (C#1.0, C#2.0, C#3.0), SQL, Windows, .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005), Visual-Studio (VS2005, VS2008), ADO.NET, DBA, Dev
 
Dave Elliott 3.62
QASharp V1.0 [Query Analyzer like tool for MSDE database]
Updated: 22 Dec 2003
This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables and all other common database activities.
C#, .NET1.0, Win2K, WinXP, Win2003, DBA, Dev
 
Rajesh Pillai 3.61
How To Convert a Generic List of Strong Typed Domain Object To Datatable
Updated: 5 Jun 2009
A useful sample of how to extend Generic List and convert it to a datatable
C# (C#3.0), .NET (.NET3.5), All-Topics, Architect, DBA, Dev
 
Emilio Reale 3.55
Auto Synchonize between DataSet And database
Updated: 2 Jan 2007
This tool allows us to easily load and update a dataset without thinking about the database anymore.
Windows, Visual-Studio, Dev
 
BlaiseBraye 3.50
Building a Business Day and Holiday Database Subsystem
Updated: 17 Jul 2007
This is phase 1 of a 3 phase project. Phase 1 accesses a public holiday Web Service, and loads a SQL Server table that can drive dating and aging logic on large sets of data and assist in creating fast-performing queries and reports.
SQL, C#2.0, Windows, .NET2.0, SQL2005, VS.NET2003, Architect, DBA, Dev, Design
 
Paul Reynolds 3.45
PostgreSQL Synchronization Tool
Updated: 19 Aug 2009
Idea and implementation of a simple and easy database synchronization tool.
C#, Windows, .NET (.NET2.0, Mono), Linux, DBA, Dev, SysAdmin
 
mf040 3.40
DBLayer Wizard V 1.0
Updated: 8 Nov 2005
DBLayer Wizard is a code generator that generates Data Layer classes in C# using ADO.NET and SQL Server 2000.
C#, Windows, .NET1.1, ADO.NET, VS.NET2003, DBA, Dev
 
Wael Amer, Hossam El-Deen 3.38
Wrapper Code Generator for MS SQL Server Databases
Updated: 7 Dec 2004
The application generates database wrapper classes for MS SQL Server databases automatically. I got lots of good reviews and comments as I discussed about this with my colleagues. Now that the application is built, let's see what you have to say about this.
C#, SQL, .NET1.1, Win2K, WinXP, Win2003, SQL2000, SQL2005, VS.NET2003, DBA, Dev
 
Nirosh 3.29
dp/dg -- A Lazy Man's Database Process Utility
Updated: 31 Jul 2006
A tool that generates database process utility code
C#2.0, Windows, .NET2.0, VS2005, Dev
 
l_lugi 3.14
Stored procedures generator
Updated: 8 Aug 2005
Generator for SQL Server stored procedures.
C#, SQL, Windows, .NET1.1, SQL2000, VS.NET2003, DBA, Dev
 
SPIRANCA 3.11
QASharp V1.1 [Query Analyzer like tool for MSDE database]
Updated: 21 Feb 2004
This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables and do all other common database activities.
C#, .NET1.0, Win2K, WinXP, Win2003, DBA, Dev
 
Rajesh Pillai 3.10
Split T-SQL Script Into One File Per Object (SQL Server 2005)
Updated: 14 Aug 2009
Creates one file per object based on split and name criteria
C#, SQL, DBA, Dev
 
João Maçãs 3.00
SSIS Basic OLEDB / ODBC destination script
Updated: 29 May 2008
Simple destination script to use do updates with a sub query.
VBScript, SQL, Windows, SQL2000, SQL2005, SQL-CE, DBA, Dev
 
madgardener 3.00
A tool for editing tables with two fields
Updated: 23 May 2004
The article demonstrates a tool for editing tables with two fields
C#, Windows, .NET1.1, VS.NET2003, DBA, Dev
 
Dimitris Iliopoulos 2.96
MS SQL Server Profiler with .NET
Updated: 23 Aug 2007
This article describes how to develop a Microsoft SQL Profiler with .NET.
SQL, C#2.0, Windows, .NET2.0, .NET3.0, SQL2000, SQL2005, VS2005, DBA, Dev
 
NinethSense 2.71
CRUD Generator - (Stored Procedure Generation)
Updated: 12 Oct 2007
Simple code that can be updated. This generates CRUD procedures.
SQL, C#2.0, Windows, .NET2.0, ADO.NET, VS2005, Dev
 
ColinBashBash 2.54
Universal SqlBuilder class (SQL Server, Access, MySQL, SQLite and more)
Updated: 28 Aug 2007
The SqlBuilder class automates and simplifies database operations.
C#, Windows, .NET, Visual-Studio, MySQL, DBA, Dev
 
Igor Sokolsky 2.25
A .NET Windows Application To Generate SQL Server Scripts - Unedited
Updated: 1 Oct 2009
Generates SQL Server Stored Procedure and Table Defination Scripts
C# (C#2.0, C#3.0), .NET3.5, SQL-Server
 
Deepankar Malik 2.00
Search Engine – Windows Tool using C#
Updated: 16 Jul 2011
A tool which would help us add topics and their corresponding sites in database and also search them using the tool.
C#, SQL, DBA, Dev
 
Mahadesh Mahalingappa 1.00
Establishing an Existent Connection with a Sample: XML/A Script Execution Tracing
Updated: 25 Dec 2009
Establishing of an existent connection to SQL Server with a sample: XML/A script execution tracing.
C#2.0, C#3.0, .NET, SQL-Server, ADO.NET, Dev
 
db_developer  

Advertise | Privacy | Mobile
Web02 | 2.5.120206.1 | Last Updated 8 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid