(Willie Favero) Ya, I know… it’s not z/OS… however, even though this webpage’s content is completely DB2 LUW specific, it’s still extremely cool. It contains lots of podcast covering different aspects of DB2 for LUW. It’s also set up as an RSS feed so you can subscribe to the page and get notified w
Other News
Managing Printing in Your .NET Application
(Wei-Meng Lee) The .NET Framework has made it very simple for you to support printing in your .NET applications. In this article, I will show you the basics of printing in .NET 2.0, and how you can configure page setup, print multiple pages, preview a document before it is printed, as well as let us
Creating a shuttlebox in Apex
(Patrick Sinke) The changelog of Apex 3.0 mentions something about featuring shuttleboxes. Don’t get too enthousiastic, you still have to do a lot of work yourself. And it’s pretty limited, because this feature assumes the use of static values. That’s not what we want! We want dynamic information fr
Tip/Trick: Supporting Full Screen Mode with Silverlight
(Scott Guthrie) One of the nice features that Silverlight supports is the ability to go "full screen" and effectively take over the entire screen of a computer (hiding everything else from sight – including the browser frame). This can be very useful when building immersive UI experiences, games, r
Using a webservice to access data across multiple platforms
(Miela_SA) The reason for this article is to explain how XML can be used in conjuction with .NET to create a platform where multiple platforms can integrate seamlessly.
System Administration Certification exam 918 for IBM Informix Dynamic Server 11 prep, Part 2: System activity monitoring
(Manjula Panthagani and Sergio R. Eng) Learn to monitor database server activity for IBM Informix Dynamic Server (IDS). Examine various tools to monitor, diagnose problems, and manipulate IDS data. The second in a series of eight tutorials, use this tutorial to help prepare for the IDS 11 exam 918.
Best Practices for Date/Time Calculations in SQL Server
(Alex Kozak) A few months ago, I received a message from quite an experienced DBA and database programmer asking me whether I knew a nice trick for manipulating date/time data without using Microsoft SQL Server’s date/time functions—something like GETDATE() + 10. It reminded me of a few internet for
Upload multiple XML files to an XML data type column
(Muthusamy Anantha Kumar) SQL Server Database administrators often have requirements such as importing multiple files to a table on a database. This article discusses how to upload multiple files, especially XML files, to the SQL Server database XML data type column.
‘Out-of-range datetime value’ error in SQL Server when working with dates
(Serdar Yegulalp) One of the more underrated issues that I run into a great deal with SQL Server is what happens when you pass data to SQL Server that hasn’t been properly sanitized for use by the front end. The most extreme consequence of this sort of thing is, of course, a SQL injection attack. Bu
SQL Server Replication-The Crib Sheet
(Robyn Page) Replication is intended to be a way of distributing data automatically from a source database to one or more recipient databases. As such, it can have obvious uses in a distributed system. It has also been used to implement high-availability systems. It is not useful for one-off synchro
