(Willie Favero) I started out this morning doing a bunch of searches looking for information about a DB2 thing to answer a friends question… nothing new in that because I’m always poking around the web looking for something. I came across what is listed in my subject quite by accident.
Author: SSWUG Research
Leveraging DB2 10 for High Performance of Your Data Warehouse
(Whei-Jen Chen, Scott Andrus, Bhuvana Balaji, Enzo Cialini, Michael Kwok, Roman B. Melnyk and Jessica Rockwood) Building on the business intelligence (BI) framework and capabilities that are outlined in InfoSphere Warehouse: A Robust Infrastructure for Business Intelligence, SG24-7813, this IBM Redb
Building Performance Metrics into ASP.NET MVC Applications
(David Berry) When you’re instrumenting an ASP.NET MVC or Web API application to monitor its performance while it is running, it makes sense to use custom performance counters.There are plenty of tools available that read performance counter data, report on it and create alerts based on it. You ca
ADO.NET: Creating a simple Query
(Ged Mead) In the very first post in this series, you saw that you can create a new data source,drag a DataTable from that source onto a Windows Form and have a whole group of data objects created for you. One of those objects is the TableAdapter, whose role is to provide the means for reading and
Partner TechTip: Three Simple Steps to Modernize Your Reports
(Mike Stegeman) You’ve heard that utilizing SQL is the most efficient way to access your data, but maybe you’re hesitant to change your data access solution because of the potential learning curve. Your users are asking for updated reports, dashboards, shortcuts, web access, and more, but some legac
Fixing Cardinality Estimation Errors with Filtered Statistics
(Klaus Aschenbrenner) Cardinality Estimation is one of the hidden gems in SQL Server. In general, Cardinality Estimation means that the Query Optimizer tries to find out during the query compilation, how many rows – on average – are returned from the various operators in the Execution Plan.
Test-Driven Development with Content Negotiation in the Web API
(Peter Vogel) One of the best parts of creating either Windows Communication Foundation (WCF) or Web API services is that the underlying code is just code in a class. A complete Web API method that retrieves an object through the Entity Framework (EF) and returns a corresponding Data Transfer Object
ggMessage.dat error when running GGSCI
(Bobby Curtis) In configuring Golden Gate environments, I always use a separate operating system user. This user tends to be named something along the lines of “ggate” or “gg”. This makes it simple to identify the purpose of the user.
WebLogic Stuck Thread Case – Large Fetch Generated by Get Row ADF BC Method
(Andrejus Baranovskis) This post is not about a bug, but rather about hidden underwater stone to avoid. Based on my previous use case for WebLogic Stuck Thread – Reproducing WebLogic Stuck Threads with ADF CreateInsert Operation and ORDER BY Clause, I will describe one more possible scenario for the
More work on parse time bug
(Bobby Durrett) I wasn’t sure if people would find a post on a bug that interesting. If you don’t have the same bug I’m not sure what you would get out of it. But, it is what I’m working on.