(Marco Tusa) Sysbench is a well known and largely used tool to perform benchmarking.
Community
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.
Referencing String Characters Using Array-Notation In Lucee CFML 5.3.5.92
(Ben Nadel) Over the weekend, I was reading through the Learn Modern ColdFusion in 100 Minutes book by Ortus Solutions when I came across their section on Character Extraction.
Networking components in Oracle Cloud Infrastructure(OCI)
(Jagruti Jasleniya) The very first step in your OCI journey would be setting up a VCN(Virtual Cloud Network) in oracle cloud infrastructure.
Making One Power BI Measure Appear In Multiple Folders
(Chris Webb) Back in 2018, when I wrote a detailed post on how to create nested display folders for measures in Power BI, I mentioned that unlike in Analysis Services it was not possible to make a Power BI measure appear in two or more folders simultaneously.