(openshac) It’s not uncommon to have a usercontrol which acts as a simple container for a number of “sub controls”. A typical example might be an Address control containing an Address, City and Country textbox. This “Address” usercontrol does not have a TabIndex property by definition. However the u
Other News
Passing lists to SQL Server 2005 with XML Parameters
(Jon Galloway) I recently needed to write a stored procedure which took a list of ID’s as a parameter. That’s one of those things that seems like it would be really simple, but isn’t. You’d think you could just pass in a comma delimited string of id’s: @ids = ‘3,5,7,8’ and use something like ‘SELECT
How to use the SQLIOSim utility to simulate SQL Server activity on a disk subsystem
This article describes the SQLIOSim utility. You can use this utility to perform tests on disk subsystems. These tests simulate read, write, checkpoint, backup, sort, and read-ahead activities for Microsoft SQL Server 2005.
Optimize database snapshots
(Greg Robidoux) In a previous article, SQL Server 2005: When and how to use Database Snapshots, we took a look at the new database snapshot feature which is available only in SQL Server 2005 Enterprise and Developer Editions. Basically, a database snapshot allows you to create a static read-only cop
Advanced SAX (Sample Chapter)
(Brett D. McLaughlin and Justin Edelson) What you’ve seen regarding SAX so far is essentially the simplest way to process and parse XML. And while SAX is indeed named the Simple APIfor XML, it offers programmers much more than basic parsing and content handling. There is an array of settings that a
SQL Escape Sequences
Language features, such as outer joins and scalar function calls, are commonly implemented by database systems. The syntax for these features is often database-specific, even when a standard syntax has been defined. ODBC and JDBC define escape sequences that contain standard syntaxes for the languag
Dedicated vs. shared server configuration
(Brian Peasland) What is the difference between dedicated and shared server configuration? Please tell me how to configure shared server configuration. In which situations should we use these configurations? (R)
IDUG NA Conference
(Susan Visser) In the mail today, I received an invitation to the next IDUG NA Conference that is taking place in San Jose in May. Given the recent announcement of DB2 9 for z/OS, and the close proximity to the lab that creates the product, I’m sure you’ll have a chance to meet many of the developer
Set up DB2 Enterprise 9 on a Linux virtual machine using VMware ESX Server
(Alain Fisher and Suita Gupta) This article introduces the VMware Infrastructure components and walks you through setting up DB2 Enterprise 9 on a 64-bit Linux virtual machine using the VMware ESX Server product
Updating the MultiDayForecast Web Control
(Scott Mitchell) In December 2004 the National Oceanic and Atmosphere Administration (NOAA) unveiled a Web service for accessing weather forecasts for locations within the United States. To demonstrate using this service and Web services in general, I wrote an article titled Display Local Weather Fo
