(Arshad Ali) SQL Server 2012 introduces a new feature to issues backups on the Windows Azure Blob Storage service directly and restore from there when needed. But how does it work and how to get started using T-SQL commands for backup and restore operation?
Author: SSWUG Research
jQuery – Different Selectors
(Arun Ramachandran India) In previous articles, we have discussed about Content Delivery Networks(CDN), jQuery ready function, API documentation in jQuery etc. One of the another key thing we need to know in jQuery is Selectors.
Increasing MySQL 5.5 max_connections on RHEL 5
(Jon Jensen) Busy database-backed websites often hit scalability limits in the database first. In tuning MySQL, one of the first things to look at is the max_connections parameter, which is often too low. (Of course another thing to look at is appropriate fragment caching in your app server, HTTP ob
ADF Dynamic ADF BC – Loading Multiple Instances (Nr. 100 in 2013)
(Andrejus Baranovskis) We learned how to build dynamic ADF BC passivation/activation safe in the previous post – ADF Dynamic ADF BC – Surviving Passivation/Activation Events. There is one more trick to learn – how to reload and open UI with dynamic ADF multiple times.
For Better Security Use HtmlEditFormat() In Conjunction With JSStringFormat() In ColdFusion
(Ben Nadel) ColdFusion 9 (and earlier) provides several methods for escaping values in various contexts. ColdFusion 10 adds several more of these functions, with a nod to the OWASP security project. But, for the time-being, I wanted to talk about ColdFusion 9’s jsStringFormat() and htmlEditFormat()
Five Data Management Trends for 2014
(Dave Beulke) Another year has come and gone. Content continues to gain mindshare with the CEO as companies that get hacked and individuals on Facebook better understand the importance of governance, security and overall data management issues.
Renaming database schema in MySQL
(Akshay Suryawanshi) One of the routine tasks for a DBA is renaming database schemas, and as such MySQL added a command to carry out that purpose called “RENAME DATABASE ”. However this command just made it through a few minor releases before being discontinued (from MySQL 5.1.7 to 5.
.NET: Figuring out if your application is exception heavy
(Abhinaba Basu) In the past I worked on a application which used modules from different teams. Many of these modules raised and caught a ton of exceptions. So much so that performance data was showing that these exceptions were causing issues. So I had to figure out an easy way to programmatically f
Web API With AJAX: Cross Domain AJAX Call With GET Request
(Sourav Kayal) In this article we will learn one very practical and important concept of an AJAX implementation using the Web API. We know that modern web applications can be consumed by various types of clients from a smart phone to a black and white console application. And basically, the clients
ORA-01078
(Andrew Reid) If you get an ORA-01078 when trying to open a database, this means there is an invalid value in the database’s parameter file:
