DBA Scrolls - SQL Stories from the Trenches

Welcome to my blog about SQL Server database administration! As a SQL DBA, I've worked with databases for many years and have learned a lot about best practices, common pitfalls, and new features. On this blog, I'll be sharing my insights, tips, and tricks related to SQL Server administration, performance tuning, data analysis, and more. Whether you're a beginner or an experienced SQL DBA, you'll find valuable information and practical solutions to real-world challenges. Join me on this journey

Maximizing SQL Server Performance with Parallelism: Understanding Query, Database, and Server Settings (MAXDOP)

By Lince Sebastian April 11, 2023 #performance
Maximizing SQL Server Performance with Parallelism: Understanding Query, Database, and Server Settings (MAXDOP)

Parallelism is a key feature of SQL Server that enables multiple processors to work on a single query simultaneously. By utilizing parallelism, you can significantly improve query performance and reduce query execution …

Read Tutorial

How to BackUp and Restore a Certificate in SQL Server

By Lince Sebastian April 02, 2023 #encryption #Security
How to BackUp and Restore a Certificate in SQL Server

Certificates are an essential component of SQL Server's security infrastructure. They are used to protect sensitive data, secure connections, backups and authenticate users. In this article, we will explore how to b…

Read Tutorial

Securing Your SQL Server with Transparent Data Encryption (TDE)

By Lince Sebastian April 01, 2023 #encryption #Security
Securing Your SQL Server with Transparent Data Encryption (TDE)

Transparent Data Encryption (TDE) is a feature of SQL Server that provides encryption at the database level. TDE encrypts the data and log files of a database so that sensitive information is protected from unauthorized…

Read Tutorial

Why SQL Server Generates New Plans Even If There Is No Change in SQL Code

By Lince Sebastian March 30, 2023 #performance #qureystore
Why SQL Server Generates New Plans Even If There Is No Change in SQL Code

Have you ever wondered why SQL Server generates new execution plans for queries even if there is no change in the SQL code? This phenomenon can cause performance degradation and impact database performance if not manage…

Read Tutorial

How to identify blocking in SQL Server

By Lince Sebastian March 26, 2023 #Blocking #performance
How to identify blocking in SQL Server

SQL Server is a powerful relational database management system used by businesses of all sizes. However, as your database grows, it is not uncommon to experience SQL blocking, which can significantly impact your databas…

Read Tutorial

Script Database Level Permissions

By Lince Sebastian February 04, 2023 #permissions #SQL users
Script Database Level Permissions

As a database administrator, you know how important it is to have a streamlined process for backing up and restoring databases, table refreshing. This is especially true when restoring a production database to a lower e…

Read Tutorial
← Newer Posts Older Posts →

Tags / Labels

  • backup (2)
  • Blocking (1)
  • disk (1)
  • encryption (3)
  • HA&DR (1)
  • non labeled (2)
  • performance (11)
  • permissions (4)
  • Powershell (3)
  • qureystore (5)
  • Security (4)
  • SQL users (3)
  • TSQL (11)

Popular Tutorials

  • How can I check the failover history of the nodes in Always On availability groups ?
  • Powerful Connections: How to Connect to SQL Server Using PowerShell
  • How to Find Users and their AD groups in SQL Server - SQL Server DBA

SQL Server Access Audit: A Comprehensive Script - Azure SQL Compatible

byLince Sebastian•October 21, 2024

Search This Blog

  • October 2024(1)
  • July 2024(1)
  • June 2024(2)
  • May 2024(1)
  • April 2024(1)
  • November 2023(1)
  • October 2023(3)
  • September 2023(2)
  • August 2023(1)
  • July 2023(4)
  • June 2023(1)
  • May 2023(1)
  • April 2023(6)
  • March 2023(2)
  • February 2023(1)
  • January 2023(1)

Main Tags

  • backup
  • Blocking
  • disk
  • encryption
  • HA&DR
  • non labeled
  • performance
  • permissions
  • Powershell
  • qureystore
  • Security
  • SQL users
  • TSQL

© DBA Scrolls - SQL Stories from the Trenches - SQL Stories from the Trenches. Built with modern Blogger layout.