(Subodh Sohoni) Azure Application Insights can monitor the health of a deployed web application without any code change. This tutorial shows how to do health monitoring, along with the various features of Application Insights.
Other News
Pretty-Printing A ColdFusion Query Object In Lucee CFML 5.2.9.31
(Ben Nadel) Last week, in my article about using INNER JOIN in a MySQL UPDATE statement, I shared the various states of the database using the output provided by the MySQL CLI (Command-Line Interface) tool.
Manage Temp HTML Table With jQuery, And Post List Of Items To Database Using MVC And EF
(Jose Hernandez) Sometimes we have a requirement in which we need to manage information without touching the database, and save all of that information only when the user clicks the SUBMIT button, i.e. in one store one client wants to buy some products, the cashier has to scan every product and the
Sysbench and the Random Distribution Effect
(Marco Tusa) Sysbench is a well known and largely used tool to perform benchmarking.
SQL SERVER – What do These Messages Mean – ‘I/O is Frozen on Database’ and ‘I/O was Resumed on Database’?
(Pinal Dave) One of my clients contacted me and asked me the reason for this message? And my first reaction was, did you keep the database in very cold weather?
Adapter Design Pattern
(Steve Smith) A couple of months ago I published a new, revised course called C# Design Patterns: Adapter on Pluralsight.
AutoUpgrade and the COMPATIBLE parameter
(Mike.Dietrich) Several times I’ve got asked by customers if AutoUpgrade does change the COMPATIBLE parameter. So let me explain what happens to COMPATIBLE when you upgrade.
Amazon Web Services Simple Queue Service (AWS SQS) Using the Java 2 Software Development Kit
(James A. Brannan) In this tutorial we create an Amazon SQS Queue. After creating the queue, we create a message producer and a message consumer using the AWS Java 2 SDK.
Collecting Time Series Data for Stock Market with SQL Server
(Rick Dobson) Collecting stock symbol data over multiple years can allow you do to time series analysis on stock prices. In this tip we look at how to download stock prices for all stocks over a set period of time and load the data into SQL Server for analysis.
A Linux Tool to Monitor Progress of MySQL Data Imports and Exports.
(Shahbaz Gavasekar) One problem I have experienced during logical exporting and importing databases is the tools don’t output any progress indicator (or anything at all really) and using the -v (verbose) switch outputs every single MySQL command being run from the import file.