Tag: database administration

Registered Server, a Hidden Gem of SQL Server Management Studio

SSMS, Tools & technologies

Managing numerous database servers in an organization can be performed using the PowerShell scripts...
Read More

SQL Server Management Studio (SSMS) Registered Server

SSMS, Tools & technologies

Managing numerous database servers in an organization is difficult. Either we must maintain a list or maintain an Excel file that has a...
Read More

Planning of Disk Space for Databases

Database administration, Memory Optimization

Do you think about something when you create a new database? I guess that most of you would say no, since we all use default parameters,...
Read More

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
Close