MySQL

External Article

Backing up MySQL Part 1: mysqldump

  • Article

mysqldump is one of the most popular database backup tools in the MySQL world. The tool is prevalent partly because it’s very basic and quite powerful – mysqldump database backup tool is command line-based, very simple and very straightforward to use. As far as MySQL or its flavors (MariaDB and Percona Server) are concerned, this command line-based tool is one of the top choices for junior and senior database engineers across the world alike.

2022-11-09

External Article

Introducing the MySQL INSERT statement

  • Article

In the previous article in this series, I introduced you to the SELECT statement, one of several SQL statements that fall into the category of data manipulation language (DML), a subset of statements used to query and modify data. Another DML statement is the INSERT statement, which lets you add data to MySQL tables, both permanent and temporary. This article covers the INSERT statement and the different ways you can use it to add data.

2022-11-02

Blogs

Experimenting with RedisGraph on Docker and Windows

By

I have been experimenting a bit with graph databases, trying to learn more about...

Resources for Adding Graph Structures to Your Database at VS Live

By

Thanks to everyone who attended my talk at VS Live Las Vegas 2023 on...

Resources for Architecting Zero Downtime Deployments

By

I delivered my talk on Architecting Zero Downtime Deployments yesterday at VS Live Las...

Read the latest Blogs

Forums

How to Connect SQL Server and Create C# Objects for Data Management

By cmarix

Comments posted to this topic are about the item How to Connect SQL Server...

Adjusting DOP based on Feedback

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Adjusting DOP based on Feedback

How Important is Zero Downtime?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item How Important is Zero Downtime?

Visit the forum

Ask SSC Logo Ask SSC

SQL Server Q&A from the SQLServerCentral community

Get answers