Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
WSL: Basic Commands
WSLTagged Windows Subsystem for Linux, WSL Tips1 Comment on WSL: Basic Commands

WSL: Basic Commands

December 26, 2023March 3, 2024

Windows Subsystem for Linux (WSL) is a feature released by Microsoft in 2016 that allows us to install and manage multiple Linux distributions on our local Windows computer with ease. The latest versions of Windows comes with a set of […]

SQL Server Error: Database Cannot Be Opened. It Is in the Middle of a Restore.
SQL ServerTagged SQL Server DB Restores, SQL Server ErrorsLeave a Comment on SQL Server Error: Database Cannot Be Opened. It Is in the Middle of a Restore.

SQL Server Error: Database Cannot Be Opened. It Is in the Middle of a Restore.

December 24, 2023January 22, 2024

Database [DatabaseName] Cannot Be Opened. It Is in the Middle of a Restore is a common error in SQL Server that can happen when you are trying to query, alter or drop a database while it’s still in the middle […]

SQL Server Script: User Permissions Audit
SQL ServerTagged MSSQL Scripts, SQL Server Users and PermissionsLeave a Comment on SQL Server Script: User Permissions Audit

SQL Server Script: User Permissions Audit

December 23, 2023January 22, 2024

As a Database Administrator (DBA), managing and auditing user permissions is a crucial aspect of ensuring the security and integrity of a SQL Server environment. Having a script to check a user’s permissions quickly is key to day-to-day support as […]

Disabling Windows Firewall with PowerShell
PowerShellTagged PowerShell Tips, Windows Firewall1 Comment on Disabling Windows Firewall with PowerShell

Disabling Windows Firewall with PowerShell

December 21, 2023January 20, 2024

In this blog post, we’ll dive into a specific scenario: disabling the Windows Firewall using PowerShell. It’s crucial to emphasize that this is a specific use case, as maintaining a robust level of security is paramount. The Windows Firewall serves […]

Installing and Configuring AWS CLI on Ubuntu
OtherTagged AWS CLI, WSL UbuntuLeave a Comment on Installing and Configuring AWS CLI on Ubuntu

Installing and Configuring AWS CLI on Ubuntu

December 20, 2023January 23, 2024

Ready to use Amazon Web Services (AWS) CLI on Ubuntu 20.04 or 22.04? Follow this guide for a quick walkthrough – from updating packages to running AWS CLI commands. Let’s dive in! Updating Local Packages on Ubuntu Before we begin, […]

Troubleshooting the “Index was out of range” Error in SSMS
SQL ServerTagged SQL Server Errors, SQL Server Management Studio, SSMSLeave a Comment on Troubleshooting the “Index was out of range” Error in SSMS

Troubleshooting the “Index was out of range” Error in SSMS

December 18, 2023April 28, 2024

This post is to share encounters with the “Index was out of range” error message while working in SQL Server Management Studio (SSMS), and to hopefully help you quickly resolve it error. If you get this error, your first troubleshooting […]

Posts pagination

Previous 1 … 14 15 16 … 18 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024