Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
How to Check if Query Store is Enabled in SQL Server
SQL ServerTagged MSSQL DBA Tips, SQL Server PerformanceLeave a Comment on How to Check if Query Store is Enabled in SQL Server

How to Check if Query Store is Enabled in SQL Server

March 4, 2024August 18, 2024

The Query Store feature was introduced in SQL Server 2016 (13.x), which helps DBAs & Developers identify and resolve performance issues related to queries. In this blog post, we’ll share a simple SQL query that will show if Query Store […]

SQL Server Management Studio (SSMS) v20.0 Preview
SQL ServerTagged SQL Server Errors, SSMSLeave a Comment on SQL Server Management Studio (SSMS) v20.0 Preview

SQL Server Management Studio (SSMS) v20.0 Preview

March 3, 2024March 4, 2024

SQL Server Management Studio (SSMS) Version 20.0 is now in preview release. Lets check it out! Microsoft Docs: Release Notes for SSMS 20 Preview 1 (Release date: February 29, 2024). Release Notes: Highlights: – Installation of SSMS also automatically installs […]

How to Install Firewalld on WSL Ubuntu
OtherTagged Networking, WSL UbuntuLeave a Comment on How to Install Firewalld on WSL Ubuntu

How to Install Firewalld on WSL Ubuntu

March 2, 2024March 4, 2024

This post contains installation notes for installing firewalld on Ubuntu Linux running within Windows Subsystem for Linux (WSL). What is Firewalld? Firewalld is a tool that helps users to manage the firewall on their Linux machine. With firewalld, users can […]

SQL Server Default Ports
SQL ServerTagged MSSQL DBA Tips, NetworkingLeave a Comment on SQL Server Default Ports

SQL Server Default Ports

March 1, 2024March 3, 2024

The SQL Server default ports that the SQL Engine runs on is 1433. This is a useful thing to know if managing SQL Server databases, however SQL Server can be configured to run on a variety of port numbers. For […]

Systemd is Available on WSL
WSLTagged WSL Tips, WSL UbuntuLeave a Comment on Systemd is Available on WSL

Systemd is Available on WSL

February 29, 2024March 4, 2024

Windows Subsystem for Linux (WSL) can now run systemd inside our installed WSL distributions. This is old news, announced September 2022, but I only found out about this today! I might need to update some of my WSL blog posts. […]

Troubleshooting Database Mirroring Issues in SQL Server
SQL ServerTagged MSSQL DBA Tips, SQL Server High Availability, SQL Server MirroringLeave a Comment on Troubleshooting Database Mirroring Issues in SQL Server

Troubleshooting Database Mirroring Issues in SQL Server

February 28, 2024March 3, 2024

Maintaining high availability and data integrity in a SQL Server environment is one of the main priorities as a SQL DBA. One issue we may encounter is Mirrored databases being left in a Disconnected or In Recovery state. In this […]

Posts pagination

1 2 … 16 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024