(Leon Katsnelson) DB2 Information Center is an invaluable resource for information on all things DB2. It is available on the web at http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp (this is a URL for DB2 9 information center). Another option is to install it on your own machine or on som
Other News
Consuming Web Service Using ASP.NET AJAX
(Bipin Joshi) ASP.NET AJAX provides the power of asynchronous JavaScript and XML to your web sites. AJAX makes web pages more responsive and interactive by reducing page refreshes or postbacks. It harnesses the power of client-side JavaScript and the XML HTTP object to provide these features.
Use Service Broker Internal Activation in SQL Server 2005
(Tim Chapman) In previous articles, I covered the theory behind message-based systems and introduced the components of Service Broker, the new feature in SQL Server 2005 for building asynchronous messaging applications in the database engine. In this article, I walk you through the process of buildi
MySQL’s FEDERATED storage engine: Part 2
(Xaprb) In part 1 of this series I examined the behavior of MySQL’s FEDERATED storage engine by running queries with the general query log enabled on the remote server. In this article I take a higher-level view. I summarize my findings from the first article, then give my thoughts on the engine’s s
XForms tip: Using the incremental attribute to detect keystrokes
(Tyler Anderson) One of the slickest application genres are those that update data as you type. XForms does this with finesse! Controls have the ability to send events after each keystroke entered within them using the incremental attribute. That way controls that need to change their data based on
17 months and getting closer everyday… DB2 Version 7 EoS announcement
(Willie Favero) It’s official. As of today, Tuesday, February 6, 2007, the announcement has been made that DB2 Universal Database Server for OS/390 and z/OS Version 7® will go out of service on June 30, 2008. This is no longer a tentative date. This is a real date that isn’t going to move again. You
Using the Spring DataBinder to map Strings to objects
(Jeroen van Wilgenburg) The Spring DataBinder is not only useful to bind request parameters, you can also use the DataBinder on other parameters, like command line arguments, JSON objects coming from an Ajax request and query results from a database.
Build an ASP.NET 2.0 Web Site Navigation System Part 2
(Mike McIntyre) This is part two of a three part article that demonstrates how to build an ASP.NET navigation system. In part one, web pages were added to a web site and then referenced in a ASP.NET 2.0 SiteMap file. In part two an ASP.NET 2.0 Menu control will be tied to the SiteMap file created in
Hash Warning SQL Profiler Event
(Steve Herbert) One of the less well-known warning events that is logged to SQL Profiler trace is the Hash Warning event. Hash Warning events are fired when a hash recursion or hash bailout has occurred during a hashing operation. Both of these situations are less than desirable, as they mean that
Making MySQL Replication Parallel
(Peter Zaitsev) Kevin Burton writes about making MySQL Replication Parallel. Many of us have been beaten by the fact MySQL Replication is single threaded so in reality it is only able to use only single CPU and single disk effectively which is getting worse and worse as computers are getting “wider”
