(Mandy Chessell and David Pugh) What if your organization could increase customer satisfaction with every customer interaction? What if your customer-facing teams had the information and insight necessary to delight your customers every time they made contact? What if you could proactively provide s
Author: SSWUG Research
IBM DB2 10.5 with BLU Acceleration vs Microsoft SQL Server Columnar Index
(Chris Eaton) I’ve done some blogging now about BLU Acceleration and I have a plan for more details to come in future posts. But first I wanted to turn my attention to competitive products and show you some of the advantages of DB2 10.5 with BLU Acceleration. First up; SQL Server 2012 with Column St
Visual Studio 2013: Cut or Delete the Current Line
(zainnab) You can quickly and easily cut or delete the current line. Just do one of the suggestions below.
ASP.Net MVC 4 – Layout and Section in Razor
(Sandeep Singh Shekhawat) Suppose you are developing an ASP.NET web application and you want to maintain a consistent look and feel across all the pages within you web application. You then have two options, the first one is to design the head, body and footer sections on each page.
JQuery AJAX CRUD Operation On Web API – Part I
(Keyur) In this post we looked at how to create a basic Asp .Net MVC Web API from scratch. We will continue working on the same sample and incorporate basic Create/Read/Update/Delete operations on Contact entity.
Creating Objects with Assembly.CreateInstance
(Richard Carr) Late binding is a useful technique that permits the type of an object to be determined at run-time, rather than being set at compile time via early binding. One way to achieve late binding is through the use of the Assembly type’s CreateInstance method.
Basics of creating a multiplayer web based game with jQuery and SignalR
(Ruchira Gamage) In this article, I’m going to show how to use jQuery to move an object on web page and how we can use SignalR to notify all the connected clients about the movement and replicate that movement on each client.
SQL SERVER – Execute Operating System Commands in sqlcmd
(Pinal Dave) Here is the email received just the other day –
Getting Started with Parameters, Variables & Configurations in SSIS 2012
(Melissa Coates) This is a high level review of the terminology for configurable items like parameters and variables in SQL Server Integration Services 2012. This discussion is applicable to the Project Deployment Model only.
SQL Server – How to Create Registered Servers to Easily Manage and Query Multiple Instances at a Time
(Hareesh Gottipati) Registered servers is a great way to manage, categorize and access the SQL servers through SSMS and also one of the overlooked aspects. Registered servers are handy when you want to have all your servers at one place, sorted and categorized in various ways.
