(Craig Shallahamer) Oracle Database performance tuning and analysis has come a long way in the last 20 years. First there was the “just add more resources” approach and tuning the blatantly poor SQL. Then there was ratio analysis, followed by wait event analysis, time based analysis, and unit of wor
Author: SSWUG Research
Unlock Your Data
(Kyle Hailey) Data virtualization takes a single data source, for example a set of data files, and allows multiple databases to share those data files as if each database has private sole access to those data files. The data files are kept coherent for each database by sharing the duplicate blocks
Getting Started with NetAdvantage Ignite UI jQuery Controls
(Ian Elliot) jQuery is a great library, but jQuery UI is a bit underpopulated for many applications. The Ignite UI is a professional set of UI controls fully integrated with jQuery and compatible with jQuery UI.
How to Add a Custom Logo in the Title Section of a SharePoint Site
(Alexandru Dionisie) In the site settings menu you will find options to add a custom logo, title or description. If you want to add a logo somewhere else, you won’t find any option that allows you to do that.
Migrating from Apache Tomcat to the WebSphere Application Server Liberty Profile
(Cheryl King) This article provides instructions for migrating applications and their configuration information from Apache Tomcat to the IBM WebSphere Application Server V8.5.5 Liberty Profile using two utilities (one of which is new for V8.5.5) that make migrating easy and reliable.
jQuery Effects Using Slide Methods
(Sandeep Singh Shekhawat) This article explains how to slide methods of jQuery to show and hide an element of a web page. These slide methods do the up and down element. Before going into detail in this article I want to share my article’s links that explain jQuery slider.
Building a FileReader Service For AngularJS: Promises, Promises
(K. Scott Allen) Let’s build an AngularJS service to wrap an HTML 5 FileReader object.
SQL SERVER – How to Refresh SSMS Intellisense Cache to Update Schema Changes
(Pinal Dave) Have you ever faced situation where you have just created or modified object but SSMS still shows the error. I quite often face this situation where I come across situation where my SSMS Intellisense Cache is not refreshed or updated.
Introducing $select and $expand support in Web API OData
(Javier Calvarro Nelson) In this new release of Web API we are expanding our OData support to include support for $select and $expand, two of the most popular OData query operators. In this blog post we’ll cover the following topics:
GridView Paging With Skip() And Take()
(Bipin Joshi) Paging is one of the most commonly used features of ASP.NET GridView control. When you bind a GridView with Data Source Controls such as SqlDataSource you can easily enable paging by setting the AllowPaging property to true and then by setting the PageSize property. This default way, h
