Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
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 […]

SQL Server Script: Disable All SQL Agent Jobs
SQL ServerTagged MSSQL DBA Tips, MSSQL Scripts, SQL AgentLeave a Comment on SQL Server Script: Disable All SQL Agent Jobs

SQL Server Script: Disable All SQL Agent Jobs

February 2, 2024February 2, 2024

SQL Server Agent jobs play a crucial role in automating tasks and processes within your SQL Server environment. However, there are instances where you might need to temporarily disable multiple jobs due to maintenance, troubleshooting, or other reasons. In this […]

PowerShell: Get Tail of Log Files
PowerShellTagged PowerShell Functions, PowerShell Scripts, PowerShell TipsLeave a Comment on PowerShell: Get Tail of Log Files

PowerShell: Get Tail of Log Files

February 1, 2024February 7, 2024

Today we are going to explore the concept of PowerShell ‘Tail,’ a technique inspired by the Unix ‘tail’ command, to efficiently monitor and analyze log files in real-time. Whether you’re a system administrator, developer, or IT professional, mastering PowerShell cmdlets […]

Posts pagination

Previous 1 … 5 6 7 … 16 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024