Our Blog

Here are some tips and tricks to make SQL Server run faster 

 

What are the roles and responsibilities of DBA vs DBE

What are the roles and responsibilities of DBA vs DBE

A DBA (Database Administrator) and a DBE (Database Engineer) both work with databases, but their roles and responsibilities differ. A DBA is typically responsible for the day-to-day management and administration of a database or group of databases. This can include...

Understanding JOINS in SQL Server

Understanding JOINS in SQL Server

Joins in SQL Server are used to combine rows from two or more tables based on a related column between them. The purpose of a join is to retrieve data from multiple tables as if the data were coming from one table. A real-life example of using a join in SQL Server...

Map disks to volumes on your Windows instance

Map disks to volumes on your Windows instance

List NVMe volumes You can find the disks on your Windows instance using Disk Management or Powershell. List NVMe disks using Disk Management You can find the disks on your Windows instance using Disk Management. To find the disks on your Windows instance Log in to...