Click here to Skip to main content

Database

Great Reads

by Jonathan de Halleux
A helper framework for generation of SQL queries in C++ and Lua
by Michael N. Haephrati
The DataTune system was one of the earliest data cleansing systems.
by Ravindra T C
Explains how to use MySQL with the Entity Framework.
by Alexey
The alxBase classes for work with dbf files.

Latest Articles

by NightWizzard
Handling for hex expressions and the trailing '}'
by Baliram Suryawanshi
Pass OUTPUT parameter from stored procedure to SSIS Precendence Constraints
by Jörgen Andersson
A propertymapping extension for DataReaders
by derekman9707
A common question is what is the difference between truncating a table and deleting a table.  The short answer is that they both do the same thing, but in different ways.  So consider that you have a table that contains 1,000,000 rows and you need to remove all of the rows. Option 1 is to use DELETE

Research Library

Keeping your tech team productive, happy and on your company roster can...

Discussions

by rahul_ahuja420 on Article "DALC4NET: A Generic Data Access Layer...
by OriginalGriff on article "Convert RTF to plain text (again...
by NightWizzard on article "Convert RTF to plain text (again...
by OriginalGriff on article "Convert RTF to plain text (again...
by NightWizzard on article "Convert RTF to plain text (again...

All Articles

Sort by Updated

Database - ADO 

21 Mar 2014
Pascal Ganaye
This library allow serialization and deserialization of objects to CSV with very little code.
16 May 2013
Joffrey Brouillet
This is an alternative for "A set of ADO classes - version 2.20"
8 Aug 2009
_Reinhard
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.
6 May 2009
Mostafa Kaisoun
Create a new Table and re-create Table to set existent Field as Primary Key
26 Sep 2006
StephHamel
How to serialize and deserialize an ADODB Recordset.
27 Jan 2006
Bahrudin Hrnjica
Putting and retrieving images files to and from a database, via ADO.
6 Sep 2005
Carlos Antollini
Simple database access using an ADO class.
6 Jul 2005
Vitaly Tomilov
Demonstrates effective data processing of ADO recordset objects in C++ via Safe Arrays provided by method GetRows.
2 May 2004
Kevin Wittmer
101-level tutorial on ActiveX Data Objects
11 Aug 2002
Tim Kohler
ADO classes that closely resemble CDatabase and CRecordset.
23 Jul 2002
Carlos Antollini
A list of ODBC DSN Connection Strings.
19 Jun 2002
Carlos Antollini
Simple database catalog access using a set of ADOX classes
18 Mar 2002
Siau Tan Long
An article on how to return disconnected ADO Recordset from COM using VC.
29 Oct 2001
simulant
Transform any XML persisted ADO Recordset into a delimited text file.
2 Sep 2001
Rashid Thadha
Use the MS DataGrid control in your C++ app with ADO
10 Jun 2001
M. Shokuie Nia
A simple introduction to using ADO
3 May 2001
Amir Samdani
Use this class to separate all database calls hidden to the callers. Nobody has to take care of how database retrieval is going on!
13 Mar 2001
Christopher W. Backen
Another simple yet cool ADO class for your project - from zCoders.com!
27 Sep 2000
Ly Nguyen
ADO Data Bound Class Wizard
17 Jan 2000
George Poulose
A tool that allows you to query OLE DB sources
Sort by Updated

.NET - ADO.NET 

28 Jul 2014
Bernardo Castilho
A component that makes it easy to use Entity Framework in WinForms projects, including design-time binding support.
25 Jul 2014
Naveen Kumar Matteddula
This article explains how to create database project to existing solution explorer and how to import the existing database that is already created by using Entity Framework code first approach. It also explains how to update the database.
15 Jul 2014
Jesús López Méndez
This article introduces you to client side multi-column dynamic pivot, a cleaner, simpler and elegant alternative to the complex and convoluted dynamic server side pivot.
30 Apr 2014
Leszek Koc
Generic Repository Framework (Generic Unit of Work)
9 Apr 2014
Jesús López Méndez
This article introduces you to EntityLite and explains how to use it
2 Apr 2014
PIEBALDconsult
Using the ADO.NET Interfaces to build a small framework to simplify Database Access
23 Feb 2014
Paulo Zemek
Generate DataReaders at run-time and get the best performance by avoiding repetitive code and by using the database's most appropriate Get methods.
12 Oct 2013
Dr. Song Li
This is the part 3 of a comparison on Data Access methods in the .NET environment.
12 Oct 2013
Dr. Song Li
This is part 2 of a comparison on Data Access methods in the .NET environment.
12 Oct 2013
Dr. Song Li
This is the part 1 of a comparison on Data Access methods in the .NET environment.
7 Oct 2013
Vikash Kumar
SQL bulk copy with strongly typed data including validation.
12 Sep 2013
Shivprasad koirala
ADO.NET interview questions: Part 2.
5 May 2013
Paulo Zemek
This library is intended to "replace" ADO.NET by solving type mismatches and by creating typed readers that are faster and easier to use than DataTables.
4 Jan 2013
Rahul Rajat Singh
This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net framework and ADO.NET for any ASP.NET web application or any other database driven application.
25 Jul 2012
Whu2
This article tries to fit all levels of readers by covering both basic database concept and the practical tips for Entity Framework’s handling.
10 Jul 2012
_Amy
Sending a DataTable to a Stored Procedure using Table Valued Parameters.
5 Jul 2012
Erick Cerra
Implementing and using an INCLUDE method in classic ADO.NET.
7 Jun 2012
Marlon Hizole
This article will explain the class library I created and how you can use it in your code. The aim of this class library is to simplify coding of data access and/or manipulation by encapsulating the core components of ADO.NET.
18 Apr 2012
Alexandros Pappas
This project implements caching of DataTables and provides functionality for testing performance.
6 Apr 2012
Rahul Rajat Singh
A beginner's tutorial for understanding ADO.NET using a simple application.
20 Mar 2012
Shivprasad koirala
Ado Dot Net Interview Question Part 1
15 Mar 2012
ProEnggSoft
General purpose class to fill some or all of the DataTables of strongly typed DataSet from DataBase and to save some or all of the DataTables to DataBase by creating TableAdapters using reflection.
26 Feb 2012
Samuel Gonzalo
A code first real life data model case
10 Dec 2011
Sergey Busel
Basic CRUD methods with some other interesting features
18 Oct 2011
DavidSherwood
Added property change notification and validation code to Microsoft’s VB.NET text transform files that create the POCO classes and DBConext class.
16 Oct 2011
Perry Marchant
An article describing the best practices for Entity Framework performance.
31 Jul 2011
Alaric Dailey
Building an O/R Mapper: step 3.
3 Jul 2011
Alexander Galkin
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.
15 May 2011
Dr. Song Li
This article presents an example on how to control the transaction isolation level in ADO.NET Entity Framework.
22 Mar 2011
David Thielen
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.
4 Mar 2011
Jeff Gaines
An application that creates a C# class to read/write data to/from an Access, SQLite, or XML database.
21 Feb 2011
Mostafa Kaisoun
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.
8 Jan 2011
dasblinkenlight
Working around an Entity Framework exclusion of sql_variant
6 Jan 2011
rwg
Select data from SQL databases into Excel spreadsheet, with headings and formatting
8 Oct 2010
Sergey Busel
This article is about the Light Object-Relational Mapping library.
26 Jul 2010
Gil Fink
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.
26 Jul 2010
Gil Fink
The article explains how to define custom functions in Entity Framework
23 Jul 2010
Gil Fink
The article explains what Table Per Hierarchy Inheritance is and how to apply it in Entity Framework.
21 Jul 2010
Ali Ozgur
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.
28 Jun 2010
Vincent-Philippe Lauzon
Overview of the OData protocol: what it is, how it works, and where it makes sense to use it.
28 May 2010
jaullo1
Protecting ADO.NET applications
12 Feb 2010
S Satheesh Kumar
Transpose DataTable rows into columns and vice versa using C#.
31 Jan 2010
Arno Petersen
Classes to build insert and update statements for Microsoft SQL, OleDb and ODBC dataprovider
27 Jan 2010
Bibhas Paul
ADO.NET DataTable as an XML parameter to an Oracle/SQL Server database Stored Procedure.
24 Dec 2009
Aj 2010
A simple data access component for connecting with different types of data sources.
24 Dec 2009
lampiclobe
Automatically parses SQL tables into C# classes with functions like insert, select, etc.
23 Dec 2009
Dr. Song Li
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.
30 Oct 2009
sarvesh.upadhyay
ADO.NET Entity Framework as Data Access Layer
17 Oct 2009
Mark Ericksen
Don't Repeat Yourself (DRY) when working with your database. Simple and easy code that makes it harder to make common mistakes.
22 Aug 2009
logicchild
How to understand data access in .NET.
12 Aug 2009
Perry Marchant
An article describing the best practices for Entity Framework performance
18 Jul 2009
Benzi K. Ahamed
Presents a simple utility framework that helps in converting DataSets to generic Lists.
16 Jul 2009
MeraMBA.com
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.
9 Jul 2009
stexavcar
Simple sample with entity framework in 3 layers with ASP.NET
8 Jun 2009
Balamurali Balaji
This article explores the usage of InfoMessage event of SqlConnection object
31 May 2009
TimMerksem
Remove those strings from your .NET 4.0 applications using the dynamic feature.
26 May 2009
Bishoy Demian
How to use Entity framework to do some basic logic when a change happens in related Entities or Associations
1 May 2009
Antonello Genuario
A class library that helps to create WHERE clauses in a SQL statement or a filter expression for a System.Data.DataRow select operation.
1 Apr 2009
Morshed Anwar
Implementing Audit Trail using Entity Framework's caching entries
27 Mar 2009
Morshed Anwar
Implementing Audit Trail using Entity Framework's caching entries
25 Mar 2009
mbyamukama
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.
12 Feb 2009
Marc Clifton
Looking at the EF and database association patterns.
5 Jan 2009
Petrovik Aleksandar
How to use Oracle (and other non Microsoft) SP in SqlDataSource Select command
25 Dec 2008
Aman Bhullar
An article to explain the use of SqlBulkCopy class in ASP.NET
23 Dec 2008
logicchild
Understanding ADO.NET
13 Nov 2008
Razi Syed
Function to check if a table or field exists in an MS Access or SQL Server database.
5 Nov 2008
Sandeep Aparajit
This article tells you how to save data from a DataSet into T-SQL tables.
28 Oct 2008
Marc Clifton
When you override GetRowType, you also need to override NewRowFromBuilder().
28 Sep 2008
Sunny Ahuwanya
This tool helps developers generate their ADO.NET stored procedure wrapper methods and any related strongly-typed data object class.
18 Sep 2008
Vishal Shukla
This article shows how easily we can create occasionally connected WinForms application using ADO.NET Sync services.
4 Sep 2008
Johnny Worker
A VB code generator that reads a SQL Server table and generates ADO.NET code and also Stored Procedures.
31 Jul 2008
TSells
Utility to manage multiple DB connection strings for an application.
11 Jun 2008
pechan00000
A solution managing InterBase DB's with C# .NET
22 Apr 2008
logicchild
How to Create an Application to Access Data
13 Mar 2008
Brice Schagane
An article on using Transactions with Strongly Typed Datasets and multiple Table Adpaters while taking advantage of Partial Classes.
25 Feb 2008
vb3
Architectural overview of the MacroScope portable SQL ADO.NET provider
17 Dec 2007
mfmaneef
Explains how to send bulk records to a database using OPENXML.
11 Dec 2007
felipesabino
This article explains how to read a DataTable and return an inverted or pivot table depending on the column names provided.
24 Nov 2007
Murali Krishna .Y
This article summarises the new and updated features of ADO.NET 2.0, which ships with .NET Framework 2.0.
11 Oct 2007
vacen2
Allows you to perform a Distinct query against a DataTable.
28 Sep 2007
idreeskhan
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
23 Aug 2007
PIEBALDconsult
A simple base class that encapsulates basic database access functionality
26 Jul 2007
Praveen Nair (NinethSense)
This article explains how to filter rows in a DataSet/DataTable. The example provided will help you get information faster.
10 May 2007
FrankNight
The article shows how to use SQL features of Microsoft LogParser with ADO.NET
6 Apr 2007
Aakash Jain
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.
15 Mar 2007
Aravind Rajagopal K
Schema.ini override and bulk upload using SQLXML
1 Mar 2007
Henri G Demers
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.
29 Jan 2007
TeX HeX
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.
24 Jan 2007
Kadir Camoglu.
An article about copying data to SQL within your application.
12 Jan 2007
Mark J. Miller
Defining (rather loosely) ad hoc queries as SQL commands built as strings by an SQL client application and submitted to SQL Server.
5 Jan 2007
lost in transition
This article demonstrates how perform a bulk 'Insert' with MS Access.
3 Jan 2007
Emmanuel71
An article about Custom Businessobjects in conjunction with the DataSet to Retrieve Data
2 Jan 2007
Dan Radu
This article explains how to generate DLinq entities mapped on SQL Server database objects, using an Add-In application on VS.NET.
29 Dec 2006
David Morton
Cutting your code time in half using a smart SQL frontend.
29 Dec 2006
yolousa72
This article shows how to use CLR integration to compress data in SQL Server 2005
29 Dec 2006
Osama Abbas
An enhanced DataSet Visualizer for Visual Studio 2005.
17 Dec 2006
Marc Clifton, J. Dunlap
A row cursor implementation suitable for synchronizing and navigating a DataView against with object-mapped instance.
17 Dec 2006
Marc Clifton, J. Dunlap
Generate an object mapping class from a schema definition.
22 Oct 2006
seee sharp
This article includes a few tips which can be considered while working with ADO.NET.
28 Sep 2006
nauthiz69_3
This is a dialog window that allows filtering a DataGridView. It can build filters with any depth of parentheses.
11 Sep 2006
Anthony Queen
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.
10 Jul 2006
BoneSoft
An API to simplify access to databases through ADO.NET.
8 Mar 2006
KRucker
A description of how how to convert a .NET DataSet to an ADODB Recordset.
10 Feb 2006
David Veeneman
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.
9 Feb 2006
PIEBALDconsult
Describes adding public properties to a TableAdapter to access the CommandTimeouts of the private DataAdapter.
26 Jan 2006
Peter Huber SG
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.
20 Jan 2006
Steve Michelotti
An article on nullable data readers for .NET 2.0 nullable types.
19 Jan 2006
David Veeneman
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.
19 Jan 2006
David Veeneman
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.
15 Dec 2005
Umut ŞİMŞEK
An article on using ADO.NET programmatically.
14 Nov 2005
Karthik Krishnaswami
This article describes how to add custom validation to a data column in ADO.NET.
27 Sep 2005
Eunge
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...
25 Sep 2005
balazs_hideghety
Working with disconnected DataSets that contain autoincrement count.
12 Sep 2005
Huseyin Altindag
ADO.NET for beginners.
30 Jul 2005
Xodiak
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.
28 Jul 2005
patgrape
A component providing Copy functionality to a Windows Forms DataGrid. Copied data can then be pasted in Excel or a text editor.
19 Jun 2005
Adrian_Moore
Using .NET 2.0 DeflateStream and GZipStream to compress persisted DataSets.
27 Feb 2005
Declan Brennan
Allow your DataGrid to edit pictures and a whole range of other data types.
17 Jan 2005
Dejan Grujic
Automatic creation of SQL for CRUD operations when Strongly Typed DataSets are used.
15 Dec 2004
Arul Nayagam C A
This article demonstrates the DataGrid , ADO.NET components, and storing data into the database and retrieving from the same.
23 Nov 2004
Pinx
Put language-dependent column captions in the DataSet itself and use it in your code wherever you need it!
27 Oct 2004
Pinx
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.
15 Sep 2004
Xinjie ZHANG
With ADO.NET, a database can be regarded as a virtual XML document. XPath query and XSLT transformation are naturally available.
1 Sep 2004
Maxim Kazitov
WQL DataProvider for ADO.NET
18 Apr 2004
CoderForRent
Explains how to fill a dataset with the information stored in a delimited text file
3 Dec 2003
Paperless
An example of using an XML document to generate a typed DataSet and load it.
22 Aug 2003
Chris Maunder
Accessing database information using the DataReader class from ADO.NET in C#
9 Aug 2003
Majid Shahabfar
Mixing managed and unmanaged code and using .NET library in MFC projects
15 Mar 2003
Mauricio Ritter
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.
30 Jul 2002
Bill Ferreira
A primer on using ADO.NET with Managed extensions for Visual C++ .NET
26 Oct 2001
Sandy Place
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.
30 May 2001
John McTainsh
An easy introduction to accessing databases using the ADO classes. It includes how to read and write integers, strings and dates.
3 May 2001
Naveen K Kohli
How to use the event handlers for various ADO.NET connection & data objects.
Sort by Updated

Database - COM 

22 Aug 2009
Md. Marufuzzaman
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.
15 Jun 2009
Md. Marufuzzaman
This article will demonstrate how we can integrate T-SQL with an external application.
28 Jul 2000
Len Holgate
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!
28 Jul 2000
Len Holgate
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!
28 Jul 2000
Len Holgate
Adding bookmark functionality is relatively easy and it enables our ADO recordset to be used with a greater number of data bound controls.
20 Feb 2000
Len Holgate
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!
20 Feb 2000
Len Holgate
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!
Sort by Updated

Database - DAO 

5 May 2008
Gene OK
DAO is old, obsolete, yet it is still very versatile and developer friendly.
26 Mar 2006
Yuriy Tkachenko
Use the #import directive and discover the DAO type library.
17 May 2004
Anton P. Ivanov
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.
4 Sep 2002
Kevin Hua
If you're sufferring from dao cracks in multithreaded environment, this article will be useful to you
4 Mar 2002
Kevin Smith
My added DAO functionality makes database reading and writing easier
17 Mar 2000
Daniel Kaminski
A class used to serialize object into a database field
Sort by Updated

ATL - Data Access 

5 Dec 2013
AYDIN EBRAHIMI HOMAY
In this article, we will discover the power of generics in C# and we talk about "how to using design patterns in Data Access Layer" to the improving performance
8 Jul 2013
JP van Mackelenbergh
Abstracting the ORM Framework via Repository/Unit Of Work patterns
2 Nov 2012
Morshed Anwar
Implement Repository Pattern in data access layer with Entity Framework 4.0 and Below version( Working with ObjectContext and EntityObject )
25 Aug 2012
Mihail Mateev
One of the highly-anticipated features in the Entity Framework 5 is a Spatial support.
30 May 2012
Kieran Maltz, Cayen Systems
This article describes database communication using a generic Fluent NHibernate implementation.
21 May 2012
Zimin Max Yang
Dynamic table mapping for LINQ-to-SQL, suitable for data horizontal partitioning (Shard).
1 Feb 2012
Ashish Tripathi
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.
15 Apr 2011
DizZ
Shorten the amount of code needed to use a SqlDataReader
31 Dec 2010
Manan J
Arrange Results to get the most relevant result first...
6 Sep 2010
Plamen Kovandjiev
This library gives an easy data access tool for different data sources.
18 Aug 2010
Alan Kaplan
Abstract simplified stored procedure execution using .NET interfaces without dealing with ADO.NET classes
7 Jun 2010
Dylan Morley
Describes how you can run multiple queries against an iSeries DB2 and cancel long running queries.
29 May 2010
Software_Developer
How to create a simple Windows Forms C++ Database Application
1 Feb 2010
Alaric Dailey
Correctly using provider factories to create database independant code.
5 Sep 2009
Anwar Ibáñez O'Kamell
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.
26 Jul 2009
AlexS9999
The article provides a simple interface for handling large text in SqlClient and C# file streams.
20 Jun 2009
Charles T II
A Data Access Framework using Generics, Lambda Expressions, Fluent Interfaces, and the SqlProviderFactory.
16 Jun 2009
Mike Lang
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.
30 Apr 2009
zhongzf
An open source Data Access Component
28 Jan 2009
PIEBALDconsult
A system of plug-ins that provide very simple database access
11 Jan 2009
6opuc
Fast and easy to use data access class library.
19 Dec 2008
mattraffel
With this tool, dynamically generate C# data layer code (CRUD functions) for Microsoft SQL and other databases
12 Dec 2008
Sir Zeppa'Man
How to perform a database-independent databind with UDLA (Universal Database Layer Access)
21 Jul 2008
owen654321
An easy-to-use, attribute-driven data abstraction layer with multi-database support, intelligent caching, transparent encryption, multi-property sorting, property change tracking, etc.
20 May 2008
Ashutosh Phoujdar
This article will demonstrate how to generate a data access layer using SubSonic.
3 Apr 2008
Ben Kotvis
This article explains about developing abstract functions for accessing Stored Procedures.
25 Mar 2008
Qwertie
Demonstrates a variety of Windows Forms data binding features through several simple examples.
14 Dec 2007
konamiman34
A C# class that uses the local file system to cache binary objects stored in a database.
18 Sep 2007
Matty22
An introduction to the benefits of ORM using the free Personal Edition of Diamond Binding
9 Jul 2007
Ilya Verbitskiy
This article describes how to provide full text search using Microsoft Indexing Service in .NET applications.
9 Jul 2007
James M. Bishop
This article discusses ADO.NET TableAdapters – especially how to extend TableAdapter functionality using Visual Basic .NET
12 Jun 2007
The Burger
Using Generics to minimize duplicate code when using Table Adapters in a Data Access Layer (DAL)
7 Jun 2007
callmepls
A Fast CSV Writer Using ATL
10 Feb 2007
Jakob Lithner
A control to define and save SQL Connections in runtime
18 Jul 2006
João Martins
An ADO.NET recordset class.
29 Jun 2006
Lachlan Keown
Describes a crude method of executing an SQL statement against an in-memory DataSet and returning a new DataSet containing the result table(s).
4 May 2006
Nikhil Contractor
An article on how to show large amounts of records using DataGridView's virtual mode in paging.
23 Nov 2005
Pakorn Indhatep
Dynamic report by using the PrintDocument component with SQL queries.
1 Nov 2005
Duncan Edwards Jones
Shows how you can use custom attributes to save .NET classes directly to an SQL Server table.
26 Oct 2005
Settas Antonis
This is the first part of the development of a Data Access Layer.
30 Sep 2005
ra1234567890
Using Data Link files with SQLClient and OracleClient.
11 Apr 2005
rmaax
This code shows a very simple way to work with data, using XML serializer, and a little trick with ArrayLists.
14 Mar 2005
SUNILT
Function to download and open a file saved as IMAGE data in an SQL database.
2 Oct 2004
Alberto Venditti
A proposed class to simulate the ADODB.Recordset behavior in .NET.
25 Aug 2004
Charl Pohlmann
An article on a SQL database editor.
11 Aug 2004
Barry Etter
This small VB.NET application allows you to quickly generate VB.NET wrapper code for your Oracle stored procedures.
20 Jul 2004
Barry Etter
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.
19 Jul 2004
Nigel-Findlater
Simplify DAL by using Reflection and database table naming conventions
9 May 2004
Binoy R
This article explains how we can display data using DataSet and DataGrid control after the database is created.
20 Apr 2004
ss2art
This article shows how to databind master and details DataGrids (Winforms) when using a cross reference table.
21 Feb 2004
DragD
QuickWhere is component that helps you in the creation of complex forms for searching into databases.
3 Nov 2003
Manoj G
This article tells how you can implement a DAL which is provider independant.
14 May 2003
omri
Tutorial on the usage of Windows.Forms.DataGrid
19 Mar 2003
David Bernett
Wrap up Routine Data Accessing Code into a class
15 Feb 2003
Tarun Jain
A detailed look at the concepts involved in data binding and controlling data binding.
1 Jan 2003
GKris
A datagrid control with field chooser context menu
3 Apr 2001
Amit Dey
An ATL Component that uses ADO for data.
Sort by Updated

.NET - Databases 

23 Jul 2014
Chad Z. Hower aka Kudzu
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#.
23 Oct 2013
BharatRamV
Distributed transaction between MS SQL Server and MariaDB - A myth.
21 Oct 2013
Bert O Neill
Using IndexedDB as a client repository
8 Aug 2013
h_wiedey
An approach using updatable views with check option and deferred constraint checking.
4 Jun 2013
Sivaraman Dhamodharan
Talks about Clustered and Non clustered index in SQL 2005 and how it works, what is the need for it.
21 Apr 2013
Rob Culhane
Dynamically add access database columns at runtime using vb.net
30 May 2012
Joshi, Rushikesh
Retrieve hierarchical data from database in effective way!
22 Dec 2009
Farooq Kaiser
In this article, I will examine how to store and retrieve binary files such as image or PDF into Microsoft SQL or Oracle database.
3 Nov 2009
buttonpusher
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.
3 Nov 2009
buttonpusher
This is a small database system that reads and writes to DBF-like files, with a SQL front-end.
10 Jun 2009
Thabet Tech
In this article, I would like to show you how to (backup, restore) DB & converting between PostGIS & Esri shape file
7 Aug 2008
Ziyad Mohammad
This article explains the best strategy to be followed while designing data storage applications by System Architects
8 May 2008
Danilo Corallo
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!
23 Jan 2008
Daniel Cohen Gindi
Implementing server/client architecture for the great SQLite!
31 Oct 2007
The ANZAC
Shows the basics of controlling input on a controls key press event
30 Oct 2007
Tigran Martirosyan
Object Properties Snapshot Management
7 Jun 2007
hoquet
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.
31 Jan 2007
Toby Wicks
Demonstrates creating object-oriented database systems with the DatabaseObjects library.
10 Dec 2006
Luis Angel R.C.
A full featured and easy to use DB component.
9 Nov 2006
Howard Richards
Techniques for using the XML data type for storing data.
14 Sep 2006
salysle
This article describes an easy approach to examining all of the tables, views, and columns in a database.
7 Aug 2006
craigd
Save your database diagrams *outside* the database in a Transact-SQL text file, for backup and/or source-control.
13 Jul 2006
carlos.muentes
A programmatic introduction to object database storage and a short comparison of ODBMS and RDBMS systems
11 Jul 2006
Andrew Timberlake-Newell
Demonstrates how to configure a DataGridView control to automatically store edits to bound datasets into the source database.
3 Jun 2006
Shabdar Ghata
Restore/backup selected objects in SQL Server.
31 May 2006
Malik Nasir
An article on creating and populating an automated MS Access file from other databases.
23 Feb 2006
Danilo Corallo
An Oracle query tool with syntax highlighting and a tabbed MDI interface.
26 Jan 2006
wduros1
A poor man's OR tool for generating VB.NET database code against a MySQL database.
23 Jan 2006
Ted Bouskill
This solution demonstrates enforcing valid SQL connection strings in the App.Config file.
6 Jan 2006
Alvaro Mendez
A simple class library for database access without the pervasive and often-fragile connection management details.
21 Dec 2005
Nishith Pathak
Creating managed objects in SQL Server 2005.
17 Dec 2005
Dewey Vozel
After uninstalling the SQL Server 2005 CTP, if you are unable to install the release version, here is what you should do.
25 Nov 2005
Tommi G
How to create runtime backups from SQL Server 2005 and restore them.
28 Sep 2005
Akram Hussein
An article on distributed messaging using Service Broker in SQL Server 2005.
27 Sep 2005
Eunge
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.
16 Aug 2005
clementsm
Assembly written in VB.NET that accesses Exchange 2000 Webstore data, using WEBDAV.
3 Aug 2005
Narayana Rao Surapaneni, krmpradeep
This articles details a UI architecture for managing DTS packages.
25 Jul 2005
defwebserver
Simulating stored procedures in Microsoft Access using Enterprise Library Application Blocks.
20 Jun 2005
firefalcon
The first article in the Nhibernate vs. NEO series. Introduction to NEO O/R mapping tool.
20 Jan 2005
NielsHoldijk
How a different way of looking at a problem can result in better performance.
31 Oct 2004
David Wulff
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.
5 Oct 2004
Michiel de Rond
A little tool to make life while developing with databases a little easier.
2 Sep 2004
dotScott
Using SqlParameters with stored procedures in .NET.
23 Aug 2004
Charl Pohlmann
An article on automatically building the relationships between tables in a DataSet.
18 Aug 2004
Vivek Shaurya
Handling Oracle Max Open cursor error when fetching multiple rows in .NET.
14 Jun 2004
John Sasak
Step by step introduction to a new generation database for .NET.
23 May 2004
John Sasak
Step by step introduction to a new generation database for .NET: Schema definition.
10 May 2004
A.Z. Rosenberg
An article with source code examining the development speed and performance capability of .NET, Matisse and FastObjects
13 Apr 2004
Darren Weir
Deploy your SQL Server 2000 database with scripts.
25 Mar 2004
John Sasak
Step by step guide for .NET programming with a Post-Relational Database
28 Dec 2003
Eron Wright
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
22 Oct 2003
Rob van der Veer
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.
28 Aug 2003
Sreejumon
Microsoft .NET and Db2 conenction
17 Jul 2003
Romelard Fabrice (Alias F___)
Class Library for MySQL request
14 Jun 2003
Simon Wilson
Stored Procedure Invocation Code Generator for VB, C# and JScript.NET
9 Jun 2003
Dan Bunea
Describes how to use C# attributes , ADO.NET and C# to persist objects to databases.
Sort by Updated

Database - General 

