(Ilya Petrenko) This query takes a long string of data and breaks it out into smaller, separate strings.
Other News
Formal Taxonomies for the U.S. Government
(Michael Daconta) Taxonomies have long played a central role in both medical and library science for the classification of medical terms and books. Recently, the U.S. federal government’s Office of Management and Budget (OMB) released the Federal Enterprise Architecture (FEA) Data Reference Model (D
Set up a clustered SPECjAppServer2004 benchmark with DB2 UDB
(Tony Lau) If you’re setting up a DB2 benchmark in a clustered environment, here’s the help you need. Determine how to configure IBM WebSphere Application Server and IBM DB2 Universal Database to support SPECjAppServer2004 as a cluster-scalable application. Standard Performance Evaluation Corporatio
IBM Plans SAP-Specific Database
(Barbara Darrow) While Oracle’s Larry Ellison does his best to pick a fight with SAP, IBM is working to cement its ties to the ERP kingpin.
z/OS Version 8 DBA Certification Guide: DB2 Environment (Sample Chapter)
(Susan Lawson) This chapter provides an overview of the DB2 environment, detailing the components that you’ll need to understand to begin working with DB2.
You receive an ODBC error when you use BCP in SQL Server 2000
When you use the Bcp.exe (BCP) bulk copy utility in Microsoft SQL Server 2000 to import or to export data, you may receive an error message that is similar to the following: SQLState = S1000, NativeError = 0 Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Code page <codepage> is not suppo
The First Hit – Back to Basics with .Net
(F. Scott Barker) So, how was your month…err…five months. That’s right, after being buried alive the last five months with work, not a bad thing, I am sitting down and being a good boy putting down some more thoughts about how life can be made easier. I have gotten quite a few emails with regard
Using custom configuration settings in .NET
(Phillip Perkins) The .NET Framework makes configuration settings a breeze with XML-based configurations. It also supplies the means necessary for accessing these settings through Collection classes. (R)
Moving a Database from SQL Server 7.0 to SQL Server 2000
(Dina Fleet Berry) Moving or copying a SQL Server database from one machine to another requires a lot of preparation in order to ensure a smooth transfer. When moving from SQL Server 7.0 to SQL Server 2000, there are 4 choices in how to implement the transfer: –Backup and Restore –sp_detach a
Write Connected Applications Using System.Net
Learn how to write better connected apps with System.Net in Visual Studio 2005. Since VS 2003, we’ve significantly enhanced the System.Net class libraries to make writing connected apps easier with added support for FTP, SMTP protocols, and the ability to listen and respond to HTTP requests.