Select Page
Analyzing database growth

Analyzing database growth

Mass loading of new data or violations of the existing procedures of data cleaning lead to abnormal database growth. That is why it is important to monitor and analyze the database growth, as well as for competent management of its structure in the course of normal...
Our database’s regulatory processes

Our database’s regulatory processes

Our company has adopted several practices to automate MS SQL Server databases, thanks to which our clients’ databases work smoothly and efficiently. In this article, we will discuss the procedures of maintenance of SQL Server indexes and statistics, backup...
How to create a PostgreSQL backup and restore from it

How to create a PostgreSQL backup and restore from it

Backup is one of the main ways to protect information. In this article, we will tell you what types of backups exist in PostgreSQL and how they are performed. What is a PostgreSQL backup  A backup in PostgreSQL is a copy of the database data that is stored separately...
Work with users in PostgreSQL

Work with users in PostgreSQL

To work with databases, PostgreSQL provides a hierarchy of users with different access rights. In this article, we will discuss how to create and modify them, and explain how PostgreSQL relates the concepts of users, groups, and roles.   How to create a user in...
Importance of data backup and methods of its implementation

Importance of data backup and methods of its implementation

In general, backup means creating a copy of data that can be stored on a separate device. In this publication, we will describe what data backup is and how it is configured using SQL Server DBMS as an example.  What data backup gives you:     ● A high-quality SQL...
Adding and deleting users in Microsoft SQL Server

Adding and deleting users in Microsoft SQL Server

In this article we will describe the main ways to create and delete users using the example of version 2012: in the Management Studio environment and via Transact-SQL instructions.  SQL Server users are created in two steps:  1.The first step is to create a SQL Server...
Import and export of data in MS SQL Server

Import and export of data in MS SQL Server

All modern versions of Microsoft SQL Server are equipped with import and export functionality, which allows you to transfer data between different environments: databases, servers, etc., converting them into the required format.    Data formats for exporting and...
Import and export of data in Oracle

Import and export of data in Oracle

Oracle Database is one of the most famous commercial non-relational DBMS in the world. To import and export data and metadata from ADO-compliant sources (MS Access, MS SQL DB, etc.) into a special dump file format, Oracle offers a technology known as Oracle Data Pump....
Import and export of data in PostgreSQL

Import and export of data in PostgreSQL

Companies regularly face the complexity of importing and exporting data to PostgreSQL. As a company expands its business, its branches often need to update local access databases with data coming from the central PostgreSQL server. From time to time, this data needs...
SQLServer Replication

SQLServer Replication

Replication is a technology of copying, distributing, and synchronization data between the main or master server and the slave or replica server. It is a key technology for high-load infrastructures, which enables them to:     ● Acquire fault tolerance. Restoring from...
PostgreSQL Server Replication

PostgreSQL Server Replication

Replication is a technology of copying, distributing, and synchronization data between the main or master server and the slave or replica server. It is a key technology for high-load infrastructures, which enables them to:     ➡️ Acquire fault tolerance. Restoring...
Comprehensive Guide to Uninstalling SQL Server

Comprehensive Guide to Uninstalling SQL Server

A proper SQL Server uninstall is a crucial aspect of database management. In this guide, the experts at DB Serv will walk you through everything you need to know to remove such software. Understanding SQL Server Components  To comprehend the process of uninstallation...