18 Sep 2014U
Jörgen Andersson
A propertymapping extension for DataReaders
5 Sep 2014
Abhishek Jaiswall
Data parsing SQL to JSON
1 Aug 2014
Ajit Kumar Thakur ITC Infotech
Reading OLAP Cube using MDX: Part 2
29 Jul 2014
Ajit Kumar Thakur ITC Infotech
This article explains the step by step process to learn MDX query. It will help user to read data from OLAP cube.
28 Jul 2014
aureolin
Access Stored Procedures using Code First.
25 Jul 2014
Ajit Kumar Thakur ITC Infotech
This article explain step by step approach to implement SSAS Cube.
24 Jul 2014
dale.newman
Combining de-normalization, transformation, replication, and awesome-ness.
22 Jul 2014
Pradip Koli
Using NoSQL DBreeze database with ASP.NET on SQL Northwind Database.
22 Jul 2014
Ajit Kumar Thakur ITC Infotech
This article is based on SSRS report with single and multiple selection parameter controlled through MDX query. SSRS report passes parameter. MDX query reads record from cube based on given parameter.
14 Jul 2014
Sourav Kayal
Inheritance in Entity Framework: Table per Type
25 Jun 2014
Marla Sukesh
In this article we will learn basics about DW, BI, SSIS and ETL Process
5 May 2014
Shuqian Ying
Client side data provider for data importing to a relational data service build for StackExchange data dump.
8 Apr 2014
Nick Sagriotis
You want to customize the database connection string at run-time? Here is how.
19 Mar 2014
Moises Barba
The sixth incarnation of a dynamic and self-adaptive ORM library, with full support for POCO objects, that doesn't require any mapping and configuration files, and providing support for natural SQL-like syntax from plain C#
12 Mar 2014
Christian Graus
The second in my series digs in to some of the different things you can do within a select statement.
11 Mar 2014
Moises Barba
Kerosene ORM support for complete database-alike WCF services and connections
11 Mar 2014
Moises Barba
A deep dive tutorial on Kerosene ORM Entity Maps, extending its capabilities to provide a no-compromises Entity Framework for POCO entities
11 Mar 2014
Moises Barba
A deep dive tutorial on Kerosene ORM Dynamic Records and core concepts of the library
6 Feb 2014
Mr. Xie.G.Gang 谢桂纲
Using LINQ script to query the Object-Oriented Biological database
23 Jan 2014
Christian Graus
The first in a series of articles seeking to explain the intermediate to advanced features of T-SQL
18 Jan 2014
Petr Ivankov
Application of abstract approach to database domain
6 Jan 2014
Christian Graus
Just a quick explanation of why it's not always a good idea to use DISTINCT
14 Dec 2013
C Grant Anderson
SQL CLR function to find the nth instance of a string within a string
11 Dec 2013
Shivprasad koirala
Quick revision of 25 important ADO.NET Entity Framework interview questions with answers.
30 Nov 2013
DaveAuld
Too much data is breaking the system, we need a fix!
8 Nov 2013
DaveDbViewSharp
Using lightweight server and database components, the article builds a REST server that returns serialised JSON objects to a single-page web application written in JQuery or AngularJS.
31 Oct 2013
Relly Rivlin
This article describes a server and client side code including explanations of a generic database frontend web application.
6 Oct 2013
sankarsan parida
This project discusses the concepts of connection, insert, update, delete in MVC with mongodb
14 Sep 2013
coded007
A guide for beginners - SQL Server configuration manager
4 Sep 2013
Mubin M. Shaikh
This article shows how to create and populate date dimension for data warehouse.
2 Jul 2013
Morshed Anwar
Implement Repository, UnitOfWork with Audit support in Composable Service End
22 Jun 2013
Mehdi Gholam
Smallest full text search engine (lucene replacement) built from scratch using inverted WAH bitmap index, highly compact storage, operating in database and document modes
10 Jun 2013
Mario Stopfer
Generic database access model which generalizes the interactions with any particular database system.
22 May 2013
cesar_boucas
IDataReader implementation illustrated with SqlBulkCopy class usage
24 Apr 2013
Gouri Sancroj
An article that lists the steps to import MDF files to Microsoft Access
28 Mar 2013
Khorshed Alam, Dhaka
How to execute multiple long running SQL Statement Asynchronously in smaller chunks
25 Mar 2013
Ravindra T C
How to connect to database using AngularJS
3 Feb 2013
S. M. Ahasan Habib
Database script execution with unit test
12 Dec 2012
Venkata Turlapati
Automated process of downloading a XML file and inserting the contents into a database.
7 Sep 2012
peterchen
ORDER BY what-the-user-said
30 Aug 2012
Keshav Singh
This video explains conditional split transformation for SSIS.
30 Aug 2012
Keshav Singh
This SSIS training video will explain data viewers.
29 Aug 2012
Vivek.Net
The purpose of this tutorial is to provide an introduction of SSIS items.
20 Aug 2012
Daniel_Wheeler
Using a script transform with C# to convert Julian (ordinal?) dates for a date dimension.
16 Aug 2012
Abdul Quader Mamun
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.
9 Aug 2012
Alexandros Pappas
This article provides a program to measure the performance of the different transaction isolation levels. It also examines the effect of using the UPDLOCK hint in SQL.
7 Aug 2012
Keshav Singh
This video introduces Package Configurations to the SSIS developers, you will learn: XML Configuration a.) Direct b.) Indirect (Using Environment Variables), Environment Variables, and SQL Server Configuration
7 Aug 2012
Keshav Singh
This is a very simple and brief video on variables, expression and casting of them in SSIS. It will also teach developers to pass result sets in SQL task.
27 Jul 2012
Kourosh K Tari
How to duplicate a record in MySQL table with auto increment key
25 Jun 2012
Andre Pieterse
This article demonstrates how to implement a parse function within a C# WPF application.
22 May 2012
Gautam Sharma
Code that will show you the active connections to a database.
16 May 2012
Smitha_Prabith
How can we configure our foreach loop container, even when the task inside it failed
18 Apr 2012
Duong Ba Hong Minh
In this article I want to give a solution to work with an Oracle database has a large number of Columns
12 Mar 2012
Marc Clifton
An Integrated Development Environment (IDE) for the Relationship Oriented Programming Tool.
12 Mar 2012
Not Active
A comparison of performance between ADO.NET and Entity Framework.
17 Feb 2012
cigwork
Outlines the construction of a simple data dictionary utility for MS-SQL using extended properties.
13 Feb 2012
Chinthala Upender
Bouncy Castle provide encrypt/decrypt your personal data such as password, SSN, credit card numbers etc. using Simple JASYPT framework.
19 Jan 2012
Patrick Ribbing
How to update a database when the application starts.
6 Jan 2012
Keshav Singh
This video demonstrates a standard extract-transform-load in SSIS
25 Dec 2011
Omar Alatare
Start your project from Visual Studio and say GoodBye to SQL Server and Tables
23 Dec 2011
Keshav Singh
In this video you will learn to deploy SSIS package in both SQL Server (MSDB) format and File System format
23 Dec 2011
Keshav Singh
This article describes how to pass values from parent package to a child in SSIS.
22 Dec 2011
Keshav Singh
This demo session demonstrates a little POC as to how can you make your SSIS talk to you.
21 Dec 2011
Keshav Singh
This video shows the essence of parallel processing in SSIS.
19 Dec 2011
Keshav Singh
Dynamically export data to Flat File using SSIS
2 Dec 2011
Bangla Gopal Surya Prakash
How to add chart control to reports defined in SSRS
28 Nov 2011
Bangla Gopal Surya Prakash
Basics of SSRS (Microsoft SQL Server Reporting Services)
7 Nov 2011
Paul_Gordon
An easy way to call and manage Stored Procedures in .NET.
29 Oct 2011
Al Moje
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
19 Oct 2011
BIUser_2011
How to create a Master Detail or Summary Detail report in SSRS 2008
15 Oct 2011
Al Moje
How to Display/Store and Retrieve Image Data from Database to Gridview, and also on mouse over
28 Sep 2011
Ivan Vodišek
An alternative approach to database modeling.
30 Aug 2011
Niladri_Biswas
In this tutorial, we will learn about SSIS Balanced Data Distributor (BDD)
29 Aug 2011
MerijnDeJonge
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.
8 Aug 2011
Azhar Mehmood
Load Treeview From Database Table
2 Aug 2011
Alaric Dailey
Design for data integrity, simplified SQL, and programming ease.
10 Jul 2011
Kumar, Ravikant INDIA Bangalore
ABCs of NHibernate, a small application to demonstrate save and load of objects to and from Database.
8 Jul 2011
Dr Bob
SQL Server ISS can simplify database mirrors across multiple vendors
24 Jun 2011
Rob Groves
A C++ wrapper around the SQLite embedded database library.
23 Jun 2011
Keshav Singh
An article on replication in MS SQL Server
7 Jun 2011
Shivprasad koirala
SQL Query Optimization FAQ Part 1 (With video explanation)
15 Apr 2011
Ayaz Awan
Generate 100,1000 lines of backend code and stored procedures by just one click on table name in SQL Server
15 Feb 2011
Sadeque Sharif
Easiest way to delete more than one duplicate row from a table in SQL Server
23 Jan 2011
Pranay Rana
Manage SQL Server Database within Visual Studio Team System
17 Jan 2011
KarthikAnbarasan
This article explains the new Data Comparison tool in Visual Studio 2010.
29 Nov 2010
Stephen Boissiere
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.
23 Sep 2010
bigbro_1985
InkCollector Signiture as a String Made Easy
30 Aug 2010
Petr Kozelek
Logging of data changes in relational databases
16 Aug 2010
Rene Pally
Intercepting .NET SQL queries at runtime - SQL Management Studio case.
22 Jun 2010
gstolarov
Geocoding with SQL-Server
28 Apr 2010
Stephen Boissiere
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.
10 Apr 2010
Ehsan Golkar
This component is used for forms that have too many textboxes which change their focus with Enter key.
20 Mar 2010
Md. Marufuzzaman
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.
5 Mar 2010
Shabdar Ghata
A sample program to demonstrate how to save or store images in SQL server
6 Feb 2010
Ali Marzban
Changing ConnectionString like an attribute in C#
4 Feb 2010
Martin Aathanya
Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET]
2 Dec 2009
Akram Mellice
Generate strongly typed datasets
13 Nov 2009
P. Ganesh Kumar
An alternative technique to store multiple bit (boolean) fields using a single value in database tables.
22 Oct 2009
Antonello Provenzano
A description of the base functionalities and usage of a full-featured open-source pure .NET/Mono embedded RDBMS
25 Sep 2009
Paulo Zemek
An easy to use framework with multi-tier, user types, and LINQ support.
28 Aug 2009
weilidai2001
Instead of using incremental INSERT to generate test data, this method effectly copies the existing data multiple times.
2 Aug 2009
Pham Dinh Truong
Circular reference can make your data inconsistent and potentially hazardous even if you have been following up on normal forms and constraints strictly
13 May 2009
Mohammad Al Hoss
Passing an array as parameter to SQL server Procedure
6 Apr 2009
arnavguddu
This article demostrates how to access MS Access databases from Java.
25 Feb 2009
Donsw
Discussion of concurrency using the IOC and DI Design Patterns with the PostgreSQL database.
9 Feb 2009
le quang anh - leadershipqa
This is a sample that guides you to create reports with Crystal Reports using C# and MySQL RDBMS.
2 Feb 2009
Asher Barak
An article on how to write SQL that runs against all(?) data bases
5 Dec 2008
Alina Simion
A distributed database management system, having a main server-LookupServer, several DatabaseServers and Clients, using java.nio for communicating.
4 Nov 2008
András Slyuch
This article introduces import and export functions between a flat CSV file and a SQL server.
2 Oct 2008
Andrew J Dixon
Explaining Database deadlocking to non-technical people
29 Sep 2008
jimbobmcgee
A means to deploy Visual Studio database projects, ordering SQL files using a List that yields in the order of dependency.
7 Aug 2008
bhadeliaimran
Inserting value of Collection into Database
9 Jun 2008
Pradeep KV
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.
9 Jun 2008
Deepak.M
This article describes on building a Database from scratch using Batch File from the existing Database
6 May 2008
Liviu Holhos
This article tries to show the pros and cons of using INT or GUID types on primary keys.
25 Mar 2008
Buu Nguyen
This article explores the client-server and transaction features of db4o.
1 Mar 2008
Prasad Bhalekar(PP)
Way to search record in relational tables to get search count on a search string
19 Jan 2008
salysle
An article on how to view a database structure using C#
16 Jan 2008
Robert Pittenger, MCPD-EAD
This article presents a naming scheme for database tables and fields.
11 Jan 2008
David Catriel
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.
15 Dec 2007
Malik Usman
An article on how to pass parameters to Crystal reports from Windows Form at runtime
13 Dec 2007
Islam ElDemery
A simple speed comparison.
28 Nov 2007
Mihadh
This article explains how to connect to Microsoft Excel 2007 using a connection string and populate DataGridView
19 Nov 2007
IVAN MARTINEZ HERNANDEZ
Mapping business objects and Store Procedures
19 Nov 2007
Chapooki
An article on implementing a customized business transaction class based on LLBLGen Pro.
18 Nov 2007
BSRK, AHILABALU
Generate an organization chart from employee database using ASP & Microsoft Excel
16 Nov 2007
pinaldave
SQL SERVER - 2005 - Generate Script with Data from Database - Database Publishing Wizard
15 Nov 2007
Sun Rays
Create command for getting comma seperated value
9 Nov 2007
Pavan Gayakwad
An article on using DataTable as Generic Data Transfer Object (DTO) for varied data views
8 Nov 2007
John-ph
This article shows different methods of implementing Dynamic WHERE-Clause in static SQL.
31 Oct 2007
David Veeneman
A simple, straightforward tutorial that will get you up to speed on the fundamentals of NHibernate as quickly as possible
17 Oct 2007
Renan Rodrigues Duarte
This article tries to explain how we could use a TextFile as a simple DataBase.
12 Oct 2007
Buu Nguyen
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.
11 Oct 2007
vacen2
Allows you to perform a Distinct query against a Datatable
9 Oct 2007
John-ph
This article explains about building and executing a Dynamic SQL in a stored procedure.
8 Oct 2007
Nick Higgs
Presenting a lightweight method to cut out most of the repetitive work of creating data classes.
7 Oct 2007
Ali Ozgur
Sample code describing how to retreive statistical information about the T-SQL commands executed.
4 Oct 2007
Maruf Maniruzzaman
Start using DLinq in easy steps
29 Sep 2007
DejaVudew
An article on an efficient method to determine missing values in an IDENTITY() sequence.
22 Sep 2007
Triet Ho
Use SQL-DMO Object Library for quick searching and generating stored procedures script
16 Sep 2007
rilov
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.
6 Sep 2007
pinaldave
SQL SERVER - 2005 - Introduction and Explanation to sqlcmd
4 Sep 2007
Igor Sokolsky
SqlDbAdaptor hides underlying database and makes very easy to switch database without a single line of code change
24 Aug 2007
canozurdo
An article for converting DBF files to dataset XML files
21 Aug 2007
Sarfraz Munna
Debugging a SQL Stored Procedure in SQL Server 2000 Query Analyzer
21 Aug 2007
pinaldave
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
17 Aug 2007
ThomasMiller
Descripe the SQL Server 2000/2005 interaction with Active Directory on Windows 2000 or 2003 server
9 Aug 2007
Ferhat Nutku
An article on communicating with a database and generating SQL queries on the fly
9 Aug 2007
desalbres
Article explaining how to access a web service using SQL Server integration with VS 2005 (SQLCLR)
8 Aug 2007
Dragos Boia
A solution to the problem of exporting data from database in different formats
3 Aug 2007
Hamed Mosavi
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!
27 Jul 2007
Paul Reynolds
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.
25 Jul 2007
Michael Ceranski
This generic function will allow you to copy data between any two ADO.NET providers with one simple method call
23 Jul 2007
Emmanuel Nuyttens
An article on building an agile multi-tiered business framework
20 Jul 2007
kepboy
Use the correct data access classes for the current version of the database
18 Jul 2007
Padoor Shiras
Computed Column Specification for populating nth column
10 Jul 2007
Marcos Meli
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)
25 Jun 2007
Moim Hossain
Describes how to use the SSIS object model for importing data to SQL server 2005
22 Jun 2007
Serioja Sidorov
The focus is on how one can test the content of a database to see if it adheres to certain assumptions
17 Jun 2007
Reza Shojaee
In this article, the ability of Microsoft SQL Server database in storing and retrieving trees will be described.
15 Jun 2007
azamsharp
Implementing an auto-completion feature using ASP.NET 2.0 client callbacks
10 Jun 2007
Peter Weissbrod
A distilled methodology for detecting and isolating NHibernate-related performance and scalability issues
6 Jun 2007
Mark J. Miller
Provide array functionality in SQL Server using T-SQL or the CLR
29 May 2007
Tetyana Loskutova
This article shows an example implementation of a database used over a Web-Service
28 May 2007
Liam Cavanagh
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.
23 May 2007
vipulparmar
Basic understanding of Pro*C
23 May 2007
Szymon Pobiega
An article on wrapping stored procedure invocations in strongly typed intefaces
22 May 2007
ehanthalingam
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
19 May 2007
Moim Hossain
Describes SQL server 2005 Integration Service object model and different data flow components
9 May 2007
Peter Weissbrod
This is the second part in a two-piece article focused on optimizing the efficiency of your NHibernate ORM layer.
7 May 2007
Mark Pryce-Maher
An article on adding a MySql connector into Enterprise Library for .NET Framework 2.0
3 May 2007
Mohammed Ghouse Barq
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.
29 Apr 2007
Dimitar Madjarov
An article which describes an alternative way of cooperation between Oracle PL/SQL and C#
24 Apr 2007
Arek Suroboyo
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
24 Apr 2007
lost in transition
Extracts data from database, manipulates extracted data, and then updates the database
19 Apr 2007
sarvesh.upadhyay
In this articleI am going to show how to create log file for stored Procedure
18 Apr 2007
balazs_hideghety
Supporting LocalTransactions only with TransactionScope by avoiding escalation to MSDTC.
15 Apr 2007
wallace turner
An effective utility to securely backup an SQL Server database and/or a group of files to a remote machine
10 Apr 2007
Sean Chambers
This article walks through setting up a SqlCE test bench when using TDD
10 Apr 2007
Peter Weissbrod
An introductory approach to synchronizing database schema versions
24 Mar 2007
Todd Wilder
Using the SQLNotificationRequest object and the Service Broker to get row and column change notifications, mimicking supposed SQLDependency capabilities
20 Mar 2007
Jeremy T. Fuller
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.
19 Mar 2007
Dimitar Madjarov
An article which describes an alternative way of cooperation between Oracle PL/SQL and C#
19 Mar 2007
Adam Nelson
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.
14 Mar 2007
yincekara
An article about How to Save Old Versions of Records Using MSSQL Server 2005 Xml Column
10 Mar 2007
Manjushree Das
The target audience of the article are novice 4D developers. It aims at explaining the usage of Triggers in 4D databases.
10 Mar 2007
Udhaya Kumar.D
A GUI for SQLite in .NET
1 Mar 2007
Zakaria Bin Abdur Rouf
A Simple Multi User Contact Management System that will help programmers to use some tricks
23 Feb 2007
Iqbal M Khan
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.
18 Feb 2007
Danko Greiner
Use TableAdapters with transactions.
16 Feb 2007
carlop()
An article about converting ASCII/Multibyte to Unicode using C# and SQL/CLR integration.
11 Feb 2007
Eric Shandil
Browse for folder on computer with MS SQL Server from a remote computer.
4 Feb 2007
Juraj Borza
Integer and string indexing of System.Data.DataRow columns - head to head
31 Jan 2007
jamesplewis
How to check if your Microsoft SQL Server 2005 is ready for the new DST 2007
25 Jan 2007
Fiwel
Dynamically set TextBox.MaxLength based on the SQL column size.
19 Jan 2007
NaNg15241
A usefull tool to control the database, easy to use and easy to control.
16 Jan 2007
Rafey
A FireBird .NET data access block completely written in C#. Supports Embedded SQL, INI File SQL and Stored Procedure
13 Jan 2007
AnOldGreenHorn
A C++ wrapper to SQLite database
10 Jan 2007
Mustafa Magdy
A very powerful tool that generates SqlServer Stored Procedure Statments to build N-Tier applications
9 Jan 2007
Iqbal M Khan
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.
1 Jan 2007
Akshay Srinivasan2
This article describes a technique to quickly retrieve and present hierarchical information from a flat relational database table.
6 Dec 2006
lost in transition
This article illustrates a helpful database library.
22 Nov 2006
BlaiseBraye
DatasetAdaptor encapsulates a dataset and permits automating the work between the database and the dataset.
16 Nov 2006
KRISHNA PRASAD.N
Article to export MS DTS packages from one server to another.
16 Nov 2006
Neil Barnwell
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.
15 Nov 2006
Galin Iliev [Galcho]
How to build a business object with the option to discard changes
15 Nov 2006
F.E.A.
Modification of the Osql Batch Scripter
15 Nov 2006
AnOldGreenHorn
A template class for creating sequential access record files
11 Nov 2006
coolestCoder
This article explains in short what Materialized Views are and how to create read-only Materialized Views in Oracle.
7 Nov 2006
Troy Magennis
A framework for writing sample data generators and a GUI that allows these generators to be effectively used
6 Nov 2006
adamAFA46
Simple but powerful GUI O/R Mapper which generates C# 2.0 to handle all of your object relational persistence.
3 Nov 2006
Dima Statz
Describes how to add custom script to install project
31 Oct 2006
matrix_resident
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
23 Oct 2006
Igor Tkachev
Run-time data accessor generation
19 Oct 2006
Yunyou Yao
A simple example which connects to an Oracle database to retrieve data with a DataSet, and then show a web report using CrystalReportViewer
15 Oct 2006
Malpani Amol
This article will drive you, how deploy and debug CLR store procedure
15 Oct 2006
Malpani Amol
This article will drive you, how to create CLR store procedure
12 Oct 2006
DEEPCHAND KOSTA
Create a Dynamic Pie Graph with Export in the Excel file Without Creating an Excel Object
9 Oct 2006
Ajey Dudhe
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
8 Oct 2006
SikeMullivan
Database factory using C# Generics.
8 Oct 2006
Malpani Amol
This article will drive you, how to access and update properties and variable of SSIS package using .NET application
8 Oct 2006
Malpani Amol
This article will drive you, how to get list of SSIS packages and executing them using .NET assemblies
8 Oct 2006
Malpani Amol
Here is some cool stuff to call .NET assembly from SSIS
11 Sep 2006
René Paw Christensen
How to solve the error when assigning a DateTime to a IDbDataParameter.
1 Sep 2006
Galin Iliev [Galcho]
Creating many-to-many relationships in LINQ for SQL.
30 Aug 2006
Ashley van Gerven
A simple ASP.NET application to run queries against your databases. Stores history and favourites.
29 Aug 2006
Sascha Knopf
An article on implementing complex data binding (DataSource and DataMember) on a custom control.
21 Aug 2006
ganesan balachandar
The tool can generate the specified number of rows for any table. Can be used for stress testing the application
18 Aug 2006
_oti
Automated generation of PostgreSQL data transfer classes.
16 Aug 2006
sherton
How to Call or Executive Store Procedure (Oracle ) in vc++
14 Aug 2006
yuan yong fu
How to develop a database structure designer use C#
13 Aug 2006
Mohammad Ali Azam
An API to persist business entities without writing database centric code or mapping schema in an external XML File
2 Aug 2006
efero
Codes to help to connect VS 2005 to SQL Express manualy
1 Aug 2006
Ennis Ray Lynch, Jr.
Methods for accessing row based data in C# (.NET)
25 Jul 2006
avronp
View and update any database table and metadata. Includes sample databases.
24 Jul 2006
adargel
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
20 Jul 2006
Ennis Ray Lynch, Jr.
Just how many customers can you have in your database?
29 Jun 2006
Ian Semmel
A class for automatically generating SQL INSERT for Typed Datasets.
29 Jun 2006
_oti
An article and source code regarding the implmentation of B-Trees in C++.
29 Jun 2006
ovydiu
An asembly that provides a way to retrieve, store, and manipulate data in a SQL Server or Access database.
23 Jun 2006
Vivek Singh - IN
It will generate insert statement as per the tables selected by the user, and it also take cares of Identity inserts in the table.
22 Jun 2006
Marc Clifton
A foray into a specific problem while discovering at the same time the reasons for why OOP often fails us.
20 Jun 2006
r.stropek
Solving the collation mix with SAP (SQL_Latin1_General_CP850_BIN vs. Latin1_General_CI_AS).
18 Jun 2006
gtamir
Overcoming the SqlCommandBuilder.DeriveParameters() problem in .NET 1.1 communicating with SQL Server 2005
14 Jun 2006
Yunyou Yao
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.
12 Jun 2006
Paresh Goyal
A Key ShortCut for 'SELECT * FROM' for tables and to see text of the stored procedures.
11 Jun 2006
Sandip Dalvi Tung
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"
4 Jun 2006
r.stropek
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.
1 Jun 2006
Sarith Sutha
This article describes the usage of SQL DMO to automate few aspects of DB maintenance.
31 May 2006
VGirish
This article aims to create a simple tool for visualizing database tables and relations, a database map to refer to.
31 May 2006
Thomas Haller
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)
23 May 2006
arie_schwartzman
Manage small database tables with lightweight and simple C# code. Best suited for PocketPC and Windows Mobile devices
18 May 2006
Muhammad Kashif Akram
Facilitating efficient Sql Server paging by giving T-SQL query as input to this generic stored procedure
15 May 2006
defwebserver
A simple example using MySQL 5 and stored procedures with ObjectDataSources and Generics, in ASP.NET 2.0.
15 May 2006
Erik Bartlow
This user-defined function will allow you to capitalize the first character of any string passed to it.
11 May 2006
LockonFlamingCliffs
Shows the basics of working with ADO.NET disconnected data.
7 May 2006
RB Changanacherry
This is an Oracle Data Layer class for connecting to Oracle Database from a .net application based on Oracle Data Provider.NET
27 Apr 2006
Chris Cole
How to manage database connection strings and connection string encryption for a web farm, in ASP.NET 2.0.
26 Apr 2006
Emad Al-Ashi
An easy graphical way to create complex nested SQL Join queries.
23 Apr 2006
AndrewPeters
Calculates Annualized Sharpe Ratio and Sortino Ratio for a Portfolio Trading History in SQL
20 Apr 2006
bern4d
How to make simple Database driven application with XML plain text. Portable, easy and light weight!
15 Apr 2006
Raj Lal
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.
5 Apr 2006
Waleed Al Tamimi
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.
3 Apr 2006
Lou Flees
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.
3 Apr 2006
Levent Soyalp
Useful tool to script database objects using SMO and check in Visual Source Safe
29 Mar 2006
Asif Sayed
An article to demonstrate the creating of business document ids without using stored counters.
29 Mar 2006
TofuBug24
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.
23 Mar 2006
AnOldGreenHorn
An embedded database library in C++.
22 Mar 2006
Michael Vanhoutte
This article explains how to give a user the minimum rights required for SqlDependency to work
13 Mar 2006
Marc Clifton
An investigation into different data entry modalities and the need for a transaction sandbox.
28 Feb 2006
Marc Clifton
Undo/Redo DataTable transactions by logging row changes (insert/delete) and field changes.
20 Feb 2006
PaulMcKenzie
This stored procedure will generate all the C# code for calling any Stored Procedure
15 Feb 2006
S Sansanwal
This tool would help anyone to create insert\update query based on values in a table, without any data or with custom data
10 Feb 2006
Chris Stefano
Generate loader classes for faster operation using Reflection.Emit
2 Feb 2006
Rafael Mizrahi, Laurence Moroney
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.
1 Feb 2006
rajiv404
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.
31 Jan 2006
arunpv
Add/drop Linked Servers using SQL Server 2005 SMO
24 Jan 2006
Olivier Giulieri
Just 200 lines of VB.NET to document your SQL Server databases.
10 Jan 2006
Mukund Pujari
This application can be used to create database, tables, and stored procedures during the installation of a .NET application.
10 Jan 2006
MRSumra
This article shows how to create a .pdb file to use as database on Palm devices.
20 Dec 2005
Rakotomalala Andriniaina
This article provides two files that contain a Membership Provider and a Role Provider for ASP.NET v2.0.
9 Dec 2005
Todd Denlinger
Presents a method for monitoring the amount of time database connections stay open in ASP.NET applications.
28 Nov 2005
Mukund Pujari
This article shows how to distribute or install MSDE with a .NET application.
28 Nov 2005
vivekthangaswamy
How to use a MySQL 4.1 database from an ASP.NET application and some ODBC basics.
3 Nov 2005
Ezhilan Muniswaran
This database script provides a template for properly maintaining multiple versions of a database.
27 Oct 2005
Darko@Ilumnis
C# MS SQL user / role / right manipulation
25 Oct 2005
Himanshu Kumar Sinha
I will discuss the Try & catch error handling feature of the SQL SERVER 2005 (Yukon)
4 Oct 2005
MEmerson
This code replaces the buggy ADOMD.NET DataAdapter and DataReader.
25 Sep 2005
Churn Wuang
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...
8 Sep 2005
Member 2260574
Connect and close a sql database with internal error reporting using Event Logs
2 Sep 2005
Mukund Pujari
This application can be used to create databases, tables, stored procedures during the installation of .NET applications.
26 Aug 2005
Mark Williamson
DBInspector is a swiss army knife for database developers. DBInspector helps you generate all types of code based on your database schema.
25 Aug 2005
Mukund Pujari
This article shows how to import CSV data and store it in database.
23 Aug 2005
Maxim Alekseykin
Explains how to load a BLOB data into a DB table and how to get it from the DB table.
22 Aug 2005
Patrice Borne
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.
18 Aug 2005
ChrisLee1
A class to allow easy running of T-SQL code against .NET data sources.
18 Aug 2005
satya.rapelly
Window application generates the document with Sql Server database tables
31 Jul 2005
Syed Asif Iqbal
Article that helps writing SQL in XML to provide better support
6 Jul 2005
Hayder Marzouk
A strongly typed collection that implements CollectionBase and IBindingList interfaces with interesting features (sort, filter, getchanges).
29 Jun 2005
Nishith Pathak
Enhancements done for storing connection strings in Visual Studio 2005.
21 Jun 2005
Paul Brower
Manage SuspendBindings and ResumeBindings for all CurrencyManagers in your app.
16 Jun 2005
Thomas Lykke Petersen
Enable persistance and population of objects without writing ADO.NET code.
12 Jun 2005
Andrey Shchurov
With SqlWrapper, you can easily create your DAL classes writing the most minimum amount of code.
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.
10 Jun 2005
Paul S Ganney
A class to easily do count() queries.
1 Jun 2005
Alexander Shirshov
Emulate TransactionScope functionality coming in .NET 2.0 with .NET 1.1.
27 May 2005
Marc Brooks
Simple C# code to convert an ADO.NET (System.Data) DataTable to an ADODB Recordset.
22 May 2005
WillemM
Article describing how to build pluggable data access components.
17 May 2005
Huseyin Altindag
Personal address book using ADO.NET and C#.
10 May 2005
Pankaj A. Chitriv
An article which gives an overview of SQL Server DB clustering using MSCS.
2 May 2005
Emmanuel Kartmann
This article provides a small executable (36K) which configures MySQL (or another Windows Service) to automatically restart whenever it fails/crashes.
2 May 2005
fhunth
How to write multiple filters on a WHERE clause on a sql sentence
27 Apr 2005
netbard
An introduction to SQL Server transactions and how to use them in ADO.NET.
17 Apr 2005
Gael Fraiteur
If you want to tune your SQL statements, you need to understand how the server executes them. The article explains this.
15 Apr 2005
hestol
This load the "ECB" xml file and parse it into a dataset. From that we can calculated the Exchange rate between difference countries.
14 Apr 2005
poodull76
Create T-SQL command text to update a table with OpenXML quickly and with minimal effort.
4 Apr 2005
dshalimov
Use this Windows application to generate complete Data Access Layer for your applications.
23 Mar 2005
Yulianto.
An article on building database with ADO.NET application for a beginner.
14 Mar 2005
prabhu.subbiah
To compress large SQL Server reports and allow the user to download the same in ZIP format.
7 Mar 2005
Gevorg
This small utility generates code to call store procedure or C# class from Table
2 Mar 2005
Ach1lles
A simple technique for selecting random records from a table.
8 Feb 2005
Dave Brighton
This article describes how to write a relational database using C#.
7 Feb 2005
BlackDice
A tool for querying all types of databases.
23 Jan 2005
Colin Angus Mackay
Discusses various aspects of SQL Injection attacks, what to look for in your code, and how to secure it against SQL Injection attacks.
17 Jan 2005
Tadas Budvytis
Explains a mechanism of deleting a record when the selected record has related records in other tables.
13 Jan 2005
Deyan Petrov
Generic data access component for different datasources, sprocs/SQL, implicitly propagated transactions, explicitly managed transaction contexts etc.
9 Jan 2005
Kim Sheffield
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.
5 Jan 2005
Jaryl Sim
Use different database providers without tying implementation to one.
29 Dec 2004
interface Mirror
The easier way of accessing data using intermidiate classes between basic ADO.NET classes and your own application.
16 Dec 2004
Adam Klobukowski
Class that creates INSERT INTO SQL queries.
13 Dec 2004
Boo!
This article is to help you create context sensitive connexion string: choosen dynamically, depending on which server the application is running.
21 Nov 2004
b_hardman
Generate code classes to access stored procedures via web services.
21 Nov 2004
Rohit Joshi
OpenClient++ is a thread safe, cross platform C++ wrapper for Sybase Open Client API.
19 Nov 2004
Alexander German
With agStoredProc, you can generate a C# class out of all the stored procedures in a MS-SQL database. No Microsoft ApplicationBlocks needed.
14 Nov 2004
Lars-Inge Tønnessen
An article on how to setup and configure the MSFT MSDE 2000.
11 Nov 2004
Nirosh
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.
25 Oct 2004
Chad Z. Hower aka Kudzu
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.
23 Oct 2004
ritzcoder
This article shows you how to take a date string and use it in a parameterized sql server query
19 Oct 2004
Huseyin Altindag
Populate data from database in a ComboBox.
15 Oct 2004
ashishnaik1
Format any Number to 2 decimal Number without Rounding
26 Sep 2004
Scott McMaster
This article demonstrates the best technique for databinding the ListBox and ComboBox controls in .NET Windows Forms
23 Sep 2004
Miloslav Beno
Simply implement events and CacheDependency with the database
22 Sep 2004
Eugene Lepekhin
How to get all power of trees in SQL
21 Sep 2004
Ahmed jamil Kattan
An article explaining how to link your home database in your C# application.
17 Sep 2004
Duncan Edwards Jones
An extensible tool to package and deploy database schema objects.
14 Sep 2004
Pawel Zarzycki
Simple class that helps accessing and managing SQL Connection Strings.
5 Sep 2004
Sekhar Lanka
This article gives an overview of Microsoft Application Block for Data Access, its advantages and specifies its usage in a .NET application.
31 Aug 2004
mysorian
A tutorial on connecting to SQL 2000 Server.
24 Aug 2004
Vivek Shaurya
Investigating the database created by SharePoint for use in your .NET application.
16 Aug 2004
S Sansanwal
This article would describe how to read column values based on column names, using SQLDataReader.
9 Aug 2004
x_scripterx
Creating dynamic connection string on a remote site.
20 Jul 2004
Alex Yumas
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.
17 Jul 2004
G Ryno
Using and extending the data access classes, and runtime selection and instantiation using a factory and XML configuration file.
14 Jul 2004
Romelard Fabrice (Alias F___)
A Stored Procedure for Create a Time Table with all interesting details
6 Jul 2004
Bas Goedemans
A simple class to dynamically add DSN-names to your system.
30 Jun 2004
Nikolai Serdiuk
This article describes creating indexed search systems using relational databases
17 Jun 2004
SquaredRomi
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".
17 Jun 2004
Tamer Ahmed Farrag
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
25 May 2004
Rodney S. Foley
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.
4 May 2004
Daniel Aioanei, Adi Malinaru, Andrei Postolache
An article on how to persist permutations of items in relational databases.
16 Apr 2004
Cláudio de Vasconcelos
Implement a simple class to store multiple queries and run against a MySQL database.
14 Apr 2004
Muffadal Jaorawala
This article shows how to save a master-details form using XML.
30 Mar 2004
CodeSanta
A simple Data Link Property Dialog that can create connection strings used in ByteFX.MySqlClient provider.
29 Mar 2004
teknas
An article on Cubes, MDX, Analysis Services and ADOMD in .NET
23 Mar 2004
Emmanuel Kartmann
This MySQL extension library provides an aggregate function that concatenate strings (for use with SELECT...GROUP BY clause).
21 Mar 2004
M L Viñas Livschitz
HyperNetDatabase is a single process multithreading and blackout safe database
9 Mar 2004
DanMayer
Accessing DataLinks from a .NET program to get or edit a connection string.
9 Mar 2004
Jochen Jonckheere
A view of how ADO.NET can be used in a multi-database, multi-tier environment.
25 Feb 2004
Pradeep Fernandes
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.
16 Feb 2004
Mark Johnson
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.
14 Feb 2004
Ahmed Alhosaini
Generate database schema information from C# classes.
13 Feb 2004
Reza_Allamehzadeh
How to pass an array of integers to a stored procedure.
2 Feb 2004
Stephan Johnson
This article covers the Vector Data Language, an XML-based language to manipulate XML data from ODBC sources.
1 Feb 2004
Mihail Stefanov
Binding a two dimensional array to a DataGrid
29 Jan 2004
-Dr_X-
Passing multiple values as a single Parameter to a Stored Procedure
28 Jan 2004
vinoth1979
This article speaks about how to use SQLDataAdapter and its update method without using SQLCommandBuilder
14 Jan 2004
Fact Pandit
ODBC Manager class that retrieves System and User DSNs and driver list.
14 Jan 2004
Sumit Amar .
This stored procedure grants execute privilege on all procedures to specified user
23 Dec 2003
Abhay Dubey
This procedure can be called in another Stored procedure or function and quite handy in debugging and development
27 Nov 2003
nickadams
A set of classes to encapsulate DB2 CLI APIs in ADO style.
18 Nov 2003
gokselm
Produces SQL filter clauses using C# objects
4 Nov 2003
Megan Forbes
A short article on recovering orphaned users when moving a database from one server to another.
30 Oct 2003
Stephan Meyn
The article describes how to move a database onto Bamboo Prevalence
26 Oct 2003
stephanpeters4000
Data access components to interact with any database.
22 Oct 2003
Jonathan de Halleux
Yet another DAL generator with SQL generation, multi database support, C# code generation, etc...
9 Oct 2003
Radim_Hampel
This class helps with connecting to DB engine and with returning of resultsets.
27 Sep 2003
Gareth Edwards
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.
21 Sep 2003
Neeraj Jain
Displaying vertical rows in a datagrid by flipping the tables horizontally
20 Sep 2003
Teo
Managing portability of your source code among different RDBMS, reducing developing time and maintenance.
12 Sep 2003
Jonathan de Halleux
A helper framework for generation of SQL queries in C++ and Lua
31 Aug 2003
Rowdy75
A library to convert a JET database to SQL 'CREATE TABLE' statements
26 Aug 2003
Philip Patrick
Web-based administration toolkit for MS Access databases
1 Jul 2003
thomask
How to access a dBase file
24 Jun 2003
cctuan
Extends DataGrid Functionalities
23 Jun 2003
Daniel Aioanei, Adi Malinaru
Persisting general trees in relational databases with fast path-finding capabilities.
2 Jun 2003
Ferdie
Getting the correct column ordinals of an ADOX Table object.
2 Jun 2003
Ferdie
Using ADOX to insert field into a MS Access table.
27 May 2003
Tingz Abraham
Searching a Lotus Notes Database and locating notes in the database using Lotus C APIs and MFC.
4 May 2003
Goncalo Oliveira
A set of C++ classes for working with the MySQL library.
1 May 2003
Dan Glass
Databinding the SqlTypes using the PropertyDescriptor class and the ITypedList Interface
25 Apr 2003
Sriram Chitturi
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
17 Mar 2003
Bjornar Henden
Online administration of your database. Create or modify tables, keys, and indexes. Edit or insert data.
8 Mar 2003
Member 96
Convert delimited text files to XML file or DataSet object
12 Feb 2003
colison
Remove comment in SQL to make it easy to execute with MS Access.
5 Feb 2003
Ferdie
A HowTo on getting DataSource information from CSession object
24 Jan 2003
Samar Aarkotti
Connecting to Database using C# and ADO.NET
21 Nov 2002
Gevik Babakhani
This demo shows how to populate a treeview from a self-joined table
15 Nov 2002
BoneHead
BoneBoxes is a data access library that provides you with SQL statements and data validation based on the data set's properties
5 Nov 2002
Alexey
The alxBase classes for work with dbf files.
29 Oct 2002
Deyan Petrov
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
14 Oct 2002
rkdev
This article is about using MFC CodeProject Grid, ATL and MS Access together.
29 Sep 2002
Marc Clifton
View and edit your XML database schema and data
27 Sep 2002
lihaijian
This article will provide a cross platform C++ wrapper for Sybase's OPENCLIENT interface.
11 Sep 2002
Petervu
A service that scans for DBX files and adds their contents to a main Access database
6 Sep 2002
Ed Gadziemski
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"
24 Aug 2002
Frans Bouma
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
17 Aug 2002
Tomaž Štih
A solution to the problem of storing hierarchical data in a relational database.
8 Aug 2002
Victor M. Valenzuela
MFC classes to fill ComoBoxes & ListBoxes with MySQL data.
3 Aug 2002
Lu Lianbo
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.
20 Jul 2002
Ed Gadziemski
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)
2 Jun 2002
Megan Forbes
A beginners guide to displaying records from a database in a table using ASP
24 May 2002
Vasek
An alternative to Microsoft's typesafe DataSet
25 Apr 2002
Fernando Finelli
ASP can save binary data to a table in SQL Server
25 Apr 2002
Fernando Finelli
dump the transaction log
16 Apr 2002
Shawn Wildermuth
A Class Library that holds a Managed Provider to retreive Load DataSets from Xml sources.
20 Mar 2002
xicoloko
Persistance to business objects through attributes and reflection
10 Mar 2002
Torsten Mauz
Code which allows you to update any number of records with yes/no type values using checkboxes
1 Mar 2002
Anthony Roach
This project presents an Access Database Editor written in C#
15 Feb 2002
Yap Chun Wei
A Class to Read and Write to Excel and Text Delimited Spreadsheet
10 Feb 2002
Ashish Patel
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.
27 Jan 2002
SimonS
A generalised method for calling parameterized stored procedures
16 Jan 2002
Anthony Roach
Using the OleDbDataAdapter and OleDbCommands objects to consume OLE DB providers
12 Nov 2001
Anthony Roach
This is the second in a series of articles about using the OLE DB Consumers.
15 Oct 2001
Ciprian Miclaus
An article on how to improve SQL hierarchies
27 Aug 2001
Bjornar Henden
A grid control for ASP written in JavaScript to display recordsets.
2 Aug 2001
Orkun GEDiK
Learn how to export database fields to XML document
8 May 2001
George Poulose
A tool to generate class files to implement stored procedures
29 Mar 2001
zhaque
This is a very simple code snippet that demonstrates how to read a Microsoft Access database file using the CDatabase class
21 Jun 2000
Konstantin Vasserman
How to display multiple pages of records in ASP
26 Apr 2000
Chris Maunder
A simple introduction to using Access .mdb databases in your ASP pages
14 Mar 2000
Tom Archer
A class for Printing and Viewing MS Access Reports
12 Jan 2000
Alexander Mikula
A discussion and demonstration of reading Excel files using ODBC
12 Jan 2000
Alexander Mikula
Writing to Excel spreadsheets using only ODBC
8 Dec 1999
Vachik Hovhannisyan
Two classes that provide support for asynchronous SQL execution.
17 Nov 1999
Robert Pittenger, MCPD-EAD
This project is a code generator to produce CObject-dervied data classes for Object-Oriented database management
Sort by Updated

