Skip to content

DBASco

Database & System Engineering Blog

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

Enabling TCP Connections in SQL Server
PowerShell, SQL ServerTagged MSSQL DBA Tips, Networking, PowerShell Scripts1 Comment on Enabling TCP Connections in SQL Server

Enabling TCP Connections in SQL Server

January 30, 2024January 30, 2024

Ensuring that TCP connections are enabled in SQL Server is a crucial step for optimal network communication. In this guide, we’ll walk you through the process using two popular methods: SQL Server Configuration Manager and PowerShell. The aim is to […]

Testing SQL Server Connectivity with PowerShell
PowerShell, SQL ServerTagged MSSQL DBA Tips, Networking, PowerShell Tips3 Comments on Testing SQL Server Connectivity with PowerShell

Testing SQL Server Connectivity with PowerShell

January 27, 2024March 13, 2025

For a straight-forward guide on how to test SQL Ports are open with PowerShell, check post: Testing Connection to SQL Server Ports with PowerShell Testing to ensure connectivity to remote servers is a crucial step for system administrators. In the […]

Using DROP TABLE IF EXISTS in SQL Server
SQL ServerTagged MSSQL DBA Tips, SQL QueriesLeave a Comment on Using DROP TABLE IF EXISTS in SQL Server

Using DROP TABLE IF EXISTS in SQL Server

January 26, 2024January 27, 2024

In SQL Server, the DROP TABLE command is a straightforward way to delete a table. This blog post focuses on demonstrating the use of the DROP TABLE command with the IF EXISTS argument, a feature available in SQL Server 2016 […]

Backing Up a Database in SQL Server Using Command
SQL ServerTagged MSSQL DBA Tips, SQL Server DB BackupsLeave a Comment on Backing Up a Database in SQL Server Using Command

Backing Up a Database in SQL Server Using Command

January 22, 2024January 28, 2024

In the world of database management, ensuring the safety and integrity of your data is paramount. One crucial aspect of this is regularly backing up your SQL Server databases. In this guide, we’ll walk you through the process of backing […]

Posts pagination

Previous 1 … 3 4 5 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024