Skip to content

Data Consultant

  • Home
  • White Papers
  • Blog Entries
  • About Me

Tag: SQL Server

Get all tables and Databases in SQL Server
Sql Server Scripts

Get all tables and Databases in SQL Server

May 18, 2025May 18, 2025
by bernardo

If you’re working with SQL Server and need to explore your database structure, this script will help you list all databases and their corresponding tables quickly. Whether you’re a database……

SQL Server: Automating index Rebuilds
SQL Server Maintenace

SQL Server: Automating index Rebuilds

April 3, 2025April 3, 2025
by bernardo

Introduction In SQL Server, as data is inserted, updated, or deleted, indexes can become fragmented, leading to performance degradation. High fragmentation can slow down query performance by causing inefficient data……

Understanding SQL Server Partitioning
SQL Server Partitioning

Understanding SQL Server Partitioning

April 2, 2025April 2, 2025
by bernardo

    SQL Server partitioning is a powerful technique that helps manage large datasets efficiently by splitting tables or indexes into smaller, more manageable pieces. This improves query performance by allowing SQL……

SQL Server: Regain Access to SQL server
SQL Server

SQL Server: Regain Access to SQL server

March 28, 2025March 28, 2025
by bernardo

Regain access to SQL Server with SQL CMD, walkthrough

SQL Server: Find all running Transactions
SQL Server

SQL Server: Find all running Transactions

March 27, 2025April 2, 2025
by bernardo

In SQL Server, multiple transactions are constantly running, and during performance contention, identifying the root cause quickly is crucial. One of my go-to methods is using the following DMV query……

Recent Posts

  • Non-Invasive Data Governance
  • Data Map: Collection Design
  • Purview Overview and Implementation
  • What Chatbot Framework Should You Use in 2025? A Quick Comparison for Developers and Businesses
  • SQL Connection with Python

Recent Comments

No comments to show.

Archives

  • February 2026
  • June 2025
  • May 2025
  • April 2025
  • March 2025

Categories

  • AI Rag
  • Chatbot Comparison
  • Data Governance
  • Data Governance Practitioner
  • Non-Invasive data governance
  • Purview
  • Python
  • SQL Server
  • SQL Server Maintenace
  • SQL Server Partitioning
  • Sql Server Scripts
  • SQL Server Troubleshooting
  • Uncategorized