Database - MySQL 

20 Jul 2014
apphp
This tutorial describes how to release Session storage in a MySQL database.
16 Jul 2014
SarmadAsghar
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 2
12 May 2014
adriancs
A tool to export and import MySQL database in .NET
31 Mar 2014
apphp
This tutorial describes most popular techniques of creating database for multilanguage web sites.
20 Mar 2014
Lizandro Campbell
Using Visual C# 2008 to establish connection to a MySQL 5.1 database with MySQL Connector/NET 5.1.7
29 Jan 2014
SarmadAsghar
This will provide opportunity to calculate aggregates, joins on the data retrieved from API’s which was never done.
21 Nov 2013
Vijay-Srivastava
Fetching complex data from multiple table using nested MySQL queries, JOIN operations, LIKE operator and aggregate functions(eg. GROUP BY, GROUP_CONCAT, etc.)
5 Sep 2013
Mr. Xie.G.Gang 谢桂纲
Easy way to map the table in the mysql database.
6 Aug 2013
adriancs
Settings and Configurations of MySQL Connector/Net ASP.NET Session State Provider
16 Aug 2012
scott_liu
It employs a dynamic trigger, a CLR Stored Procedure, and a Web Service to sync data from a MS SQL Server to MySQL.
24 Jul 2012
Ryan Krage, Binfeng Yuan
Display Infobright/MySQL Database Statistics in C++
6 Jun 2012
Ryan Krage
Display Infobright/MySQL Database Statistics in Java
8 Feb 2012
ebrahim amini sharifi
Sending and receiving message, user authentication, user permission, priority message
22 Jul 2010
namrata khandeparkar
MYSQL: Rather than reading a CSV file and inserting rows (tedious), speeded process just in one query
6 Jun 2010
Wayne Gaylard
A class to generate a complete backup of a MySQL database.
7 Apr 2010
BarrySolomon
Support for Reading XML in MySQL
7 Apr 2010
Shabdar Ghata
This article shows you how to connect to MySQL database using MySQL Connector for .NET
17 Nov 2009
Etienne Rached
Connect C# to MySQL using MySQL Connector/Net, Insert, Update, Select, Delete example, Backup and restore MySQL database from C# or .NET application
24 Sep 2009
$uresh $hanmugam
How to upload images into a MySQL BLOB field using the ODBC driver.
15 May 2009
ken.tachyon
An article on how to get parameters into and out of MySql stored procedures.
11 May 2009
Ladislav Nevery
Native MySql Client not requiring any special driver or library
22 Apr 2009
Ghaffar Khan
Site statistics with PHP and MySQL
20 Apr 2009
Amgad Fahmi
This an easy way to interact with your mysql database.
27 Mar 2009
Kunjal999
Backup an entire MySQL database, compress it, and send it with FTP to an FTP server.
16 Oct 2008
Johan Lundqvist
A short article with an example of how you can use NHibernate and MyQL together.
9 Oct 2008
docsmaker
A new free tool to easily manage database users, their privileges and more.
26 Jun 2008
johnnycantcode
Create and manage your mobile database using SQL Management Studio and export them to SQL Compact Edition databases
3 Jun 2008
praba_tuty
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
4 May 2008
AKA MAJO
The MySQL engine permits user level locks. This article explains how to manipulate these lock types.
7 Nov 2007
cellarjay
Accessing the MYSQL Database at your webspace from any remote computer
18 Jun 2007
jopascual
Connecting from VB.NET to a MySQL database.
26 Feb 2007
Richard Lin
An article on a lean (2 header files) C++ template class that provides mySQL query
20 Sep 2006
DarkLizener
Tutorial on writing your own MySQL User Defines Functions
Sort by Updated

