(Leonard Flournoy, Rick Goncalves, Paul Gordon, Deepa Badimala and Rod Bradley) The IBM ESB Backbone (IEB) is a comprehensive, yet easy-to-use ESB solution that provides reliable messaging, message transformation, and message auditing. This article shows you how to use WebSphere DataPower to package
Author: SSWUG Research
Very Strange Script-Based Behavior For CFParam In ColdFusion
(Ben Nadel) Sometimes, in production, I run a script that injects a “snoop” method into every cached ColdFusion component that CFDumps-out the internal Variables scope. I do this from time to time to see if there are any values showing up in the Variables scope that shouldn’t be there.
Column Store Indexes in SQL Server 2012
(Prakash Karia) We will discuss Column Store Index and will try to understand the performance improvements of the same query by multiple times using column store index.
T-SQL Command Line Options – Part 3 – PS w/ .NET
(Derik Hammer) Now that we’ve covered SQLCMD.exe with the command prompt I’d like to dive into the present and future of Windows command line, Powershell. One of the great things about Powershell is that for every task there are always multiple ways to tackle it.
Tips When Making Changes in Entity Framework Code First Models after Scaffolding
(anhphan) When you scaffold an existing Entity Framework model, using MVC5 scaffolding in Visual Studio 2013, you can easily run into the issue of “The model backing the context has changed since the database was created” as shown below.
Hello AngularJS – Building a Tweet Reader
(Sumit Maitra) Single Page applications using client side JavaScript frameworks are getting popular and with the latest Web Update for Visual Studio 2012, quite a few SPA templates have been released by Microsoft and prominent Community members like John Papa. We have covered these templates in the
Common Approaches to Responsive Design
(Rion Williams) A commonly encountered issue that I address conservatively once-a-week on forums often begins with one of the following paraphrased sentences :
SQL SERVER – Implementing IF … THEN in SQL SERVER with CASE Statements
(Pinal Dave) Here is the question I received the other day in email.
SQL Server – Deploying Multiple SSIS Packages into SQL Server Using Command Prompt Utility – DTUTIL
(Hareesh Gottipati) Though there are several ways for importing SSIS packages into SQL Server either by creating a stored procedure or using a SSIS package itself, I find this simple code of line much easier and handy to work with.
What’s RMAN Backup Size
(mdinh) So there I was, looking for a script to calculate the backup size. After several thoughts, it was not exactly what I was looking for.