Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Database Administrator (DBA) Interview Questions
SQL ServerLeave a Comment on Database Administrator (DBA) Interview Questions

Database Administrator (DBA) Interview Questions

January 4, 2024January 20, 2024

This post is a curated collection of top-notch interview questions tailored for Database Reliability Engineer (DBRE) applicants. Whether you’re a seasoned DBA refining your expertise, an interviewer on the quest for valuable questions, or a hopeful candidate gearing up for […]

PowerShell Script: Count Rows in CSV Files
PowerShellTagged PowerShell Scripts, PowerShell Tips1 Comment on PowerShell Script: Count Rows in CSV Files

PowerShell Script: Count Rows in CSV Files

January 4, 2024January 7, 2024

Are you dealing with CSV files and in need of a quick row count using PowerShell? Look no further! In this post, we’ll guide you through a script that effortlessly counts rows within multiple CSV files. Count Rows in Multiple […]

Open SSMS With a Different User
SQL ServerTagged SQL Server Management Studio, SSMS, SSMS TipsLeave a Comment on Open SSMS With a Different User

Open SSMS With a Different User

January 3, 2024January 7, 2024

When dealing with SQL Server within a corporate setting, there might be instances where connecting to the server requires the use of a different Domain User account. This scenario is common, especially when testing access and permissions for newly created […]

PowerShell Guide: Deleting Files and Folders
PowerShellTagged PowerShell Scripts, PowerShell TipsLeave a Comment on PowerShell Guide: Deleting Files and Folders

PowerShell Guide: Deleting Files and Folders

January 3, 2024February 11, 2024

If you find yourself needing to delete files in PowerShell, especially as part of a Windows script, this post is for you. Below, we cover various aspects of file deletion using PowerShell, ranging from deleting individual files to removing entire […]

Removing Quotes from CSV Files in PowerShell
PowerShellTagged PowerShell TipsLeave a Comment on Removing Quotes from CSV Files in PowerShell

Removing Quotes from CSV Files in PowerShell

January 2, 2024February 8, 2024

In this blog post, we are going to share a script that will help you remove quotes from CSV files using PowerShell. First, we are going to create a new test CSV File in our PowerShell Terminal for the demo, […]

PowerShell Guide: Creating Files and Folders
PowerShellTagged PowerShell TipsLeave a Comment on PowerShell Guide: Creating Files and Folders

PowerShell Guide: Creating Files and Folders

December 29, 2023January 7, 2024

While the Windows graphical user interface (GUI) makes creating files and folders a simple task, PowerShell offers an efficient alternative for scripting and administrative needs. In this guide, we’ll explore essential commands in your PowerShell Terminal to streamline the process. […]

Posts pagination

Previous 1 … 12 13 14 … 16 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024