(John Sirmon) In the whitepaper, Hardware Sizing a Tabular Solution, we made a reference to Analysis Services Tabular and Non Uniform Memory Access or NUMA. Specifically, Analysis Services Tabular mode is not NUMA Aware. SSAS Tabular mode runs in memory and will load any tabular models into memory o
Author: SSWUG Research
Posting Data With jQuery AJAX In ASP.NET Razor Web Pages
(Mike Brind) There have been a few questions recently about what you can post to the server using jQuery AJAX and where to find whatever you posted. This article looks at using the jQuery ajax method in ASP.NET Razor Web Pages and explores how different options have different results.
How to Create a jQuery UI-powered Web Page that Requires No Hosting
(B. Clay Shannon) Although certainly not practical, or desirable, for every situation, it is possible to deploy a web page that is self-contained. That is to say, all that it needs is within a single .htm file.
Configuring the RecycleTime SSRS Setting
(Adam Kreul) If you administer a SQL Server Reporting Services server, chances are you’ve had users complain the report manager is loading slow. You go out the report manager to investigate, and it loads normally. You have the end user try again, and this time it works fine for them too.
Diagnosing buffer busy waits with the ash_wait_chains.sql script (v0.2)
(Tanel Poder) In my previous post ( Advanced Oracle Troubleshooting Guide – Part 11: Complex Wait Chain Signature Analysis with ash_wait_chains.sql ) I introduced an experimental script for analysing performance from “top ASH wait chains” perspective. The early version (0.1) of the script didn’t hav
Compression and Advanced Compression in Oracle 11.2
(David Fitzjarrell) In an earlier article I covered Hybrid Columnar Compression, an option specific to Exadata and systems using Exadata storage. Those aren’t the only compression options; two others, BASIC and OLTP, are available outside of the Advanced Compression licensing and can be used on non-
Custom Attribute Names in Role Playing Dimensions for SSAS
(Pavel Pawlowski) SQL Server introduced a great feature for improving the processing time and reducing storage requirements in the form of Role Playing Dimensions. Unfortunately one of the drawbacks is that those dimensions do not support custom attribute names for different roles.
Deliver an exceptional mobile web experience using WebSphere Portal and IBM Worklight V6.0, Part 3: Implementing automatic single sign-on with Worklight and WebSphere Portal
(Spencer Brooks) More and more, enterprises are providing multi-channel support to their web channel communities. This article explains how IBM WebSphere Portal and IBM Worklight enable enterprises to create Worklight applications capable of automatically logging a user in upon startup, while also u
Understand JQuery ajax function: Call Web service using JQuey ajax method
(Sourav Kayal) Welcome to “Understand JQuery ajax function” article series. This series is targeted to novice developer those who want to learn ajax using JQuey ajax function. In our previous example we have discuss abut calling code-behind C# method using JQuery ajax function. You can read it here.
The slow decline of using MySQL read slaves
(Morgan Tocker) Once upon a time, it was a very common MySQL choice to have an application split its queries between two connections, sending reads to a slave and writes directly to the master.