Other News

Community

Know Who Know How

(Michael Miley) Tony Macedo has a cure for what ails you—if what ails you is the corporate equivalent of multiple personality disorder. He’s built an Oracle-based “identity management” server that he hopes to deliver to each of the 12 directorates at Lawrence Livermore National Laboratory (LLNL).

Community

DB2/400 DB2 UDB Fact or Fiction?

DB2 expert Kent Milligan provides advice to Search400.com’s members on a regular basis. Do you feel you’re also a DB2 guru? Test your knowledge against some of Kent’s recent Q&As below. Mark each question with either a True or False. Jot down your answer on a piece of paper, and then click over to t

Community

The Daily Database Build

(graz) Continuous integration is a popular concept in software development right now. One of the key components of this is making sure you always have a clean build of your program. This can also be applied to database development. This article shows how to build a cheap, simple series of scripts th

Community

File Inserter Transformation

(Allan Mitchell) SQL Server 2005 has made it a lot easier for us to loop over a collection and with each iteration do something with the item retrieved. In this article we are going to show you how to iterate over a folder looking at the files within and doing something with those files. In this ins

Community

Bulk-Insert Options for ADO.NET

(Michael Otey) Clients commonly ask me how to bulk insert data into SQL Server from ADO.NET applications. There’s no easy answer to this question because ADO.NET doesn’t have any built-in bulk-insert objects. The most straightforward method for performing bulk-insert operations from ADO.NET is lo