Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Windows Terminal: How to Split Panes
PowerShell, WSLTagged PowerShell Tips, Windows Subsystem for Linux, Windows Terminal, WSL Tips1 Comment on Windows Terminal: How to Split Panes

Windows Terminal: How to Split Panes

February 5, 2024February 7, 2024

This post shares a quick guide on how to split panes in Windows Terminal. Panes in Windows Terminal enhances productivity by allowing you to have multiple terminal sessions showing simultaneously within a single terminal window. To split a Windows Terminal […]

How to Identify Listening Ports on Windows
OtherTagged NetworkingLeave a Comment on How to Identify Listening Ports on Windows

How to Identify Listening Ports on Windows

February 4, 2024February 3, 2024

Discovering the processes associated with TCP or UDP ports on a Windows host is crucial for various reasons, from validating service ports to proactively addressing potential security concerns. This guide will show two efficient methods to quickly identify and analyze […]

How to Update PowerShell to Version 7
PowerShellTagged PowerShell Tips, PowerShell Versions, Windows Terminal1 Comment on How to Update PowerShell to Version 7

How to Update PowerShell to Version 7

February 3, 2024February 16, 2024

This post contains a guide on how to update PowerShell to version 7, upgrading from PowerShell v5 to the latest version available. Staying on top of software updates is a universal best practice, and PowerShell is no exception. Ensuring you […]

How to Check SQL Server Versions
SQL ServerTagged MSSQL DBA Tips, SQL Server VersionsLeave a Comment on How to Check SQL Server Versions

How to Check SQL Server Versions

February 3, 2024February 3, 2024

As Database Administrators (DBAs), safeguarding the security of our SQL Server instances is paramount. Regular monthly patching is a critical practice, especially for Windows servers, to ensure a secure database environment. In this guide, we’ll explore methods on how to […]

Automating PowerShell Scripts with Task Scheduler in Windows
PowerShellTagged Automation, PowerShell Scripts, PowerShell TipsLeave a Comment on Automating PowerShell Scripts with Task Scheduler in Windows

Automating PowerShell Scripts with Task Scheduler in Windows

February 3, 2024February 3, 2024

If you find yourself in need of automating a PowerShell Script on a predefined schedule in Windows, this post is tailored for you. Below, we’ll explore the process of creating Scheduled Tasks to automate PowerShell script file execution, using both […]

SQL Server Scripts to Backup Databases
SQL ServerTagged MSSQL DBA Tips, SQL Server DB BackupsLeave a Comment on SQL Server Scripts to Backup Databases

SQL Server Scripts to Backup Databases

February 2, 2024February 3, 2024

Ensuring regular SQL Server backups are happening is a crucial aspect of maintaining data integrity and ensuring business continuity. In this article, we introduce two scripts designed to generate SQL commands, each catering to specific database backup scenarios: – Generate […]

Posts pagination

Previous 1 … 4 5 6 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024