Database - ODBC 

3 Jul 2012
Muammar©
Dynamic data retrieval from Oracle database to Excel sheet based on a parameter from Excel cell value
10 Feb 2009
Derwin Dexter Sy
This is a base class that can be used to create model objects for database connectivity via ODBC in C# .NET.
10 Jan 2006
darkoman
An article on a simple ODBC SDK wrapper library.
4 Aug 2005
Doga Arinir
1 alternative  
Using Microsoft's tracing infrastructure for ODBC.
22 Nov 2004
Dave Handley
A library of template classes that enables the rapid production of client-side database code.
2 Jul 2004
TomKat
Simple ODBC Wrapper + Connection classes for several database types.
19 Aug 2003
AnOldGreenHorn
An easy to use C++ wrapper class for ODBC.
12 Mar 2003
Alexander Wiseman
A class to wrap the use of CDatabase and CRecordset into one object to communicate with databases
13 Oct 2002
dapeng lin
An article on using parameterized SQL statement and stored procedure with ODBC
3 Nov 2001
Justin Kirby
A collection of simple classes to connect to ODBC capable DBMS and share those connections
27 Aug 2001
Carlos Antollini
Two classes that make easy to work with ODBC
16 Jul 2001
Sasa Kajic
CODBCRecordset that support parameter prior to opening table(s)
6 Jan 2001
Stefan Chekanov
CODBCRecordset class is intended to be full replacement of all ClassWizard generated CRecordset derived classes in MFC projects.
26 Oct 2000
Massimo Colurcio
Explore the structure of tables (and views)
14 Mar 2000
Tom Archer
A class to dynamically read data from any ODBC data source
17 Jan 2000
George Poulose
A tool that allows you to query ODBC sources
Sort by Updated

Database - OLE DB 

17 Mar 2011
db_developer
OLE DB Provider pack all query to single line, thus all query text after comment clause will be truncated
23 Oct 2009
Bernardo Castilho
This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OLEDB connection string.
27 Apr 2009
jason lue
A subtle memory leak problem on CDynamicParameterAccessor on special occasions
23 Apr 2009
jason lue
Reports the memory leak issue on the ATL OLEDB CCommand object, and describes the reason and provides a solution.
15 Apr 2008
Ali Hamdar
How we can access the Windows Indexing Service using OLEDB.
13 Jun 2005
esob
This class provides a raw OLEDB class library.
28 Apr 2005
emadns
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.
25 Oct 2004
Jörgen Sigvardsson
This article shows one way to extend CCommand and CDynamicAccessor to make OLEDB in C++ easier
11 May 2004
Yulianto
An article on building a Database Application with OLE DB
3 Jul 2002
roboo
An OLE-DB DLL that you can use in ANSI-C
23 Apr 2002
Eugene Khodakovsky
A class to dynamically manipulate databases data using ATL/OLE DB technology
12 Jan 2002
David Utz
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.
4 Dec 2001
Anthony Roach
This article expands on my previous article and introduces recordset operations and database entry operations.
12 Nov 2001
Anthony Roach
This article is the first of a series OLE DB articles that cover database access using the OLE DB Templates
22 Sep 2001
Rashid Thadha
Use the MS DataGrid control in your C++ app with OLE DB Consumer Templates
Sort by Updated

Database - Oracle 

2 Jun 2014
Woong Gyu La
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"
13 Apr 2014
Espen Harlinn
Enhance productivity and reliability, write your own tools.
1 Oct 2013
Espen Harlinn
A reflection based wrapper for the Oracle Data Provider for .NET – allows your application to dynamically load the Oracle.DataAccess.dll assembly installed on your client’s computer.
19 Apr 2013
Girish Yerzal
This article will definitely give you a brief idea about cursor with examples.
3 Jan 2013
hevesir
Alternative tnsping for Oracle Instant Client.
30 Apr 2012
Mika Wendelius
This article describes techniques such as autonomous transactions and action information that can be used when logging information about operations in Oracle database.
1 Apr 2012
Mika Wendelius
The article starts with building a simple toolkit package using basic PL/SQL but also covers some more advanced techniques, such as pipeline.
6 Mar 2012
nguyenannhon
This article introduces the steps to create a report with a custom search area.
8 Jan 2012
Mika Wendelius
This article describes how to use a sequence to mimic the SQL Server identity column in Oracle.
3 Dec 2011
Srivalsalakumar
Oracle database 11g release 2 installation on suse and Enterprise Linux
22 Nov 2011
Srivalsalakumar
Oracle 11g Report Installation on RedHat Linux 5x
14 Sep 2011
Mika Wendelius
This article briefly describes basic information about installing the Oracle 11g XE database on Windows and few Developer tools such as SQL Developer
13 May 2011
J Chandra Sekhar Achary
Useful tips for Oracle import/export to address constraint issues.
18 Apr 2011
Manuel Vidigal
An implementation of the Longest Common Subsequence (LCS) diff algorithm in PL/SQL.
19 Mar 2011
Mika Wendelius
How to create custom aggregates in Oracle using PL/SQL
3 Mar 2011
sandip_bhadane
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.
9 Jun 2009
himanshu2561
How to return multiple ref cursors from Oracle using DAAB
13 Nov 2008
cirovladimir
An article explaining how to list oracle data sources from tnsnames.ora file
25 Oct 2008
Guy Haim
A Graphic tool for Oracle developers and DBAs
11 Jul 2008
Syed M Hussain
This is a very simple tool, to query an Oracle XE database
30 Mar 2008
Ali Etoom
oracle 10g
25 Jan 2008
cagatay.yildir.im
An oracle database query, schematic view and query export tool
5 Nov 2007
Windmiller
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.
3 Aug 2007
ace
Inserting CLOB data into an Oracle table using C#.
7 May 2007
Paul Groetzner
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.
12 Mar 2007
rovshan_b
This is a simple C# code generator for stored procedures in an Oracle database. It also can create text for the new stored procedures.
16 May 2006
Koushik Biswas
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!
8 Nov 2005
fstrahberger
How to do full text search with Oracle Text
19 Dec 2002
jperez
A class to connect Oracle using OCI8 libs, that simplifies the connection and the access to data using SQL strings.
27 Sep 2002
lihaijian
This article will provide a cross platform C++ wrapper for Oracle's OCI interface.
3 Jul 2002
Bobi B.
1 alternative  
6 classes that provide a lightweight C++ wrapper over Oracle's OCI library
Sort by Updated

Other databases 

