Intelligent error alerting to reduce On-call hours: The purpose of this article is to get you some much needed sleep! Yes, you heard me! So try to stay awake for this! I intend to introduce you to a few tried and true strategies to improve error and issue resolution and ultimately get you and your teammates a good night’s sleep....
Other News
Sql Server Error Message: Backup, file manipulation operations (such as ALTER DATABASE ADD FILE) and encryption changes on a database must be serialized. Reissue the statement after the current backup or file manipulation operation is completed
Ran into an interesting error message today. On one of our lab servers, I was making some changes to test a deployment and I was running FULL database backup and adding/removing some data files on the same database.
Check constraints not what you thought they were?
(Dave Green) I was recently adding a check constraint to a table in SQL Server, and noted some behaviour which surprised me, so I thought I’d share it with you. I’ve tried this on SQL Server 2012 and 2008 R2.
MS SQL Server iff function vs ‘case when’
In SQL server, people sometimes use iff function, which is also an Excel function, to assign different values based on a condition. For example, the following query returns 1 if the amt is less than 50, and 0 otherwise.
Increasing the SSMS Table Designer Timeout Value
(Michael Otey) Q: I’m getting an error changing the schema for a table using the Table Designer in SQL Server Management Studio (SSMS). I’m trying to change a column from nulls allowed to not null. The table has about 200,000 rows.
MySQL EXPLAIN Explained
(Øystein Grøvlen) In years past, MySQL was a bit of a black box when it came to understanding what was happening and why. In MySQL 5.6 and 5.7, we’ve added many new features that provide much needed transparency and insight into the inner workings of MySQL.
What is exactly One ASP.NET?
(Shemeer) There was a common question from all the corners, as a .NET developer what would be the project template that you are going to use for your web application. The answer would simply WebForms if the question was raised prior to the introduction of ASP.NET MVC.
ASP.NET Identity and Owin Overview
(Anders Abel) ASP.NET Identity is the reworked, flexible replacement for the old membership system that has been around since ASP.NET 2.0. ASP.NET Identity is more well designed and flexible than the old membership system and uses Owin middleware components for external logins such as Facebook, Goog
Implementing Binary JSON in ASP.NET Web API 2.1
(Sam Nasr) Visual Studio 2013 came with a new version of Web API. The Web API 2.1 update includes a host of new features, including support for Binary JSON. Learn how to leverage BSON by building a Web API 2.1 service.
The DB2Night Show #135: DB2 DPF Challenges, Solutions, and Successes
(Scott Hayes) 100% of our audience learned something! During today’s show, Pavan shares his excellent IDUG presentation in which he details some of the DB2 DPF challenges he faced, his solutions to these challenges, and his measured successes. Learn how to reduce CPU utilization, make SAS queries ru
