(Gouri Sohoni) In our previous article IntelliTrace using Visual Studio 2013 Preview we discussed how IntelliTrace in Visual Studio 2013 helps in debugging.
Author: SSWUG Research
jQuery Autocomplete using Asp Net MVC
(Arunkumar Gudelli) In this tutorial I will explain how implement jQuery Autocomplete Search functionality using Asp .Net MVC and Twitter Typeahead.js library.
Getting Started with Columnstored Index in SQL Server 2014 – Part 2
(Arshad Ali) Column Store Index, which improves performance of data warehouse queries several folds, was first introduced in SQL Server 2012. Though it had several limitations, now SQL Server 2014 enhances the columnstore index and overcomes several of the earlier limitations.
SSWUGtv Security Edition: What top industries do hackers focus on and why? Financial services, hospitality and retail sites.
Video Programming for IT Professionals
Getting more details with an enhanced xp_fixeddrives for SQL Server
(Kun Lee) I manage a large number of SQL servers and I don’t want to waste SAN space, so I want to control SQL server drive space very closely. Because of that, when there is a space problem, I use xp_fixeddrives to see how much free space the drives have but this extended stored procedure doesn’t g
Fancy SQL Monday: Finding broken keys
(Josh Berkus) One of the things which frequently happens with PostgreSQL database corruption is that indexes become corrupted so that index entries no longer match the underlying table. For regular indexes, this can be fixed with a REINDEX or pg_repack.
Improving / simplifying subsystem parameter management: This time it’s with DSN8ED7
(Willie Favero) As promised (finally), the final installment of my managing subsystem parameters (AKA DSNZPARM) post I started publishing a couple of days ago. In this last installment I wanted to discuss another no-charge program shipped via SDSNSAMP. It’s DSN8ED7.
The scripted interface for DB2 Advanced Copy Services, Part 2
(Joern Klauke and Martin Jungfer) The DB2 Advanced Copy Services supports taking snapshots for backup purposes in DB2 for Linux, UNIX and Windows databases. Customers can use the DB2 ACS API either through libraries implemented by their storage hardware vendors or implement this API on their own. Ad
Set Realistic Business Goals with Cognos Express
(Thomas Stockwell) Business analysts tell us that business strategy is about discovering how a business can perform better than its competition. They usually point to five interlocking elements: business direction, market scope, resource management, business environment, and potential business advan
Coding for Domain-Driven Design: Tips for Data-Focused Devs, Part 3
(Julie Lerman) This is the final installment of my series on helping data-focused developers wrap their heads around some of the more challenging coding concepts used with Domain-Driven Design (DDD).