(Willie Favero) If you have been around DB2 for z/OS for more than a few minutes or so, then you know who Roger Miller is.
Other News
Using Unmanaged (VB6) Code in .NET
(Aqdas Iftekhar Raja) Managed code is code that is written to target the services of the managed runtime execution environment (like Common Language Runtime in .NET Framework).
SQL Server 2008 Column Change Tracking
(David Hardin) I could not find a good description of how SQL Server Change Tracking determines if a column changed so I decided to give it a try in 2008 R2 using the script below.
Reporting: How to keep column headers in view when scrolling
(Ged Mead) Column headers can be very useful for users of your reports. One feature that they might like to have is that the column headers stay in view as they scroll down through the page of a report. By default the headers will scroll out of view, which isn’t always what you want.
Working with Reporting Services Filters–Part 5: OR Logic
(Stacia Misner) When you combine multiple filters, Reporting Services uses AND logic. Once upon a time, there was actually a drop-down list for selecting AND or OR between filters which was very confusing to people because often it was grayed out. Now that selection is gone, but no matter. It wouldn
Gain insight with SQL Server dynamic management views
(Robert Sheldon) With the release of SQL Server 2005 came a new way to access system and database information without having to create complex queries or access system tables directly. By using SQL Server dynamic management views (DMVs), you can retrieve information about an instance of SQL Server,
RenderPage And Data in ASP.NET MVC 3 Web Pages
(Malcolm Sheridan) When you’re working with MVC, you sometimes work with partial views. With the new Razor view engine, partial views can be called through the RenderPage method. RenderPage renders the content of one page within another page.
Pausing and Resuming the jQuery / ASP.NET News Ticker
(Scott Mitchell) Many websites display a news ticker of one sort or another. A news ticker is a user interface element that displays a subset of a list of items, cycling through them one at a time after a set interval.
25+ Unique Ways to Schedule a Job Using the Oracle Scheduler
(Eddie Awad) One of the powerful features of the Oracle Scheduler is its calendaring syntax. This syntax is used whenever you want to define a recurring job or create a named schedule.
Oracle Spatial DISJOINT search/filtering
(Simon Greener) The Oracle Locator/Spatial SDO_RELATE search operator, and convenience operators, all provide for the ability to search for a positive occurrence of a topological relationship:
