(Hemantgiri Goswami) As a DBA there are occasions where we are required to collect details from a database which can be used for further analysis.
Author: SSWUG Research
Web API With AJAX: Handle Session in Web API
(Sourav Kayal) This article explains how to implement and maintain a session in a Web API application.
Postgres 9.4 feature highlight: lossy/exact pages for bitmap heap scan
(Michael Paquier) When scanning a relation with a query with a bitmap heap scan and that the bitmap is not large enough to contain a reference to each tuple individually, bitmap heap scan switches to lossy mode where instead of the tuples relation pages are referenced in the bitmap.
Simple Explaination of MVC Architectural Pattern with Example
(Shabir Hakim) MVC is the just separation of model, view and controller It’s simply a way to Avoid mixing code from the three categories into one class.MVC is architectural pattern which separates the representation and the user interaction. It’s divided in three broader sections, “Model”, “View” an
SSAS Reporting Action with Date Parameters
(Mike Davis) Reporting Actions in Analysis Services allows you to open a report in Reporting Services. Most of the time users want to pass in some parameters to the report so it shows the relevant data. If the parameter name matches the item in excel then this is a breeze. The problem comes when you
V$SESSION_WAIT SECONDS_IN_WAIT Column
(Andrew Reid) This was tested on Oracle 11.2.0.1.0. I created a user in the red session below and used it to login to the database:
The DB2Night Show z43: DB2 z/OS in a Connected World
(martin) 94% of our studio audience learned something! Phil described the ways and means to connect DB2 on z to other platforms.
SSWUGtv: Kevin Kline discusses the Microsoft MVP certification program.
Video Programming for IT Professionals
SQL Server Analysis Services MDX Average Calculation
(Dallas Snider) How can you calculate an average in SQL Server MDX? Can calculating an average in MDX be accomplished in multiple ways? Check out this tip to learn more.
XML Driven introduction to Automated User Interface Testing in .NET Using Microsoft UI Automation
(Ger Hayden) The purpose of this article is to demonstrate how to create a pair of test harnesses from the very beginning, so that both conduct identical tests on a common WindowsForms application using data from an XML input. In the article I will present

