DBplatz
19th Oct 2020

The Curious Case of… resolving call stack symbols on SQL Server 2019

(The Curious Case of… used to be part of our bi-weekly newsletter but we decided to make it a regular blog post instead so it can sometimes be more Explore Latches and spinlocks whitepapers have moved Last month I was looking for the spinlocks whitepaper and discovered that both it and the l

sqlskills.com
19th Oct 2020

We deleted the production database by accident 💥

Today at around 10:45pm CET, after a couple of glasses of red wine, we deleted the production database by accident 😨. Over 300.00 scoreboards and their associated data were vaporised in an instant.

keepthescore.co
19th Oct 2020

Latches and spinlocks whitepapers have moved

Last month I was looking for the spinlocks whitepaper and discovered that both it and the latches whitepaper had disappeared from the Microsoft website. I Back in April when nearly everyone was locked down, we moved all our Chicago classes to October.

sqlskills.com
19th Oct 2020

5 Best Data Science Courses[2020]

DataCamp has over 330 courses in 6 different technologies for data science. R, Python, Spreadsheets, SQL, Shell and Git. They also offer 52 skill tracks and 14 career tracks. The skill and career tracks have many different projects that can be added to your portfolio.

datasciencecentral.com
19th Oct 2020

Peer-to-Peer Database Sync with Couchbase Lite

Couchbase Lite 2.8 release announced support for out-of-the-box, enterprise-grade peer-to-peer database sync solution. The new capability allows direct sync between Couchbase Lite enabled mobile and/or non-mobile embedded apps without the need for a cloud-based control point.

blog.couchbase.com
19th Oct 2020

What’s New in MySQL Shell 8.0.22

MySQL Shell 8.0.22 has just been released and is now available for download. In addition to bug fixes and minor changes described in the Release Notes, some more significant enhancements were also included.

mysqlserverteam.com
19th Oct 2020

Using MongoDB CLI to Get Altas Performance Advice From Your Terminal

MongoDB CLI brings the power of your MongoDB cloud (MongoDB Atlas, MongoDB Cloud Manager, and MongoDB Ops Manager) to your terminal, helping you write advanced scripts and automate different workflows for your MongoDB cloud infrastructure.

mongodb.com
19th Oct 2020

3 steps to drastically improve your docker build performances

Docker is the tool we use every day in our development, but how much time do you waste waiting for Docker build to complete? And how do you deal with gigantic image size? What if I tell you there's a better way to build your containers?

dev.to
19th Oct 2020

Migrating your SQL Server database to Amazon RDS for SQL Server using AWS DMS

If you have mission-critical workloads running on an on-premises Microsoft SQL Server database, you may be looking for ways to migrate to AWS while keeping the same database engine (homogeneous migration) with minimal to near-zero downtime.

aws.amazon.com
19th Oct 2020

Git & GitHub: Explained Like I'm Five

As a software developer, Git and Github is something you can't do without. In this article, I will be explaining what Git & Github is all about, how to get started, pushing your codes to Github, Creating Pull request(PR), understanding major terms like fork, clone, merge, and lots more.

dev.to
19th Oct 2020

Data Observability: How to Fix Your Broken Data Pipelines

Image courtesy of Julia Kozoski on Unsplash. While the technologies and techniques for analyzing, aggregating, and modeling data have largely kept pace with the demands of the modern data organization, our ability to tackle broken data pipelines has lagged behind.

datasciencecentral.com
19th Oct 2020

The MySQL 8.0.22 Maintenance Release is Generally Available

The MySQL Development team is very happy to announce that MySQL 8.0.22 is now available for download at dev.mysql.com. In addition to bug fixes there are a few new features added in this release.  Please download 8.0.22 from dev.mysql.com or from the MySQL  Yum,  APT, or SUSE repositories.

mysqlserverteam.com
19th Oct 2020

MySQL announces integration with Oracle Cloud Infrastructure Vault

Securing a database includes securing sensitive items such as keys, passphrases, and more. Its important to protect from misuse by using cryptography and access controls to limit usage by only the components that use them or admins that require them.

blogs.oracle.com
19th Oct 2020

MySQL 8.0 Document Store, Discovery of a New World – Percona Live ONLINE Talk Preview

Percona Live Online Agenda Slot: Wed 21 Oct • New York 5:00 a.m. • London 10:00 a.m. • New Delhi 2:30 p.m. • Singapore 5:00 p.m. MySQL Document Store enables us to work with SQL relational tables and schema-less JSON collections.

percona.com
19th Oct 2020

Webinar: Managing and Monitoring PostgreSQL Clusters with OmniDB [Follow Up]

24/7 Production Support Developer Support Remote DBA for PostgreSQL PostgreSQL Database Monitoring PostgreSQL Health Check PostgreSQL Performance Tuning Database Security Audit Upgrade PostgreSQL PostgreSQL Migration Assessment Migrate from Oracle to PostgreSQL

2ndquadrant.com
19th Oct 2020

5 Things Developers Should Know Before Deploying MongoDB

MongoDB is one of the most popular databases and is one of the easiest NoSQL databases to set up.

percona.com
19th Oct 2020

Data consistency issues in logical replication

In contrast to physical (streaming) replication, write access on subscriber node is not disabled. This means that DML and DDL statements like INSERT, UPDATE, DELETE or ALTER can be executed on subscriber.

elephanttamer.net
19th Oct 2020

Improving Mainframe Performance with In-Memory Techniques

A recent, recurring theme of my blog posts has been the advancement of in-memory processing to improve the performance of database access and application execution.

db2portal.blogspot.com
19th Oct 2020

SQL Database Project with SQL Server Data Tools and GIT

As an entry level database developer, I would like to create and manage SQL databases using a simplified source control approach especially when working as a solo developer.

mssqltips.com
19th Oct 2020

Video : Vagrant Oracle Real Application Clusters (RAC) Build

In today’s video we’ll discuss how to build a 2-node RAC setup using Vagrant. This video is based on the OL8 19c RAC build, but it’s similar to that of the OL7 19c RAC build also. If you don’t have access to the patches from MOS, stick with the OL7 build, as it will work with the 19.

oracle-base.com
19th Oct 2020

Connecting to Oracle Autonomus Database with MyBatis

Following the previous post of Connecting to Oracle Autonomous Database with JDBI today I'd like to showcase another lightweight option know as MyBatis. MyBatis began life as iBATIS back in 2001 moving to Apache some years later.

blogs.oracle.com
19th Oct 2020

Effective Monitoring of your Galera Cluster for MySQL with Galera Manager

While we have documented how you might consider Monitoring a Cluster with Galera Manager, we’d also like to take you through a bit more of what is available, before our webinar this week. Please signup for a live demo from install to deployment and management.

galeracluster.com
19th Oct 2020

An Unpriviledged User can crash your MySQL Server

Yes, your read the title correctly: an unprivileged user can crash your MySQL Server. This applies for the default configuration of MySQL 8.0.21 (and it is probably the case for all MySQL 8 GA versions). Depending on your configuration, it might also be the case for MySQL 5.7.

jfg-mysql.blogspot.com
18th Oct 2020

Oracle Database Appliance vs Oracle Cloud Infrastructure

Oracle Database Appliances are very popular these days. And not only among new customers for this kind of engineered systems.

blog.dbi-services.com
18th Oct 2020

SQL Server: Generating SQL script using PowerShell and Template file

In this blog post, I will share with you a small PowerShell script I did recently. I have noticed that my customer performs a very repetitive and time-consuming task almost every day.

blog.dbi-services.com
18th Oct 2020

Online Security Starts With Your Browser

The Internet is likely the most dangerous place you’ll ever visit. It’s filled with phishing pages, insecure forms exposing your data, cryptominers, malware downloads, insane popups, and more.

dev.to
17th Oct 2020

💪 Scripting capabilities in non-standard GraphQL server

Last week I made a proposal to add embeddable fields to GraphQL, but it didn't get a lot of support. I got the feedback that the extra complexity added to the server doesn't justify the benefits of this new feature, as in this comment on Reddit (which I replied to through this post).

dev.to
17th Oct 2020

Using Barman for PostgreSQL Disaster Recovery

There must be many powerful tools available as a backup and restore option for PostgreSQL in general; Barman, PgBackRest, BART are to name a few in this context. What caught our attention was that Barman is a tool which is catching up fast with production deployment and market trends. 

severalnines.com
First 46 47 48 49 Last
  • About
  • Blog
  • Privacy Policy
Contact Us Twitter Instagram
2020 © DBplatz