28 Mar 2014
adriancs
Simplify the usage between C# and SQLite
26 Mar 2014
David Fahlander
Discover the hidden features of indexedDB!
4 Apr 2012
Vinay Swa
Postgres database backup/restore functionality implementation.
13 Jan 2012
ErnestoNet
Viewer of MsAccess databases directly from MFC and .NET - Repair corrupt databases
15 May 2011
kribo
How to insert images / binary data into a database.
17 Mar 2011
Petr Bříza
Read contents of a Paradox database in pure .NET code without using BDE or other libraries; index support included.
11 Feb 2010
Alaric Dailey
Using TABLE INHERITS in Oracle and PostgreSQL to provide consistency
4 Feb 2010
Alaric Dailey
Generating uuids in postgres without uuid ossp
22 Nov 2009
Dmitry Vitkovsky
SQLite lacks case-insensitive sort of UTF8 data. In this article, you will see how to get rid of this limitation in .NET.
23 Oct 2009
Ivan_Komarov, Apriorit Inc
We will describe how to create your own native Firebird extension and show some approaches how to use it in managed code applications
21 Oct 2009
Juan Fajardo
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.
27 Sep 2009
Muammar©
How to read, filter and write your CSV files
23 Sep 2009
Apriorit Inc, Eugene Wineblat
This article is devoted to the Embedded Firebird database usage and also development of C++ wrapper of this database.
10 Jun 2009
Pascal Ganaye
DbfDotNet is a very fast and compact fully managed standalone database/entity framework, for the .Net Framework.
3 Mar 2009
kamran anwar (Software Engineer)
Passing a VARRAY custom type from .NET and using it in a Where clause in an Oracle Stored Procedure.
3 Mar 2009
MrTimmins
A general overview and introduction to the basics of writing PL/pgSQL functions in PostgreSQL.
1 Feb 2009
liron.levi
My small, home-brewed database upgrade framework for upgrading SQLite databases...
26 Jan 2009
Donsw
Discussion of concurency and audit trails using the Postrgres database.
20 Jan 2009
Donsw
Discussion of audit trail implementation for the Postrgres database
22 Dec 2008
Donsw
An article on database create using PostgreSQL
2 Dec 2008
Brad Kremer
A CRecordSet like interface for a SQLite database table.
15 Nov 2008
Adrian Pasik
In this article, I would like to show you step by step how to use this fantastic database in your C# application.
25 May 2008
Lukas_J
How to connect to IBM DB2 from .NET on Windows
8 May 2008
edwin_vermeer
A demo web application for demonstrating the power of LINQ for db4o.
6 Jan 2008
mysorian
An HTML Native web Service on SQL Anywhere Database Server
23 Dec 2007
Daniel Cohen Gindi
I have created classes to wrap the SQLite3 library, to remove many headaches...
9 Jul 2007
Peter De Jonghe
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
5 Jul 2007
Peter De Jonghe
Providing a few classes and types that aid in the use of lob streams
24 May 2007
Liam Cavanagh
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#)
18 May 2007
Liam Cavanagh
The purpose of this article is to help get a user started in building a mobile database application using Visual Studio .NET (C#).
18 Apr 2007
Liam Cavanagh
The purpose of this article is to show how to add data replication to a mobile application through the use of .NET (C#).
20 Mar 2007
Handpeople
An article introducing Oracle's Berkeley XML Database and the command shell
21 Dec 2006
zam664
Illustrates how to upload and download BLOB data to Microsoft Access.
13 Sep 2006
Edacio
This is a MySQL based Profile Provider written in C# for .NET 2.0
3 Aug 2006
Ian Semmel
A program which generates Typed DataSets and TableAdapters for MySQL databases
16 Jun 2006
zhipeng0117
This is a simple sample showing how to get a database connection using ADO to connect a dbf table.
29 Mar 2006
Xela220
Data Application Block for Firebird SQL intended to speed the development of applications.
28 Feb 2006
Refky Wahib
Database library for rapid development.
9 Jun 2005
Benjamin Mayrargue
Adds support for MySQL databases in the Data Access Application Block.
9 Mar 2005
Dan Letecky
How to search data stored in a Firebird SQL database using a fulltext index.
28 Jan 2005
Dan Letecky
An example that shows how Firebird database excels in embedding.
13 May 2004
Rob Kayman
Manage the state of Oracle services to conserve resources -- just like Microsoft SQL Server Service Manager.
18 Jan 2004
Rajib Bahar
An article on HOW-TO grab MySQL schema in C#. This program utilizes ODBC API.
28 Jan 2003
Chris.fi
Small demo app using Sybase ODBC.NET and a DataAdapter to edit a DataGrid
10 Oct 2001
Mark Tutt
Presenting a high performance SQL engine ported to C# from Java
Sort by Updated

Database - SQL 

15 Sep 2014N
diponsust
Some queries to find generation of each row, all possible children’s, all possible parents, managing recursion
1 Sep 2014
Mayur V Lohite
SQL Injection is a very common attack in web applications. This article explains how SQL Injection occurs and how to prevent it.
31 Aug 2014
Faustino Dina
Publishes a Transact-SQL function for parsing a string containing a delimited list, similar to the ANSI C languaje strtok() function.
14 Mar 2014
Christian Graus
In this installment, I talk about working with dates and date functions in SQL Server
14 Mar 2014
nitinnigam21
This article will allow you to move your database from SQL Server to SQL Azure to enhance the performance of your application that has been deployed on the Azure Cloud.
18 Jan 2014
mpolaczyk
This article describes my solution of how to store SQL scripts and version database.
12 Dec 2013
trident99
The SQL Developer Kit, or SQD, is an interface wrapper around the SQLite 3 Database engine.
4 Nov 2013
Lyubomir Rumenov Velchev
A simple console application, which executes all SQL files added by developers working with decentralised development environment.
14 Sep 2013
Mubin M. Shaikh
In this article, I am going to show you the importance of data warehouse.
20 Jun 2013
Levente Kupás
If you have big reports which run slowly, you may use this T-SQL based engine to speed-up them.
21 May 2013
Alexandros Pappas
This project provides utilities for SQL server, such as executing a list of SQL scripts, and exporting data to an SQL script.
3 Apr 2013
Pierre Kellerman
Explaining different ways to join tables
17 Feb 2013
lkgamage
A small C# utility to clear a single contact chat history, since Skype by default only deletes full chat history.
29 Oct 2012
charan anasam
I will outline a few concepts I believe they shouldn't be forgot each time we combine data from two tables or more.
13 Sep 2012
Mika Wendelius
This is an alternative for "SQL Server: Query to find upcoming birthdays for the current week"
23 Jul 2012
Scott G Blood
A Cancellable threaded query for SQL Server using .net 3.5
14 Feb 2012
DaveDbViewSharp
Describes two techniques to use when generating dynamic SQL in stored procedures and provides an example that demonstrates what happens when they are combined
6 Feb 2012
Ashkan.hosseini
A static method that returns a SqlCommand object with all the parameters for a specific stored procedure
28 Jun 2011
zenwalker1985
SQL Table to Managed Type Creator
12 May 2011
Elizalde G. Baguinon
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.
6 May 2011
Justin Porteous
Using FTP via CLR in SQL
24 Jan 2011
Tim Corey
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.
14 Jan 2011
KarthikAnbarasan
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.
11 Jan 2011
Tim Corey
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.
23 Nov 2010
Adam Nachman
Provides a framework for predictably compiling, extracting, and deploying a database project.
30 Sep 2010
db_developer
This article describes how modern industrial RDBMSs solve hierarchy building task, by the way SyBASE ASE and Microsoft SQL Server SQL are compared
24 Sep 2010
David Veeneman
This article discusses how to create a private installation for SQL Compact
20 Aug 2010
Vivek Johari
This article is written to describe all the different types of Sql Joins
14 Jun 2010
Omar Gameel Salem
Generate dynamic SQL Stored Procedures for advanced search quickly and easily
4 May 2010
Alejandro Xalabarder
A natural way of joining tables using SQL
26 Apr 2010
Dr. Song Li, binyam d
This article introduces some interesting T-SQL scripts regarding two transactions related to the identity fields and table variables
7 Mar 2010
Andy_L_J
A simple case study to compare the efficiency of using a Sub-Query vs a Case statement to perform data aggregation.
19 Feb 2010
mbielski
A custom class that creates SQL queries without long and potentially confusing string concatenation
15 Jan 2010
Leo Bi
Avoid using cursor now, just try Table Variables!
14 Jan 2010
Alaric Dailey
Using information from the .NET DataProvider to improve dynamic SQL and allow the use of multiple databases.
12 Jan 2010
Niladri_Biswas
An HTML parser for parsing only the HTML body content
12 Jan 2010
Ravi Kallamadi
Sort alphanumeric data in SQL.
20 Nov 2009
Vilhelms
Retrieving appointments without having to store all future occurrences
13 Sep 2009
Donsw
Audit of SQL inserts, udpates, and deletes
7 Jul 2009
Alexei Fimine
SQL code to traverse self-referencing tables with parent-child relationships. Recursive SQL written without special proprietary commands.
8 Jun 2009
Robin_Roy
Left padding or right padding strings in TSQL using a UDF.
5 Apr 2009
Tarek Najem
How to delete duplicate entries from a data store, while leaving a single copy.
18 Mar 2009
Ritesh Poojara
SQL function to convert GMT datetime to Local datetime
12 Feb 2009
Kemal Erdogan
An implementation of role-based authorization control (RBAC) model with row-level access control capabilities at the database server level
3 Feb 2009
C.L. Moffatt
This article describes SQL Joins in a visual manner, and also the most efficient way to write the visualized Joins.
15 Jan 2009
Brian C Hart
Builds on the Microsoft N-Tier Data Application walkthrough to add filtering and updating features.
4 Dec 2008
Andrei Bozantan
A simple SQL queries preprocessor in PHP.
3 Oct 2008
funklet
Make backups of SQL databases and upload them to FTP server
22 Sep 2008
Steve Marsh
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.
1 Jun 2008
WPKF
Generate Date Table in SQL Server
21 Apr 2008
wizofaus
An interactive SQL console application written to improve upon the "osql" console application that comes with SQL server
29 Feb 2008
EJocys
How to create and compile SQL XML Documentation comments
14 Jan 2008
Kemal Erdogan
Addressing the general problem of representing directed acyclic graphs (DAGs) in SQL databases
10 Jan 2008
Shivprasad koirala
An article listing SQL Server Interview Questions
12 Dec 2007
codelion
Simple bit of Transact SQL to help locate text in a database using cursors
8 Dec 2007
Hamidreza-Ghasemkhah
Automatically generates the required class and stored procedure to work with SQL databases
10 Sep 2007
idreeskhan
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.
30 Jul 2007
Rashutosh Paul
How to fetch data from Microsoft Excel using SQL
7 Jun 2007
Adam Hurwitz
Using a modified Adjacency List model in SQL, can you retrieve a depth-wise ordered subtree?
22 May 2007
Yildirim Kocdag
Long SQL query printing.
22 Apr 2007
topcatalpha
An article on how to convert a Hexadecimal to int using Microsoft SQL
3 Feb 2007
alaac#
This add-in lets you navigate to the specified SQL stored procedure if you refer to it in your code,
12 Oct 2006
Cheml0ck
How to zero pad a string in Microsoft SQL
17 Apr 2005
j.Auer
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.
12 Aug 2004
Muneeb Ahmed Awan
An article explaining the retrieval of mutually exclusive records using Crystal Reports with VC++, and unleashing the problems with solutions.
17 May 2003
James Simpson
This article describes how to use nested sets to improve performance of hierarchies within SQL Server and other relational databases
14 Oct 2002
Mehdi Mousavi
Discusses the SQL's SELECT statement in details.
19 May 2002
Adrian Bacaianu
This article shows how to use directly in your Microsoft SQL, an extended stored procedure that makes conversions between Unicode and code page data.
17 May 2002
Adrian Bacaianu
How to perform different computations for each row of a certain table, with each computation involving several columns.
31 Mar 2002
Dan Pomerchik
Learn SQL basics quickly, as fast as in ten minutes!
18 Feb 2002
Andreas S. Franci Gonçalves
Creating SQL WHERE clauses can be a pain. This class grants relief.
7 Aug 2001
Santosh Rao
How to validate SQL Queries Prior to executing them
26 Oct 2000
John Bevilaqua
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
Sort by Updated

Database - SQL Server 

18 Sep 2014U
syed shanu
In This Article lets see in detail of Basic SQL Query
10 Sep 2014N
Vijendra(VJ)
This article explains the internals of column store index and the pros and cons of it.
12 Aug 2014
Thilina Chandima
An introduction on how to store and retrieve images from SQL Server 2008 by using Stored Procedures and C#.
25 Jul 2014
Shivprasad koirala, Marla Sukesh
This is the part 3 of the series Learn MSBI step by step
23 Jul 2014
Ajit Kumar Thakur ITC Infotech
This article describes concepts and terminologies used in Datawarehouse. This will help beginners to understand datawarehouse concepts. This will also help developers who wish to design and develop SSAS cube, design data model of datawarehouse system.
21 Jul 2014
Mubin M. Shaikh
Learn creation of OLAP Cube in SSAS (SQL Server Analysis Services) using Microsoft BIDS (Business Intelligence Development Studio) Environment and Data Warehouse
20 Jul 2014
Mubin M. Shaikh
This Article will give you a good start for Creating SSRS Report First time with SQL Server Analysis Services OLAP Cube
6 Jul 2014
Shemeer NS
SQL Server's FORMAT function - definition, syntax and different formatting options with samples.
25 Jun 2014
Marla Sukesh
Learn Business Intelligence step by step - SSIS Day 2
28 Apr 2014
x3F
An incremental database upgrade utility for SQL Server.
24 Mar 2014
Christian Graus
Covering how to use the new Distribution functions in SQL Server 2012
24 Mar 2014
Chandra Sekhar - Raparthi
CT is a new feature in SQL Server 2008 which allows us to track information about changes that we have made to tables in which CT is enabled.
25 Feb 2014
Shivprasad koirala
This article will discuss about 11 important database designing rules.
27 Jan 2014
Kareem.S
This article describes SQL Server Replication
24 Jan 2014
Sander Rossel
The second of two; everything you need to create the most amazing queries!
23 Jan 2014
Christian Graus
A discussion of ways to create random number sequences in SQL Server
23 Jan 2014
Bart-Jan Verhoeff
An easy way to access your SQL compact edition database in C#
21 Jan 2014
Christian Graus
A description of the best way to create tally tables, and how to use them
16 Jan 2014
Christian Graus
Discussion on pivot and other ways to turn columns of data in to rows in SQL Server
13 Jan 2014
Christian Graus
A discussion of windowing functions, from sum to row_number(), to the new functions in SS2012
12 Jan 2014
Christian Graus
In this third installment, we look at how Common Table Expressions can simplify your SQL and help you perform complex tasks
12 Jan 2014
Christian Graus
In which we talk of ways to pass an arbitrary list of values to SQL Server
6 Jan 2014
Assil
A tool that facilitates the truncation of SQL log file
3 Jan 2014
Sander Rossel
The first of two, everything you need to create the most amazing queries!
2 Jan 2014
mihirj
This article explains database schema design for storing tree structure and an algorithm to compute its cost.
30 Dec 2013
Kareem.S
This is an enterprise solution for sending mails from the SQL Server database engine to SMTP servers.
5 Dec 2013
Henry He
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.
4 Dec 2013
Sergey Syrovatchenko
This article includes examples of T-SQL capabilities that allow to perform string concatenation flexibly and effectively through the use of different constructs.
27 Nov 2013
S. M. Ahasan Habib
In this article I explain how can we identify duplicate rows from database table and clean them up. I also cover duplicate XML nodes inside XML type fields having the same problem and a solution.
22 Nov 2013
h_wiedey
Asynchronous processing of triggers using cursors
24 Oct 2013
Mehdy Moini
Iteration without curser is one of database programmig arts, in this article i have tried to calculate exponential function with taylor series
18 Oct 2013
Brian C Hart
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!
18 Oct 2013
Brian C Hart
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.
4 Oct 2013
Mubin M. Shaikh
Auto Monitoring On Schema Change within Database in SQL Server and Email Alert
29 Sep 2013
Gyanendra Jaiswal
Dimension loading using SQL task gives better performance than SCD transformation.
28 Aug 2013
Software Developer's Journal
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.
18 Aug 2013
Maxim Rudoi
A simple way to create an XML file from SQL Server tables using SSIS
9 Aug 2013
Azim Zahir
This article explains working with SQL Server 2012 Express LocalDB.
6 Aug 2013
Michiel du Toit
Explaining and demonstrating the use of the APPLY keyword for SQL Server
29 Jul 2013
h_wiedey
The article treats the differences between triggers in Oracle and MS SQL and demonstrates the mutating table problem.
28 Jul 2013
Dino Konstantopoulos
Running MapReduce in a SQL Server database.
22 Jul 2013
Sivaraman Dhamodharan
Joins are useful for bringing data together from different tables based on their database relations. First we will see how the join operates between tables. Then we will explore the Order of Execution when Join and where condition both exists. Finally we will move our exploration to the Importance o
14 Jul 2013
ThatsAlok
Step by Step creation of SSIS package using C#
28 Jun 2013
Shemeer NS
SQL Server's Logical Functions (IIF() and CHOOSE()), New functions in SQL Server, Examples for IIF and CHOOSE, Comparison
27 Jun 2013
Greg Osborne
Validate existence of Sql Server
26 Jun 2013
ThatsAlok
Step by Step creation of SSIS package using C# with Conditional Split
23 Jun 2013
Syed Asif Iqbal
A Practical approach for implementing Interactive query based systems using MSOLAP
16 Jun 2013
Darek Danielewski
The subject of thread safety is often overlooked by even experienced developers. When designing an application or service to be utilized by multiple internal and external threads, one must account for potential issues arrising from concurrent access to shared data.
15 Jun 2013
Bhushan W. Juare
How to build you first analysis service cube
10 Jun 2013
Aleksei Tuiman
Data extraction from XML fields with different namespaces
20 May 2013
Shemeer NS
CAST(), CONVERT(), PARSE(), TRY_PARSE(), TRY_CONVERT(), FORMAT(), SQL Server Functions, SQL Server Functions that helps to convert date and time values to and from string literals and other date and time formats.
15 May 2013
h_wiedey
Implementation of relative database constraints and permissioning using triggers and shadow tables.
13 May 2013
Shemeer NS
SQL Server 2000, 2005, 2008, 2008 R2, 2012 Character String Data Types and Functions with Sample SQL Statements. Quick reference, Data Type Tables, Function Tables
2 May 2013
Shemeer NS
SQL Server 2000, 2005, 2008, 2008 R2, 2012 Date and Time Data Types and Functions with Sample SQL Statements. Data Type Tables, Function Tables
29 Apr 2013
Dan Kearney
One of the things that drew me to SQL Server 2012 was the FileTable feature. It seemed to be a great fit for my need, and to relatively easy to implement. Here’s my scenario, the solution I chose, the “gotchas” I ran into, and how I dealt with them.
24 Apr 2013
Nguyen Thanh Phuong
Create a SQL Server database using C#.
11 Apr 2013
Ivan Paniagua
This document evaluates the latest functionality provided by Microsoft SQL Server 2012 With Power View for Multidimensional Models and not just Tabular Models.
8 Apr 2013
Shining Dragon
How to effectivley version your SQL Server databases using SQL Server Data Tools
22 Mar 2013
Shubham Choudhary
OQMS 1.0 allows you to connect your server online and manage the table like Select, Insert, Update and Delete statements.
14 Mar 2013
Shivprasad koirala
In this article we will talk about the next 5 interesting SQL Server 2012 features.
14 Mar 2013
Shivprasad koirala
In this article I will discuss 5 features of SQL Server 2012 and the rest will be followed in other parts..
13 Mar 2013
jchoponis
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.
11 Mar 2013
Hafiz Muhammad Suleman
This article clears the differences between the On cluase and Where clause when used with left join.
19 Feb 2013
Khorshed Alam, Dhaka
Standardization database object name with SQL Server Policy Based Management.
22 Jan 2013
Levente Kupás
Managing SQL backups can be more simple by using this FileRelay CLR
8 Jan 2013
mparvez
How to execute SQL from a file for various purposes.
4 Jan 2013
mparvez
How to archive all backup (Full, Diff, Log) in a single archive file using 7zip.
2 Jan 2013
Tomz_KV
A custom solution to transform data from rows to columns using dynamic SQL.
21 Dec 2012
mparvez
If you wanted to check the status of all your database backup then this script will do the task.
20 Dec 2012
mparvez
Dynamically restore full and all transaction log backup.
6 Dec 2012
csharpbd
Data transfer tools to transfer data and database scripts between two SQL Server databases.
13 Nov 2012
Michael Abramovitch
A flexible way to generate unique numbers for things like invoice numbers.
9 Nov 2012
Ashrafur Rahaman
From this article, developers will get some useful guidelines on bulk data insertion in SQL Server.
9 Nov 2012
Bart-Jan Verhoeff
Access data in any SQL server compact edition datatable using only one line of code in C#
3 Nov 2012
Mika Wendelius
This article describes how to enable SQL Server internal row versioning to achieve greater concurrency in OLTP systems.
2 Oct 2012
Shivprasad koirala
Many developers think stored procedures are precompiled so they are faster. I have a different story to tell.
1 Oct 2012
DaveDbViewSharp
Develops an analogy between database table and file directory information and argues that it could be very useful if it were possible to have a similar application to Windows Explorer for database tables. Demonstrates how to obtain the information from Sql Server system tables and dynamic management
14 Sep 2012
Harry von Borstel
How to use SqlDependency to refresh Entity Framework Object Sets automatically on DB changes
7 Sep 2012
Shivprasad koirala
This article will discuss about SQL Server governer.
28 Aug 2012
akhil khare
Find multiple strings (delimenated by space) in all selected columns.
27 Aug 2012
Satnam B Singh
Setting up Transactional Replications in SQL Server 2005.
20 Aug 2012
Santhosh Kumar Jayaraman
How to use the new conversion and datetime functions in SQL Server 2012.
16 Aug 2012
Andy Taw
Setting up a lightweight audit function for a SQL Server db.
14 Aug 2012
Duong Ba Hong Minh
A good way to setup and install a multi-tree level structure by using a MS SQL Server database.
10 Aug 2012
Patil Kishor
How to save and retrieve an image from a SQL Server database in VB.NET.
9 Aug 2012
Mika Wendelius
Article describes basic information about transaction log behavior and truncation of the log.
7 Aug 2012
ManojKumar19
This tip demonstrates how table data can be shared in two stored procedures.
6 Aug 2012
Abhijit Jana, Abhishek Sur
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.
3 Aug 2012
ke4vtw
This is an alternative for "Traverse a MSSQL table without using CURSOR"
29 Jul 2012
Anup Ghosh for C# & SQL SERVER
The steps to migrate on-premise database data to SQL Azure.
19 Jul 2012
CrinaT
How to generate XML from SQL Server 2008 DB and update DB from XML.
15 Jun 2012
fraser125
A detailed look at SQL CLR procedures and how to create one that does serious work.
10 Jun 2012
Manar Ezzadeen
PowerShell script that generates an HTML report displaying different information about the SQL Server databases, their CLR assemblies and owners.
23 May 2012
Manar Ezzadeen
Create CLR Stored Procedure with Visual Studio Express edition
23 May 2012
Cristhian Selah
Perform a conversion in a select, view, and Stored Procedure.
20 May 2012
Mika Wendelius
This article describes a mechanism how trigger actions bypassed based on database user information
19 May 2012
ilorgat
This is an alternative for "Generating INSERT statements in SQL Server"
11 May 2012
infectuz.ar
Determining sunrise and sunset values for a certain latitude and longitude with SQL Server 2005
30 Apr 2012
DLM@bypsoft
How SQL Server deletes records
14 Apr 2012
Niladri_Biswas
In this article we will explore on the new features that Denali has offer us from a T-Sql perspective
2 Apr 2012
Keshav Singh
This video discusses a typical scenario where mirroring and replication happens hand in hand on the same database. It is important for those who implement mirroring as high availability solution for their database and also replicate/publish some articles (tables). There are certain settings which al
2 Apr 2012
Keshav Singh
This video describes how to generate table scripts with/without data in SQL Server 2008.
2 Apr 2012
Keshav Singh
This is a technical article for new bees on how to upload/update/download files (picture/mp3/excel/doc) into sql server database.
2 Apr 2012
Keshav Singh
In this video you will learn to make adhoc reports on the fly with the help of MS excel. You will be able to connect to SQL Server Databases or SQL Server Analysis Server Cubes and generate reports for specific business
1 Apr 2012
Not Active
A C# Windows application to store and retrieve photos from a SQL Server database.
1 Apr 2012
Torsten Tiedt
Database development with Server Data Tools
6 Mar 2012
Gautam Sharma
SQL-Server change tracking on a table without triggers.
23 Feb 2012
Santosh P Umarani
Columnstore Index
21 Feb 2012
Daniel Miller
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.
22 Jan 2012
Kanasz Robert
In this fourth part of the tutorial, I will show you how transfer objects and catch trace messages using SMO.
11 Jan 2012
Venkat Chaitanya Kanumukula
T-SQL Code for Converting Stored Procedure results to Tables Dynamically
11 Jan 2012
Venkat Chaitanya Kanumukula
Export SQL Server tables to HTML/Excel/Word Document files dynamically.
10 Jan 2012
Huisheng Chen
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
6 Jan 2012
Keshav Singh
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.
27 Dec 2011
koolprasad2003
his article explains you how to deal with Case Sensitive search with SQL
27 Dec 2011
Mika Wendelius
This article describes a few techniques for how multiple SQL statements can be executed with one SqlCommand.
21 Dec 2011
Matt Perdeck
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.
20 Dec 2011
Matt Perdeck
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.
19 Dec 2011
Matt Perdeck
In part 2, we saw how to identify suboptimal reuse of execution plans. In this part 6, we'll look at improving this.
19 Dec 2011
David Catriel
Creating a .NET trigger for SQL Server that will log (down to the field level) all changes made to tables.
18 Dec 2011
Matt Perdeck
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.
17 Dec 2011
Matt Perdeck
Proven techniques to speed up expensive SQL queries.
16 Dec 2011
Matt Perdeck
In part 1, you saw how to identify missing indexes. In part 3, you'll see how to add those indexes.
15 Dec 2011
Matt Perdeck
In part 2, we'll pinpoint a number of other bottlenecks, including locking issues, lack of execution plan reuse, fragmentation, and hardware issues.
15 Dec 2011
Mika Wendelius
Some simple scenarios to calculate running totals in SQL Server.
14 Dec 2011
Matt Perdeck
Part 1 of an 8 part series on improving database performance.
2 Dec 2011
Huisheng Chen
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
25 Nov 2011
Sagar Sengupta
Implement audit trail technique using XML column in SQL Server 2005
10 Nov 2011
Phani Krishna Kollapur Gandla
How to solve performance issues in data migration to SQL Server.
8 Nov 2011
Kanasz Robert
This article is about library for scripting SQL Server database objects and examples representing how this library can be used.
1 Nov 2011
Keshav Singh
CTE In SQL Server
11 Oct 2011
KP Lee
Specific example for improving some SQL performance problems
11 Oct 2011
Keshav Singh
Views In SQL Server
7 Oct 2011
Sunitha Sudheesh
Coding in SQL with Common Table Expressions (CTE)
20 Sep 2011
Mika Wendelius
This article describes how to mimic the null-safe equal to operator using an UDF in SQL Server.
3 Sep 2011
Niladri_Biswas
In this article we will explore the Data Quality Services(DQS)- A new feature in SSIS Denali CTP3
1 Sep 2011
Niladri_Biswas
In this article we will explore on the Column Store Index- A new feature in SSIS Denali CTP3
1 Sep 2011
Niladri_Biswas
In this article we will explore on the new features that Denali CTP 3 has offer us from a T-Sql perspective
1 Sep 2011
Niladri_Biswas
In this article we will explore on the new features that Denali CTP3 has offer us from SSIS perspective
23 Aug 2011
Kanasz Robert
In this second part of series of articles about database performance optimization I will discuss about index maintenance.
20 Aug 2011
Kanasz Robert
In this first part of series of articles about database performance optimization I will discuss about indexing strategies and index maintenance.
6 Aug 2011
Mika Wendelius
This article shows few examples for using Table-Valued Functions.
3 Aug 2011
Niladri_Biswas
In this article we will look into how we can make a custom SSIS transformation component.The custom component is a simple
15 Jul 2011
Keshav Singh
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.
14 Jul 2011
pinaldave
5 Database Worst Practices which can be fatal to any business
6 Jul 2011
liron.levi
Utility for comparing two SQLite database files for both structure and data
30 Jun 2011
Deepti Saxena
The purpose of this tutorial is to provide detailed steps on how to create a SSIS Package.
14 Jun 2011
Keshav Singh
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.
11 Jun 2011
Omar Al Zabir
Building High Performance Queue in Database for storing Orders, Notifications, Tasks
9 Jun 2011
Md. Marufuzzaman
How to create your first SQL Server Integration Services (SSIS) package - part 1
9 Jun 2011
Keshav Singh
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.
9 Jun 2011
Keshav Singh
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.
3 Jun 2011
Kanasz Robert
In this article, I will show you how to create a basic DB schema comparison tool for SQL Server 2005 and SQL Server 2008.
1 Jun 2011
Devesh K
Moving from Relational Data to Spatial Data in SQL Server 2008
26 May 2011
Keshav Singh
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.
26 May 2011
Keshav Singh
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.
19 May 2011
Niladri_Biswas
In this article we will look into the basics of Contained Database that has been shipped with Sql 11 (Code Name: Denali) CTP 1
19 May 2011
andrewwasfy
An introduction to SQL Server Indexed Views.
13 May 2011
Keshav Singh
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.
9 May 2011
Niladri_Biswas
In this article we will explore on the new features that Denali has offer us from SSIS perspective
9 May 2011
Niladri_Biswas
In this article we will explore on the new features that Denali has offer us from a SSMS perspective
3 May 2011
Green Mile
This article decribes SQL Server 2008 R2 setup, configurations & remote accessing using Java
2 May 2011
Keshav Singh
This article focuses on how MS SQL Server uses indexes to read and write data.
20 Apr 2011
pinaldave
A Quick Guide to Find Potential Peformance Issue
30 Mar 2011
Frank Kerrigan
SQL Server domain modeling with Oslo CTP and the "M" language.
26 Mar 2011
Mika Wendelius
SQL Server not having the aggregates you need? Why not build your own.
16 Mar 2011
dingoishere
This article introduces you to 3 kinds of comparison and synchronization for SQL Server Database.
11 Mar 2011
Keshav Singh
How the Copy Database Wizard can be helpful to users working on upgrades and migration projects.
9 Mar 2011
santosh poojari
This article will provide the first step towards migrating error free dtsx package to higher version of sql server ssis
8 Mar 2011
Keshav Singh
An important new feature of MS SQL Server 2008 that provides a true auditing solution - SQL Server Audit.
8 Mar 2011
Keshav Singh
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.
5 Mar 2011
Amir Mahfoozi
This article describes implementing and manipulating a tree structure by means of SQL
28 Feb 2011
Keshav Singh
Monitoring Free Space on Microsoft SQL Server
27 Feb 2011
Kanasz Robert
In this article, I will show you how to use the scripting functions of SMOs.
25 Feb 2011
Keshav Singh
A very exciting feature in Microsoft SQL Server
25 Feb 2011
Mika Wendelius
This article describes the pseudo column to identify the unique physical location of a single row.
21 Feb 2011
Christopher R Davis
Use model driven development to keep your API and database in sync.
11 Feb 2011
Mika Wendelius
When considering to use NOLOCK hint, there are a few things that should be kept in mind.
10 Feb 2011
KarthikAnbarasan
Part 1 of a series of articles on SQL Server Integration Services - teaches the basics of SSIS and shows how to create packages
9 Dec 2010
AnupKumarYadav
Can be used in Multilevel Marketing with binary tree (can be modified accordingly to be used for n Tree)
23 Nov 2010
Kanasz Robert
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
15 Nov 2010
Ferhat_Karatas
Restoring SQL Server Express 2008 Database with Click Once
13 Nov 2010
Kanasz Robert
In this first part of the tutorial, I will show you how to create data storage objects (databases, tables, Views ...) using SMO.
1 Nov 2010
Kanasz Robert
In this article, I will show you how to backup and restore databases using Server Management Objects
14 Oct 2010
Ganesan Krishnan
Data Synchronization in SQL Express
12 Oct 2010
pinaldave
Limitations of the View Many and Many
27 Sep 2010
venugopalm
Integrating database development into Visual Studio to collaborate application development team and the database designers
22 Sep 2010
Kannan K R
In this article, we see a stored procedure to create pivot tables with multiple summary functions from an existing table.
22 Sep 2010
Hossein Ghahvei Araghi
This article is about DSL and SQL Server Modeling
24 Aug 2010
pinaldave
A Finale of Series discussing Computed Columns, Storage and Performance
22 Aug 2010
Samrat Banerjee
Difference between SQL @@IDENTITY, SCOPE_IDENTITY, IDENT_CURRENT functions
16 Jun 2010
Akbar Ali Bhatti
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.
11 Jun 2010
theit8514
This class will allow you to asynchronously backup a database while also getting progress, message, and error notifications.
3 Jun 2010
Richard Espinoza
Explains basic SQL Server concepts and some best practices to build Transact SQL Stored Procedures.
25 May 2010
Muhammad alaa
use date and time as separated components in SQL Server 2000 and above
25 May 2010
gjvdkamp
A step by step explanation of how a recursive CTE actually works.
22 Apr 2010
Christopher Ayroso
Windows application that compares stored procedures between two SQL Server database
16 Apr 2010
Christopher Liu
When you copy a row with a primary key, bring other tables that reference it along for the ride!
5 Apr 2010
Indrajeet Sutar
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.
29 Mar 2010
Surath Rath - 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...
18 Mar 2010
Mohammad Elsheimy
Learn the details of how to work with SQL Server logins.
9 Mar 2010
pinaldave
SQL SERVER – Order of Columns in Update Statement does not matter
7 Mar 2010
Surath Rath - 2010
This article introduces the fundamental concepts behind SQL Server 2008 Application Role and illustrates its use in securing data and database objects.
4 Mar 2010
Kanhar Munshi
Invoking an External ADO.NET DLL to connect and execute queries on a SQL Server database from within the Meta Trader Platform
15 Feb 2010
Tim Schwallie
A few ways to work with In-Clause and Stored Procedures with SQL Server and C#.
30 Jan 2010
Mohan H Prajapati
It shows how to write custom paging procedure
29 Jan 2010
Alaric Dailey
Working around issues when using SQL Server indexed views.
26 Jan 2010
BackyardHackMechanic
Describes how to get more control over the XML output when using the FOR XML AUTO statement. For instance, when adding XML tags.
14 Jan 2010
alex turner
They might seem like just another not entirely required feature, but actually table variables are a very handy extension to SQL Server
11 Jan 2010
Divan van der Watt
Column search functionality that works as easy as sp_help.
9 Jan 2010
Niladri_Biswas
How to generate an Armstrong number between 0 and 999.
4 Jan 2010
Alexandru Cibotari
Set based and procedural approaches in examples tested on SQL Server 2008
22 Dec 2009
Suresh Suthar
How to execute DTS packages through VB.NET and use global variables.
22 Dec 2009
App Software
SQL Server Express Automated Backup Console Application
4 Dec 2009
Appusamy.subbian
Understanding the database Indexes with real life scenario
17 Nov 2009
Ramy Mahrous
Microsoft SQL Server 2008 R2 November CTP - Database Engine feature #1
8 Nov 2009
Al-Farooque Shubho
As part of a series of articles on several data access optimization steps, this article focuses on diagnosing performance problems in SQL Server.
8 Nov 2009
Al-Farooque Shubho
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.
26 Oct 2009
hussain.attiya
DEVELOPING SSIS to import oracle records to sql server
23 Oct 2009
Md. Marufuzzaman
Cannot alter Microsoft SQL Server 2008 Table Object in design mode
20 Oct 2009
trantrum
An article about unravelling a large database
17 Oct 2009
Nitinpatel
T-SQL script to generate the document of SQL 2000/2005 database
16 Oct 2009
Yovav
Import, export and move your SQL diagram around using sysdiagrams
13 Oct 2009
pinaldave
Query Optimization – Remove Bookmark Lookup – Remove RID Lookup – Remove Key Lookup
11 Oct 2009
db_developer
describes how to create SQL Wrapper for Regular Expressions using SQL Server CLR Integration
9 Oct 2009
Sujit Mandal
Backup System Databases in SQL Server
9 Oct 2009
Andy_L_J
Using Table-Value Parameters to perform Inserts in SQL Server 2008 from VB.NET.
25 Sep 2009
George Oakes
This library allows a user to use functions in SQL Server to encrypt and decrypt text.
22 Sep 2009
Abhijit Jana
Basic overview of temporary Tables in SQL Server 2005
22 Sep 2009
Nitin Chilka
An article on how to handle deadlock
17 Sep 2009
josekonoor
SQL Server Integration Services (SSIS) best practices.
15 Sep 2009
Igor Krupitsky
This article explains how to do Paired T-Test in SSAS 2005 (Microsoft SQL Analysis Services).
20 Aug 2009
Nizam Mohd
Am article on how to send multiple rows to SQL Server 2005 database for data modification.
19 Aug 2009
Md. Marufuzzaman
A list of Global variables in SQL Server and their uses in Transact-SQL
19 Aug 2009
Md. Marufuzzaman
This article will give you an idea about how to use CASE expression in T-SQL or as a formula of a particular column.
17 Aug 2009
P. Ganesh Kumar
Helps in assigning row numbers in the returned result of an SQL query
15 Aug 2009
Abhijit Jana
This article describes how to use RAISERROR in SQL Server 2005
9 Aug 2009
Robin_Roy
Simple example to show how Composable DML works in SQL Server 2008.
9 Aug 2009
Md. Marufuzzaman
This article will demonstrate how to get a file name or a file extension as well using Transact-SQL.
9 Aug 2009
Md. Marufuzzaman
This article will demonstrate how to split a string using Transact-SQL.
2 Aug 2009
Abhishek Sur
Gives an introduction to CLR programming in SQL Server databases. This is the first part of a two-part article series.
2 Aug 2009
Abhishek Sur
Gives an introduction of how to create SQL CLR managed objects in SQL server.
1 Aug 2009
Abhijit Jana
Overview of Error and Exception Handling in SQL Server 2005 using @@Error and Try-Catch
30 Jul 2009
Robin_Roy
Using Variables in SSIS Package to dynamically set flat file names
30 Jul 2009
Gio Bejarasco
Porting of System.TimeSpan as a SQL Server UDT.
29 Jul 2009
Md. Marufuzzaman
This article will demonstrate the best practice to protect SQL server code object.
28 Jul 2009
Abhijit Jana
Overview of Views, system Views, creation of Views, and binding and securing Views.
26 Jul 2009
Md. Marufuzzaman
An easy way to get a list of extended storedProcedure allowed to you for common use
25 Jul 2009
Md. Marufuzzaman
This article will demonstrate the procedure to shrink the database transaction log.
20 Jul 2009
Md. Marufuzzaman
How many records are there in your database?
17 Jul 2009
Erode Senthilkumar
How to handle the errors effectively in SQL Server?
1 Jul 2009
S.Vinothkumar
Inserting Bulk Data in SQL Server from Text file
24 Jun 2009
Kuldip Rindani
Monitoring group of Linked SQL Servers from a SQL Server
22 Jun 2009
Kuldip Rindani
This script calculates size of every user database with summary
19 Jun 2009
S.Vinothkumar
Sum of previous row values in SqlServer
11 Jun 2009
ColinBashBash
Templates to fix changes in sort-order as they occur.
10 Jun 2009
Robin_Roy
New feature - SQL Server 2008 Grouping Sets.
10 Jun 2009
Robin_Roy
MS SQL Server 2008 new feature, the HierarchyID data type.
10 Jun 2009
Robin_Roy
Microsoft SQL Server 2008 new feature, Merge Statement
10 Jun 2009
Robin_Roy
MS SQL Server 2008 new feature, Table Value Parameter.
9 Jun 2009
alioglu
SqlServer Backup/Restore Utility helps to backup and restore database
8 Jun 2009
noahhath
Building a hybrid Active Directory and SQL table DataSource view.
8 Jun 2009
Al-Farooque Shubho
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.
1 Jun 2009
Al-Farooque Shubho
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.
22 May 2009
Md. Marufuzzaman
An easy technique to store any file into SQL database
13 May 2009
Paolo Costa
This article provides a T-SQL table valued function that retrieves all the descendant rows of a given row in a hierarchical table.
29 Apr 2009
Kamran Hazari
How to create Linked servers in a minute in an easy way
28 Apr 2009
Al-Farooque Shubho
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.
13 Apr 2009
shteff
How to do a sort on alphanumeric strings in SQL Server.
7 Apr 2009
pinaldave
Reseed Identity of Table - Table Missing Identity Values - Gap in Identity Column
1 Apr 2009
Ahmet Göktaş
T-SQL string maker for backup with a MEDIAPASSWORD database.
23 Mar 2009
Al-Farooque Shubho
Exploring Set based and Procedural approaches to write better SQL in SQL Server.
19 Mar 2009
smileyfrnd
Implementing Triggers in SQL Server 2000.
9 Mar 2009
Muhammad Shujaat Siddiqi
This article discusses some unknown feature of SQL LIKE operator e.g. using set, range, exclusion and escape sequences
8 Mar 2009
Adrian Pasik
This article is about transferring backups without raising the privileges of SQL Server, or using custom copying tools.
28 Feb 2009
Igor Krupitsky
This article explains how to do Market Basket Analysis in SSAS 2005 (Microsoft SQL Analysis Services).
17 Feb 2009
jQuery By Example
How inner queries work in SQL Server
12 Feb 2009
Mohammad A Gharakhanlou
this application is answer for ;How to encrypt sql server procedures and functions at a time
30 Jan 2009
Three Nine Consulting
An explanation of Views in SQL server 2000/2005 and the advantages of them
16 Jan 2009
AgileWare
Performance comparison - Identity() x NewId() x NewSequentialId.
16 Jan 2009
Vivekananda Swamy.M
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.........
8 Jan 2009
Amir Mehrabi-Jorshari
With this tool, you can compare two databases and generate a difference report.
3 Jan 2009
Mika Wendelius
Desribes how to store and fetch binary data to a filestream column compared to a varbinary column.
31 Dec 2008
kvlcek
A C# implementation of CHAID for MSSQL 2005 à la Cognos scenario.
31 Dec 2008
BobP1339
How to use a script component as a data source for multi-result set Stored Procedures.
22 Dec 2008
Neeraj Kr
Provides an insight into creating automated process for Backups and Restorations
20 Dec 2008
T MacLachlan
SQL Mirroring made easy - setting up a mirror for a database
18 Dec 2008
Mycroft Holmes
A workaround for the limitation of only being able to pivot one column.
17 Dec 2008
s_arun_kumar
Format Excel Sheet from DTS when Excel is not installed on SQL Server
17 Dec 2008
Rupesh Tarwade
Setup a connection string by allowing the user to select the server and database
15 Dec 2008
Rajib Bahar
This article is a part of a series of articles that shows HOW-TO do various tasks in powershell.
15 Dec 2008
Enrique Albert
A log4Net example: how to consolidate SQL scripts using log4Net.
13 Dec 2008
Enrique Albert
Console and GUI utility application that executes SQL scripts against SQL Servers (7, 2000, and 2005) - version 2.0.1.2 is now available.
2 Dec 2008
Mika Wendelius
How to pass multiple records to a Stored Procedure in a single roundtrip.
30 Nov 2008
robertford
How to create simple SQL time zone functions to use in queries.
20 Nov 2008
Michael Erasmus
An add-in for SQL Server 2005 Management Studio that will run all the scripts in the selected project.
16 Nov 2008
Dennis Pais
This article demostrates how you can achieve a function recursion effect in SQL.
4 Nov 2008
Vimal Panara
Many time we face problem in SQL Query when performing operation with IN clause to check values seperated by ,(commas) in a parameter.
31 Oct 2008
saanj
Demonstrates how to debug a Stored Procedure in Visual Studio .NET 2005.
29 Oct 2008
Gio Bejarasco
A walkthrough in UDT programming with primary focus on database concepts.
26 Oct 2008
Enigmatic Texan
MD5 Digest XSP with error trapping and full Unicode support, in and out.
25 Oct 2008
Abhijit Jana
Overview of Log Shipping in SQL Server 2005
23 Oct 2008
TTGOH
Using TableAdapter to display Pivot result without code.
9 Oct 2008
mark merrens
Simple export of data from database a to database b using identical tables (SQL Server).
19 Sep 2008
pinaldave
A Big Downloadable List of SQL Server 2008 Questions and Answers
19 Sep 2008
Morteza Naeiamabadi
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
19 Sep 2008
Emil Lerch
Command line tool to check validity of objects in SQL Server databases
15 Sep 2008
Alan Kaplan
Set of SQL CLR Stored Procedures to execute T-SQL asynchronously without using a Service Broker.
13 Sep 2008
Muhammad Shujaat Siddiqi
Grouping Sets, a new feature in T-SQL in SQL Server 2008.
11 Sep 2008
George Tryfonas
An on-screen visualizer for the SQL Geometry type
10 Sep 2008
pinaldave
First article on topic - SQL SERVER - 2008 - Creating Full Text Catalog and Full Text Search
5 Sep 2008
Niklas Henricson
Migrate MySQL to Microsoft SQL Server in just a few simple steps
3 Sep 2008
pinaldave
SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Database
3 Sep 2008
Mohammad Al Hoss
This article shows how to import Excel files to SQL Server dynamically.
2 Sep 2008
MrTimmins
Introduction to using CLR .NET assemblies in Microsoft SQL Server.
30 Aug 2008
Ahmad Eid Salim
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.
28 Aug 2008
Muhammad Shujaat Siddiqi
shujaatsiddiqi.blogspot.com
27 Aug 2008
Lino Barreca
Use T-SQL and system views/stored procedures to give consistent names to every relation in a database
23 Aug 2008
Muhammad Shujaat Siddiqi
Defining SQL Server Alerts (shujaatsiddiqi.blogspot.com)
22 Aug 2008
Michael Ceranski
Powerful SQL Server stored procedures useful for day to day administration
19 Aug 2008
khatri.hitesh
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.
12 Aug 2008
JustChiragPatel
Brief Intro of how out t-SQL is parsed and submitted to SQL Engine to retrive data
11 Aug 2008
Muhammad Shujaat Siddiqi
Change Data Capture in SQL Server 2008 (shujaatsiddiqi.blogspot.com)
5 Aug 2008
Ziyad Mohammad
How To: Read and write BLOB data by using ADO.NET through ASP.NET 2.0.
31 Jul 2008
Haider Ali Khan
This software generates Insert, Update, Delete, and Select stored procedures (whichever you want) for selected tables.
29 Jul 2008
George Zabanah
Take a look at two new patterns to help with database concurrency: SIP and SUP.
26 Jul 2008
Ali Daneshmandi
Creating a CLR Persian date convertor function for SQL Server.
20 Jul 2008
s.s.cheral
This function gives dates for a day between two dates (e.g. All sundays from Jan-08 to Aug-08)
26 Jun 2008
HightechRider
Demonstrates SQL Management Objects, LINQ to XML, and more.
25 Jun 2008
Navin Pandit
This article discusses binding a gridview/repeater control from a dataset using a stored procedure
20 Jun 2008
JustChiragPatel
No need to create web service for SSIS package call
19 Jun 2008
Matt Whitfield
A side by side text comparison control with T-SQL syntax highlighting.
18 Jun 2008
Igor Krupitsky
A script that lets you run many XMLA files against a SSAS 2005 database.
12 Jun 2008
The JZ
An introduction to basic data mining with SQL Server 2005.
11 Jun 2008
Srinath G Nath
How to handle an array parameter in a Stored Procedure [SQL Server].
7 Jun 2008
Bappi M Ahmed
SQL Server 2005 database backup and restore using C#, .NET 2.0, and SMO.
3 Jun 2008
Ashutosh Phoujdar
Utility to generate schema description from existing SQL Server databases.
28 May 2008
SmartCodar
How to use SMO to copy database schema and data using C#.
7 May 2008
alex turner
A VBScript which creates Delete and Insert statements to backup data from SQL Server.
6 May 2008
Igor Krupitsky
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.
26 Apr 2008
s.india
Tricky Sql Queries most asked in SqlServer/.NET Job Interviews.
26 Apr 2008
s.india
This article gives a brief introduction about Triggers in Sql Server 2000/2005.
7 Apr 2008
Simon Bonello
How to call a Web Service from a SQL Integration Services package.
30 Mar 2008
r.stropek
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.
24 Mar 2008
jangtimjang
Do you want to know what your DB programmers are doing?
19 Mar 2008
Daniel Ch. Bloch (MCSD, MCAD, MCTS)
SQL 2005+ changes behaviour of order by in relation to Select top 100%
18 Mar 2008
Dima Kostikov
implementing pagination and sorting in MS SQL Server 2000 without using dynamic queries
11 Mar 2008
Lalit Sharma
Monitoring and Recording DDL changes in SQL SERVER 2005
7 Mar 2008
TDunk
This SQL Server 2005 Table values function returns a table with all dates of a month for a provided date.
3 Mar 2008
Alex Baker
Change collation order for all text columns in a database
23 Feb 2008
Nanaa
An approach on how to organize your data into tables that will help you generate large ‘Crosstab’ Reports using SQL Server.
19 Feb 2008
Clement Prashant Baker
An easy approach to access SFTP sites from SSIS packages.
30 Jan 2008
Sam Shiles
A step by step guide to communicating with WCF from a CLR Trigger in SQL Server 2005.
24 Jan 2008
Igor Krupitsky
The Table Data Exporter creates a SQL script for data in a table.
22 Jan 2008
dakeefer
A introduction to the flexibilities provided by the use of SQL extended properties in business layer code templates.
16 Jan 2008
Paritor
Application to show differences between two SQL Server databases.
16 Jan 2008
Rajaraman.net05
SSIS package integration with C# .NET.
11 Jan 2008
Irfan Baig
General tips and guidelines for performance improvement
29 Dec 2007
ericm1000
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.
23 Dec 2007
james.wren
How to add a modified on column in SQL Server using triggers.
23 Dec 2007
mfmaneef
Using SQL Server 2008 table valued parameters to insert multiple records (VS 2008).
22 Dec 2007
Moiz hakimi
This is an article about backup utility of SQL server from Command prompt
15 Dec 2007
craigd
Single-player game using GEOMETRY datatype and spatial functions in SQL Server.
13 Dec 2007
Vijaya Pulugurta
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"
11 Dec 2007
Seifedine kadry
Run an SqlServerr Job from MS Access
11 Dec 2007
felipesabino
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).
20 Nov 2007
BoneSoft
Describes a method for loading data objects using SQL Server 2005's new FOR XML PATH mode and XML serialization.
13 Nov 2007
Bruce Chapman DNN
Writing a SQL script to generate insert or update scripts for a table full of data.
7 Nov 2007
Syed Mujtaba Hassan
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
1 Nov 2007
vini2k1
Perform phonetic search on MS SQL Server using Soundex.
27 Oct 2007
Cedric Baelemans
Discussion of audit trail techniques and a script to automate audit trail implementation on a Microsoft SQL database
25 Oct 2007
josekonoor
Information about Unicode implementation in SQL Server.
15 Oct 2007
Tijoy Tom
Deadlock analysis in SQL Server 2000.
29 Sep 2007
DejaVudew
An article discussing how to accomplish paging and sorting in Microsoft SQL Server 2000 without using concatenated SQL.
21 Sep 2007
idreeskhan
Get or find Primary Key or ID column of Table in SQL Server 2000/2005
14 Sep 2007
Frank Kerrigan
Move SQL Server 2005 databases back to SQL Server 2000.
29 Aug 2007
niki_mbr
This article shows some samples using SMO with SQL Server 2005 to perform some administrative tasks.
26 Aug 2007
Kamal Singh Kharayat
Article describes all the problems and constraints defined to use managed code under SQL Server 2005.
22 Aug 2007
Brady Kelly
An application that seeks to emulate the F4 object search function from Query Analyser
16 Aug 2007
fbelic
An article that describes lightweight C# wrapper for SQLite
29 Jul 2007
pinaldave
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.
20 Jul 2007
Johan Sassner
An addin to Sql Server Management studio that lets you configure keybindings
4 Jul 2007
Marek Mizov
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.
4 Jul 2007
Padoor Shiras
Automated Windows DTS Package for SQL Server 2005 Database Backup
28 Jun 2007
harry_kochhar
This SQL Server function helps to get the nth day of the nth week.
11 Jun 2007
Dmitry Tsuranoff
Examining the effects of column encryption on SQL Server performance
29 May 2007
habanero
How to solve the age-old problem of passing complex structures as parameters to sprocs
28 May 2007
Dmitry Tsuranoff
Determining SQL Server performance for temporary tables and and table variables.
13 May 2007
Eugene Ochakovsky
A generic procedure to retrieve and delete duplicate records from MS SQL Server tables.
6 May 2007
Gaurav K Singh
This article aids in rapid application development for database handling, for desktop and web applications
4 May 2007
Kevin Hurwitz
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.
3 May 2007
Pete O'Hanlon
These articles are on prioritizing and improving query performance in SQL Server.
19 Apr 2007
Frank Kerrigan
Using SQL Server to do paging of sql results.
15 Apr 2007
azamsharp
An article on how to transfer data using SQLBulkCopy
4 Apr 2007
Fitim Skenderi
Very Lightweight Data Access Layer in C# and .NET 2.0
4 Apr 2007
Rajaraman.net05
This article will explian store / retrive the word documents, excel files, Images and xml to Sql server database.
26 Mar 2007
Wojtek Jeziorczak
How to send/receive MSMQ messages in SQL Server using CLR Integration
6 Mar 2007
Parwej Ahamad
CLR hosted in Microsoft SQL Server 2005
4 Mar 2007
Mark J. Miller
Understanding how the SQL Server and CLR security models work together to keep your database secure
15 Feb 2007
Ben Allfree
Learn how to store data with a version history.
17 Jan 2007
ddrk
When you want to get the data script from sqlserver, use this, it can be fun.
11 Jan 2007
Pete O'Hanlon
The first in a series of articles on prioritizing and improving query performance in SQL Server.
29 Dec 2006
Hari Prasad K
The DMVs; newly introduced in SQL Server 2005 gives database administrator information about the current state of the SQL Server machine.
30 Nov 2006
siva pinnaka
This article explains how to migrate data between different SQL Server environments.
2 Nov 2006
karun123
An article on configuring an SSIS Package.
25 Oct 2006
Jeremy Mullinax-Hill
A generalized stored procedure that performs constraint checks before performing deletes.
18 Oct 2006
Sergey Sorokin
This article discusses a method for retrieveing hierarchical data from a relational database
13 Oct 2006
Ewout Stortenbeker
This tool (ScriptDB4Svn) enables you to add your SQL Server databases to Subversion (SVN) source control.
10 Oct 2006
UsualDosage
Demonstrates methods for creating and validating MD5 encrypted passwords in MSSQL 2000.
6 Oct 2006
Andrew Timberlake-Newell
Basic VB.NET example for generating a hash value and using SQLClient to store to a binary column in SQL Server.
6 Oct 2006
Master DJon
How to find if only one particular column has been modified in a trigger.
5 Oct 2006
Joshy_geo
Automatic SQL Server Backup Utility using sqlserveragent
20 Sep 2006
subai
An article on how to create user defined data types using .NET languages for SQL Server 2005.
6 Sep 2006
Messir
An easy and strongly-typed way to invoke queries and stored procedures from your code
31 Aug 2006
Stefan Fork
Validate MS SQL Server scripts with NAnt to improve continuous integration.
27 Aug 2006
Patrick Spieler
Manage and profile SQL Express 'User Instances'.
17 Aug 2006
gogglin
A Microsoft SQL Server database documentor, using Crystal Reports.
19 Jul 2006
Dan Radu
This article describes how to efficiently store and access tree structures in a SQL Server database, and how to use them in OLAP implementations.
16 Jul 2006
Simon Pang
Implement a full text engine by using Stored Procedures for all MS SQL Server editions.
7 Jul 2006
TomDK
How to start using SQL Server Everywhere in C# programs.
28 Jun 2006
Not Active
Using SQL Server 2005 and SqlDependency to keep your application's data updated.
14 Jun 2006
r.stropek
SQL Server 2005 now offers the possibility to partition tables and indexes. Using this feature can boost your DWH load.
30 May 2006
Chris_Martinez
How to pass an array of integers to SQL Server
25 May 2006
Jeff Modzel
Learn how to load and execute a SQL Server 2005 Integration Services package from C# code
17 May 2006
Rajib Bahar
This article is about exception handling improvements in SQL Server 2005.
15 May 2006
Jason Selburg
How to implement data driven subscriptions in SQL RS 2000, Standard edition.
17 Apr 2006
Ujwal Watgule
The article discusses threats to application in the absence of proper validation procedure.
13 Feb 2006
IPC2000
A handy command line tool that checks whether stored procedures, views and functions in a database compile
9 Jan 2006
UsualDosage
Create a simple, scalable XML-consuming rules engine in just a few minutes, using OpenXML.
3 Jan 2006
UsualDosage
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.
24 Nov 2005
James Curran
An article on locating MS SQL Server instances on the local network, and retrieving information about them.
20 Nov 2005
Jason Witty
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.
23 Oct 2005
Phorozan
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.
23 Oct 2005
Sekhar Lanka
This article talks about CLR integration and how to program database objects using managed code by using this cool feature of SQL Server 2005.
23 Sep 2005
Mike Ellison
An approach to creating an aggregate report with a set of dynamic columns based on dates.
25 Aug 2005
Wang Xuemin
An article on how to use SQLDMO to enumerate SQL Server instances.
19 Aug 2005
lintom
An easy way to truncate Transaction Log files to your desired size.
30 Jun 2005
Kazim Sardar Mehdi
Storing and retrieving images from SQL Server using Microsoft .NET.
25 Apr 2005
Rod VanAmburgh
SQL Server extended stored procedure to send UDP messages.
19 Apr 2005
Ahmed_EL Sayed
How to set up SQL Server Integrated Security for using with SMS.
18 Apr 2005
earmitage
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.
7 Apr 2005
RichardRoe
CodeSmith template for creating Audit Log Triggers on SQL tables.
16 Mar 2005
Dan Farino
An Extended Stored Procedure to use regular expressions in T-SQL.
9 Mar 2005
Sven Cipido
How to add a "select all" option to your parameter lists in SQL Reporting.
7 Mar 2005
Vic Mackey
An extended stored procedure for SQL Server that implements an optimized MD5 hash algorithm. Very small DLL (barely 7 KB).
21 Feb 2005
Alon_Catz
This article presents an alternative solution to paging large datasets using Open Source Sql.Net library.
16 Feb 2005
Jay Kulaindevelu
To change the row colors in reports.
4 Feb 2005
firefalcon
A real example of database migration (MS SQL -> FireBird).
16 Jan 2005
Sumit Amar .
1 alternative  
Stored procedure to generate INSERT..VALUES statements in SQL Server.
16 Dec 2004
D J Nagendra
Merge replication step by step procedure for SQL Server 2000.
14 Dec 2004
R. Senthil Kumaran
Using tranasaction on distributed servers and querying them - Linked Servers in SQL Server.
28 Oct 2004
Alexandru Ghiondea
Describes how to upload and download pictures to and from a SQL Server database.
15 Oct 2004
David Salter
Writing extended stored procedures in C++ for SQL Server.
22 Aug 2004
Matt Newman
A beginners guide to accessing a SQL or MSDE Server with C#
9 Aug 2004
Claytong
SQL Function to parse a delimited string and return it as a table. Handles multi-character delimiters and returns the results as a table.
21 Jun 2004
faisal abdul aziz
This article explains Parent-Child insertion into SQL Server 2000 using XML Support provided by SQL Server 2000 and Visual Studio.NET
21 Apr 2004
Armen Hakobyan
Using SQL-DMO to shrink SQL Server transaction logs.
3 Feb 2004
Chaudhary
SQL Server manager for remote monitering and managing.
22 Dec 2003
Michael Potter
Locating MS SQL Servers by using ODBC through C# PInvoke calls.
4 Nov 2003
Steve Brailsford
An article showing how to display the sp_who info and sort on a column.
14 Sep 2003
oleg.vidovic
Browse MS SQL Server Information Schema Catalog
2 Aug 2003
xiaojin
The article explains adding a user in SQL Server programmatically, using VC++
1 Jul 2003
Saumendra Poddar
SQL Server Transactions and Error Handling
1 Jul 2003
S. Vijaya Raghavan
An example of inserting data into SQL Server using OpenXML + ADO.NET
12 Apr 2003
Vinod Kumar M
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.
8 Nov 2002
Daniel Turini
SQL Server database best practices
13 May 2002
Amol Kakhandki
This article explains how to connect to an SQL Server and pass a string.
4 Dec 2001
Rashid Thadha
Get a list of SQL Servers to which you can connect.
3 Dec 2001
Rashid Thadha
Show a progress dialog when you execute your DTS Package at runtime.
25 Apr 2000
Santosh Rao
A class that helps enumerate SQL servers, databases and languages.
9 Mar 2000
Santosh Rao
An interface that can be used to build robust applications that extend the power of MS SQL Server.
Sort by Updated

Utilities 

3 Sep 2014
Vladimir Nikitenko
CSVFileReader and CSVStringReader are light weighted and fast classes that resemble unidirectional data set
26 Aug 2014
voloda2
An article describing a simple .NET library which simply keeps your database schema up-to-date.
28 May 2014
dale.newman
Importing a File to a Database Table in One Step
15 Jan 2014
Gregory Gadow
Database access and management can be a chore in .Net. This toolbox can make it easier.
6 Dec 2013
Azeet Chebrolu
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.
8 May 2013
saimm
How to export SQL data to Excel using VB.NET
15 Mar 2013
Jeremy Todd
Using the right approach can make GUIDs nearly as fast as integer primary keys on almost any database system.
15 Feb 2013
Michael N. Haephrati
The DataTune system was one of the earliest data cleansing systems.
17 Jan 2013
Erich Ledesma
Automatic creation of equality members (Equals and GetHashCode).
13 Jan 2013
liron.levi
A C# utility to automatically do conversion from a SQL Server DB to a SQLite DB
16 Jul 2012
Andrew Rissing
GenericParser is a C# implementation of a parser for delimited and fixed width format files.
19 Jun 2012
David Catriel
How to get a list of data rows that caused an exception (or several of them) in a SqlBulkCopy operation
10 Nov 2011
Sebastien Lorion
A reader that provides fast, non-cached, forward-only access to CSV data.
9 Sep 2011
ray_mayukh
User friendly query designer and data manipulation tool for SQL Server CE
23 Aug 2011
Pieter Alec Myburgh
Portable code snippet database.
22 Feb 2011
The article is to introduce a utility to generate cascading delete script for an Oracle table.
2 Feb 2011
seesharper
An abstract syntax tree implementation for SQL
26 Mar 2010
Dr. Song Li
This article introduces a method to load and execute SSIS packages in Microsoft Windows with a demo WPF application.
10 Mar 2010
Elmue
SQL editor with syntax parser, direct editing, code execution, database backup, table comparison, script generation, time measurement
29 Dec 2009
JayessSoftware
A simple application to generate Stored Procedures for existing tables in a SQL Server database.
25 Dec 2009
db_developer
Establishing of an existent connection to SQL Server with a sample: XML/A script execution tracing.
9 Oct 2009
Ferreri Gabriele (Megasoft78)
Automatic script SQL Server 2005 objects and commit under Subversion
1 Oct 2009
Deepankar Malik
Generates SQL Server Stored Procedure and Table Defination Scripts
19 Aug 2009
mf040
Idea and implementation of a simple and easy database synchronization tool.
14 Aug 2009
João Maçãs
Creates one file per object based on split and name criteria
5 Jun 2009
Emilio Reale
A useful sample of how to extend Generic List and convert it to a datatable
25 Mar 2009
sklivvz
SixPack Library tutorial on how to use the StoredProcedure class.
3 Mar 2009
Won Dong
Process and toolkit to migrate data to Microsoft SQL Data Services
2 Mar 2009
pavan k vadlamudi
Creates database documentation table(s) schema
26 Feb 2009
Lindsey Lewis
An article about a tool for comparing SQL database schema versions
25 Oct 2008
RWisser
Jailer simplifies the extraction of referentially intact data
10 Sep 2008
Dave Elliott
How to sort tables so data can be retrieved for offline sychronization and not violate foreign key relationships.
11 Jul 2008
Wiltek Ghozali
This utility is used for convert query result into *.CSV, *.TXT, *.XLS or Fill Into Crystal Report, supported SQL Server and ODBC connection.
29 May 2008
madgardener
Simple destination script to use do updates with a sub query.
20 Apr 2008
gan.gary
An article on a SQL IDE for different type of RDBMS databases
7 Mar 2008
Alexander Kojevnikov
sqlTunes is a small tool that exports iTunes library information to the SQL server.
23 Nov 2007
adambl
Provides a utility to generate a wrapper for stored procedures to improve performance and eliminate certain run-time errors
12 Oct 2007
ColinBashBash
Simple code that can be updated. This generates CRUD procedures.
28 Aug 2007
Igor Sokolsky
The SqlBuilder class automates and simplifies database operations.
23 Aug 2007
Praveen Nair (NinethSense)
This article describes how to develop a Microsoft SQL Profiler with .NET.
23 Jul 2007
Benedict Chan
Using .NET 2.0 to get the SQL Server schema and generate insertion statements.
17 Jul 2007
Paul Reynolds
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.
20 Jun 2007
RepliCrux
This utility creates basic Select, Insert, Update and Delete Stored procedure for the selected Tables.
3 May 2007
Edward Steward
Quickly create a full backup regime for your SQL database(s).
2 Jan 2007
BlaiseBraye
This tool allows us to easily load and update a dataset without thinking about the database anymore.
14 Dec 2006
Chris Hambleton
A utility that generates INSERT, UPDATE, or DELETE SQL statements.
4 Dec 2006
Andrew Tweddle
A demonstration of using XSLT to create SQL error reports in a daily build process.
2 Nov 2006
Saravanan Lakshmanan
Utility to convert data from ID and CODE columns in a look up table into an enum type in C# (or VB.NET).
16 Oct 2006
Sean Goodpasture
An article describing a way to find the differences between two database instances
31 Jul 2006
l_lugi
A tool that generates database process utility code
14 Jun 2006
Chulliyan
Simple Text Indexer Using SQLite Database
5 Apr 2006
Dwight Johnson
Save hours of time by creating stored procedures and code from database metadata.
31 Mar 2006
Dan Radu
The DACBuilder application provides auto-generation features from multiple database systems in multiple programming languages.
14 Mar 2006
Ewout Stortenbeker
The SelectQueryBuilder class allows you to build complex SQL statements and commands from your code. It also prevents you from possible SQL injection attacks.
4 Mar 2006
Marc Clifton
Adds synchronization to the DataTable Transaction Logger.
1 Feb 2006
Ted Bouskill
This is a simple console application that can be scheduled to create CSV files with table space used data.
8 Jan 2006
Michael Erasmus
This article is on a tool I wrote to generate executable osql deployment batch scripts.
28 Nov 2005
Pedro J. Molina
This article provides a way for automatically testing SQL embedded in your Data Access Layer (DAL) before publishing a new release of your application.
8 Nov 2005
Wael Amer, Hossam El-Deen
DBLayer Wizard is a code generator that generates Data Layer classes in C# using ADO.NET and SQL Server 2000.
27 Sep 2005
Mikael Håkansson
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.
20 Sep 2005
Brian Perrin
Eliminate the pain of calling SQL stored procedures from C#.
8 Aug 2005
Kujtim Hyseni
Generator for SQL Server stored procedures.
18 Apr 2005
Uri Lavi
A simple database viewer to manipulate SQL Server data types (in particular: image, binary, varbinary and text).
7 Dec 2004
Nirosh
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.
11 Oct 2004
Rajesh Pillai
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.
19 Sep 2004
Sriram Chitturi
Tool to generate script for Linked Servers in SQL Server 2000, using C# and SQLDMO.
5 Sep 2004
Jose A. Gonzalvo
A small command prompt utility to help you document your SQL Server/MSDE database.
30 Jun 2004
Charles Horan
A utility application that generates .NET code for wrapping stored procedures.
23 May 2004
Dimitris Iliopoulos
The article demonstrates a tool for editing tables with two fields
5 May 2004
Sriram Chitturi
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.
21 Feb 2004
Rajesh Pillai
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.
22 Dec 2003
Rajesh Pillai
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.
12 Dec 2002
Paul Watson
A simple app which generates INSERT and UPDATE SQL Stored Procedure code
7 Dec 2002
leppie
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.
27 Nov 2002
Christian Graus
This tool uses ADO.NET to offer browsing of databases and tables, editing values and an SQL window to test queries.


Advertise | Privacy | Mobile
Web02 | 2.8.140921.1 | Last Updated 22 Sep 2014
Copyright © CodeProject, 1999-2014
All Rights Reserved. Terms of Service
Layout: fixed | fluid