Tag: database administration

Read-only Routing for an Always On

Availability Groups, Database administration

As DBAs, we generally come across our clients complaining that the current Production Server is not...
Read More

Implementing Failover in MS SQL Server 2017 Standard

Database administration

Introduction Often, we need to ensure fault tolerance of MS SQL Server DBMS, especially, when there is no Enterprise edition, but only the...
Read More

Database Security in Oracle

Database administration, Security

There is no secret that information makes the world go around currently. If an enterprise takes care of its intellectual property and each...
Read More

Implementing a Common MS SQL Server Performance Indicator

Database administration, Performance Tuning

Introduction There is often a need to create a performance indicator that would show database...
Read More

Setting Database Access Permissions

Database administration, Security

Server security mainly depends on how correctly you can configure access permissions on objects. Providing a user with excessive...
Read More

Sending a Query to All Databases of All Specified Servers in MS SQL Server and C#.NET

ASP .NET CORE, Basics of C#

Often, it is necessary to send a query to all databases of all specified servers. Many DML-queries can be created with built-in tools....
Read More

How to Analyze Activity of One Database in SQL Server

Database administration, Database Optimization & Structure

Using one SQL Server instance for many projects is not unusual. However, defining the most active...
Read More

Common Mistakes of DBA in MS SQL Server

Database administration • 4 Comments

In this article, we are going to review DBAs mistakes, the consequences of which were quite perceptible and which I had to deal with. The...
Read More

How to Automate Data Collection on the SQL Server Database Growth

Automation, Database administration, Work with data

Introduction Often, there is a need to control the growth of all tables and files of all databases. In this article, we are going to...
Read More

Analysis of MS SQL Server for Those Who See It for the First Time

Database administration, Database Optimization & Structure

What Problems Will We Consider? If the server notifies “there is no more space on the E...
Read More
Close