Understanding SQL Server Security Function HAS_Permis_BY_Name and Its USE Cases

Database administration, Security

There are multiple instances when we want to check the permission on a securable for a principal....
Read More

SQL OR Statement: The Basics

Database development, Statements

Now and then, you need to create a complex SQL query using multiple statements together. While these query types can be tedious to create,...
Read More

How to Use SQL SUM Function

Database development, Statements

SQL is a powerful and widely-used programming language for data storage, retrieval, and manipulation. One of the most commonly-used...
Read More

How to Use AI for SQL Tuning for a Real Automated Process

Automation, Database administration, Performance Tuning

The rapid evolution in development from rigidly structured data to responsive, flexible databases...
Read More

MySQL SHOW USERS: How to List All Users in a MySQL

Database administration, Database Optimization & Structure, MySQL

This article explains different methods to populate the details of the Users in MySQL. We can view the list of users by using any of the...
Read More

How to Get Tables Information in SQL Server via Stored Procedure

Database development, Stored Procedures

As a database administrator, developer, or data analyst, understanding the structure and details of your SQL Server database tables is...
Read More

Locking in SQL Server: Detailed Overview

Database administration, Security

In a multi-user environment, it is essential to maintain truncation concurrency. These locks are...
Read More

How to Show List of Indexes in SQL Server using Stored Procedure

Database development, Stored Procedures

As SQL Server DBAs, we’ve heard that index structures can dramatically improve the performance of any given query (or set of queries)....
Read More

User-Defined Functions in SQL Server

Database administration, Database Optimization & Structure, SQL Server, Statements

User-defined functions in SQL Server (UDFs) are key objects that each developer should be aware of. Although they are very useful in many...
Read More

SQL BETWEEN-Smart Tips to Scan for a Range of Values

Database development, Statements

SQL BETWEEN is an operator used to specify a range of values to test. The returned value can be...
Read More
Close