.NET news » Database Database Rss Feed

Using SqlBulkCopy To Perform Efficient Bulk SQL Operations

This article look at how to use the SqlBulkCopy class to efficiently execute bulk operations against Microsoft SQL Server.

20 Oct 2009, 19:00:00   Source: Using SqlBulkCopy To Perform Efficient Bulk SQL Operations   Tags: Database

.NET Basics for the Database Developer: Take the Plunge

This short introduction to.NET shows Access and SQL Server developers how to use a development tool to create connections to data and a user interface to manipulate that data.
9 Apr 2009, 23:39:40   Source: .NET Basics for the Database Developer: Take the Plunge   Tags: Database

Managing Files with SQL Server 2008's FILESTREAM Feature

SQL Server's new FILESTREAM feature simplifies the process of keeping file-based data, such as images, in sync with relational data.
5 Feb 2009, 20:02:30   Source: Managing Files with SQL Server 2008's FILESTREAM Feature   Tags: Database

New Date Data Types in Microsoft SQL Server 2008

SQL Server 2008 introduces four new date data types: time, date, datetime2, and datetimeoffset.

This article explores the time and date data types and shows how they can be used and formatted from within an ASP.NET page. This article also includes a short discussion on the datetime2 and datetimeoffset and compares and constrasts SQL Server 2008's six different date data types.

14 Oct 2008, 19:00:00   Source: New Date Data Types in Microsoft SQL Server 2008   Tags: Database

Database Concurrency Patterns - SIP and SUP

Take a look at two new patterns to help with database concurrency: SIP and SUP.
29 Jul 2008, 05:02:00   Source: Database Concurrency Patterns - SIP and SUP   Tags: Database

Using OleDb to import text files (tab, csv, custom)

I have been browsing the Web for a good and simple class to handle delimited file imports. My current assignment has an import option that needs to deal with that. However, the current implementation (using StreamReader) is not good enough. It doesn't handle all the exceptions you encounter with delimited files. I found a number of examples on the Internet, but none of them really suited my needs. What I really missed was a simple example that I could extend so that it would suit my needs. So, being the developer that I am, I created my own class to import delimited files. After this was completed, I though I'd share it with others as an example.
15 Jul 2008, 07:01:00   Source: Using OleDb to import text files (tab, csv, custom)   Tags: Database Examples

Convert SQL Server DB to SQLite DB

C# Utility to automatically do the conversion from SQL Server DB to SQLite DB
6 Jul 2008, 05:23:00   Source: Convert SQL Server DB to SQLite DB   Tags: Database Software

Check Validity of Sql Server Stored Procedures/Views/Functions

Command line tool to check validity of objects in SQL Server databases.
19 May 2008, 12:46:00   Source: Check Validity of Sql Server Stored...   Tags: Software Database

Multiple Ways to do Multiple Inserts

Various ways to do Multiple Inserts in SQL Server 2000/2005 or Oracle Database using ADO.NET in single database round trip.
4 May 2008, 15:29:00   Source: Multiple Ways to do Multiple Inserts   Tags: Database

Database-Driven Business Layer Templates

A introduction to the flexibilities provided by the use of SQL extended properties in business layer code templates.
22 Jan 2008, 13:15:00   Source: Database-Driven Business Layer Templates   Tags: Database