(Jennifer Zaino) The GRI Taxonomy, developed by the Global Reporting Initiative in conjunction with Deloitte, is one of the first XBRL (eXtensible Business Reporting Language) taxonomies for sustainability reporting.
Author: SSWUG Research
Looping Over Java Arrays In ColdFusion
(Ben Nadel) This is a really small blog post, but something that I’ve been truly appreciating as of late. Previously, I’ve blogged about ColdFusion 10 and the ability to loop over queries using the for-in syntax; but, one for-in update that I totally missed during the ColdFusion 10 launch was the ab
Query Stats
(Steve Hood) DBAs rarely use the full potential of sys.dm_exec_query_stats. It’s common to see the queries for looking at the most expensive queries according to any of the stats contained within the current cache, which is great to see.
Resource management and analysis best practices for WebSphere DataPower
(John Rasmussen and Matthias D. Siebler) WebSphere DataPower architecture often includes integration with multiple endpoints. Downstream services may be front ended by DataPower for protocol transformation or authorization, orchestrations may be performed within a DataPower service’s policy rule, an
Creating a Visual Studio Database Project for an existing SQL Server Database
(Rick Krueger) Continuous Integration has become standard practice for many development projects. Every time a developer checks in a piece of code, the entire project or solution is built and deployed to an environment to make sure it didn’t ‘break the build’. Developers have been using source contr
Implementation of a loading image using jQuery in MVC
(Antariksh Verma) This tip is for loading image using jquery in MVC. In this tip, we try to add a loading image on clicking the button before redirect to destination page.
Working with Ajax Helper in ASP.NET MVC
(Bipin Joshi) Ajax driven web applications are quite common these days. While you can use libraries such as jQuery to make Ajax calls to ASP.NET MVC action methods there is an inbuilt way to Ajax enable your forms – Ajax helper.
Attribute Routing in Web API v2
(Dino Esposito) Today we’re all used to software services exposed over HTTP. We also expect these services to be available as plain HTTP callable endpoints: no proxies and no special API to sit in between as a mediator. This was not always the case, as you may recall.
Override Default Data Types In The SQL Descriptor
I’d like to use SQL Descriptors in an embedded SQL program to read column data into host variables. However, if my host variable type doesn’t match exactly the parameter or column data type then I receive an SQL0076 error: “DATA or INDICATOR item not correct.”
Controlling Growth of a msdb Database
(satnam singh) I recently encountered a situation where the drive hosting Sharepoint Databases in a Staging environment ran out of space. I logged onto the server and found that the msdb database has itself occupied 38 GB of the total disk space.
