(Suprotim Agarwal) Microsoft introduced ASP.NET Web API as a lightweight HTTP based web services framework with the launch of Visual Studio 2012 and .NET Framework 4.5. Prior to Web API, communicating over HTTP in Microsoft’s dev stack was a colorful mess comprising of WS-* stack.
Author: SSWUG Research
Experimenting with Forms and AngularJS
(K. Scott Allen) The directives and controllers that AngularJS automatically associates with and elements offer quite a bit of functionality that is not apparent until you dig into the source code and experiment.
SSAS Dynamic KPI from a table
(Mike Davis) KPI’s (Key Performance Indicators) in Analysis Services are a great way to show visually if a measure is above or below a goal. Managing the goal numbers can be a headache because they made need to be updated often. By placing the goal numbers on a table you can dynamically keep the goa
SQL Server – Different ways to check Recovery Model of a database
(Vishal Gajjar) A Recovery Model is property of a database which control how transaction log is maintained. SQL Server supports SIMPLE, FULL and BULK-LOGGED recovery models.
Transactions: Rolling back a transaction inside a stored procedure.
(Kenneth Fisher) So over the last couple of posts I’ve talked about the fact that the ROLLBACK command will roll back an entire transaction no matter how many layers down the ROLLBACK is executed.
LOCKED and LOCKED(TIMED)
(Andrew Reid) This example, which was tested on Oracle 11.2, shows the difference between a user with an ACCOUNT_STATUS of LOCKED and one with an ACCOUNT_STATUS of LOCKED(TIMED).
Recursive Descent in XQuery
(Dave Cassel) This post covers a technique that’s an oldie but a goodie, with some thoughts on how it applies with today’s MarkLogic features. I reviewed this with my team recently and we thought it would make a good reference. The post will cover both some available implementations and the raw tech
A Few Differences When Moving From 9.7 to 10.1
(Ember Crooks) I have recently had the chance to do several installs on DB2 10.1 and migrate a couple of 9.7 environments to 10.1. I may be late to the party – oddly, IBM takes longer to certify WebSphere Commerce on new versions of DB2 than many external vendors do with other products. But I know t
Next DB2 Tech Talk Jan 23rd: Leveraging InfoSphere Optim Workload Replay for DB Environment Changes
(Cindy Russell) IBM InfoSphere Optim Workload Replay can significantly improve your database testing experience and help you successfully manage change in your database environments, whether you are adopting BLU Acceleration, upgrading DB2 versions, or making the move to DB2.
Troubleshooting Actions for SharePoint 2013 Workflows
(Vrunge) After delivering the internal Workflow trainings, I have compiled a list of troubleshooting actions for workflow support with SharePoint 2013. The actions below apply to the “new” workflows (workflows living in the Workflow Manager, based on Windows Workflow Foundation 4.0).
