(Serdar Yegulalp) SQL Server Integration Services, or SSIS, provides a number of different mechanisms to create and pull data from a data source. One is the ExecuteSQL task, which lets you use a T-SQL statement, much as you might pass a bit of T-SQL from a front-end application to SQL Server on the
Author: SSWUG Research
Working with the GridView control in ASP.NET 2.0
(Tony Patton) The DataGrid control is one of the more powerful and most used ASP.NET 1.1 controls, but it has its share of limitations. Microsoft listened to at least some of the requests from developers and delivered changes with ASP.NET 2.0, including the introduction of two new data controls: Gri
How to Display Combinations Using the Table Format
(Frank Zhou) This tip can be used to display all the combinations for a predetermined number of columns using the table format.
DBMS_SCHEDULER and Implicit commits
(Babette Turner-Underwood) As usual, Oracle introduces new features, and we read the documentation about how they work and we start using them… but what about what is not in the documentation? That we find out by practice, experience, or accident. And that is exactly what happened to me today.
A Complete URL Rewriting Solution for ASP.NET 2.0
(Gaidar Magdanurov) This article describes a complete solution for URL rewriting in ASP.NET 2.0. The solution uses regular expressions to specify rewriting rules and resolves possible difficulties with postback from pages accessed via virtual URLs.
Automate Releases With MSBuild And Windows Installer XML
(Sayed Ibrahim Hashimi) During the course of development, it’s important to have an automated build process. Equally important is having an automated means of creating releases. Unfortunately, in many organizations-especially smaller ones-this doesn’t happen. Typically, you’ll find that the release
WebSphere Classic Replication Server for z/OS (Release 9.1) – An end-to-end scenario using native VSAM capture
(Anil Varkhedi, Thomas Atwood and Tom Wabinski) Follow an end-to-end data replication scenario from native Virtual Storage Access Method (VSAM) files to IBM DB2 Universal Database (DB2 UDB) for z/OS using IBM WebSphere Classic Replication Server for z/OS, IBM WebSphere Replication Server for z/OS, a
Introduction to Web Parts in ASP.NET 2.0
(Abdul Sami) Webparts provide us with an easy way to customize our website on runtime. Aside from their availability in Sharepoint portal server, webparts were introduced in asp.net 2.0. I have tried to cover all the common aspects of webparts in this article, like using different types of webparts
SMF Type 89 record collection and DB2 Version 8
(Willie Favero) This post is for those customers using “software usage based pricing” and getting ready to move to V8 or have moved to V8. If you are not using “software usage based pricing” or you have no idea what it is, then you can skip today’s post.
Loading an XSL Stylesheet into a Java Application
(Anghel Leonard) Often, XML documents specify XSL stylesheets in an xml-stylesheet processing instruction. One easy way to load this stylesheet into a Java application is to use the TransformerFactory.getAssociatedStylesheet method. Though this method requests four arguments, it’s enough to know the
